From: Dave Rolsky Date: Mon, 1 Jun 2009 19:43:39 +0000 (+0000) Subject: Doc changes for forking restarter X-Git-Tag: 1.18~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2b44f8386fe4d0feb7f955eb84315cda8a20602f;hp=7d454e211d7ac888d19a354336314ec0266c343d;p=catagits%2FCatalyst-Devel.git Doc changes for forking restarter --- diff --git a/Changes b/Changes index 61b0550..5369449 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,10 @@ This file documents the revision history for Perl extension Catalyst-Devel. 1.18 + - The forking restarter was not waiting for the child to exit, + which could lead to a race condition. If the old child did + not exit before the new child tried to bind to its socket, + it would find the old child blocking the port it wanted. - More fixes for the Win32 restarter. It was effectively ignoring all command-line options except those related to the restarter itself.