Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.2000.
Browse files Browse the repository at this point in the history
Changelog diff is:

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
  • Loading branch information
miyagawa committed Apr 14, 2010
1 parent 7c168f7 commit 78ae4b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion lib/Starman.pm
Expand Up @@ -2,7 +2,7 @@ package Starman;

use strict;
use 5.008_001;
our $VERSION = '0.1007';
our $VERSION = '0.2000';

1;
__END__
Expand Down

0 comments on commit 78ae4b6

Please sign in to comment.