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

0.1006 Tue Apr 13 00:01:23 CEST 2010
        - Fixed 100% CPU loop when an unexpected EOF happens (Graham Barr)

0.1005 Sun Mar 28 14:37:03 PDT 2010
        - Implemented starman -v

0.1004 Sat Mar 27 19:10:06 PDT 2010
        - Implemented --disable-keepalive for broken frontend proxy such as mod_proxy + mpm_prefork
        - Documented --backlog 

0.1003 Sun Mar 21 21:08:39 PDT 2010
        - Fixed SERVER_PORT when used with Server::Starter (Reported by ronsavage)

0.1002 Wed Mar 10 12:10:46 JST 2010
        - Officially do not support Win32

0.1001 Sat Feb 27 05:03:18 PST 2010
        - Fix documentations
        - Set 'deployment' PLACK_ENV by default
        - Do not reopen stdio for possibly faster operations
        - require Net::Server 0.91 for new() (sekimura)

0.1000 Mon Feb 15 17:56:33 PST 2010
        - original version