diff --git a/winsup/cygwin/release/1.7.19 b/winsup/cygwin/release/1.7.19 index e39c4be8f..6b6c883be 100644 --- a/winsup/cygwin/release/1.7.19 +++ b/winsup/cygwin/release/1.7.19 @@ -27,3 +27,7 @@ Bug fixes: - Fix a build problem resulting in Cygwin functions picking up the wrong new/delete. Fixes: http://cygwin.com/ml/cygwin/2013-05/msg00331.html + +- Fix an incorrect condition which breaks fork after all dlopen'ed DLLs + have already been dlclose'd. + Fixes: http://cygwin.com/ml/cygwin/2013-05/msg00376.html