diff --git a/Changes b/Changes index 782453d..8fe8a44 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension Starman +0.2000 Tue Apr 13 20:22:24 PDT 2010 + - INCOMPATIBLE: starman executable by default loads the application with Delayed to be safer. + Use --preload-app command line option to preload the application in the master process. + See `starman --help` for details. + 0.1007 Tue Apr 13 19:45:59 PDT 2010 - Fixed a bug where Content-Length less response are sent in Keep-Alive without chunked, choking HTTP/1.0 clients (patspam) #6 diff --git a/lib/Starman.pm b/lib/Starman.pm index 5c86e07..e59d060 100644 --- a/lib/Starman.pm +++ b/lib/Starman.pm @@ -2,7 +2,7 @@ package Starman; use strict; use 5.008_001; -our $VERSION = '0.1007'; +our $VERSION = '0.2000'; 1; __END__