[Bps-public-commit] r12832 - in HTTP-Server-Simple: .

sartak at bestpractical.com sartak at bestpractical.com
Tue Jun 3 11:32:45 EDT 2008


Author: sartak
Date: Tue Jun  3 11:32:41 2008
New Revision: 12832

Modified:
   HTTP-Server-Simple/   (props changed)
   HTTP-Server-Simple/Changes
   HTTP-Server-Simple/lib/HTTP/Server/Simple.pm

Log:
 r61457 at onn:  sartak | 2008-06-03 11:32:34 -0400
 Bump to 0.34, update Changes


Modified: HTTP-Server-Simple/Changes
==============================================================================
--- HTTP-Server-Simple/Changes	(original)
+++ HTTP-Server-Simple/Changes	Tue Jun  3 11:32:41 2008
@@ -1,3 +1,11 @@
+0.34
+
+* Call setup_environment if a Net::Server is being used, for consistency.
+
+* Don't print_banner if a Net::Server is being used.
+
+* Make header parsing comply with RFC 2616. [rt.cpan.org #21411]
+
 0.33 Fri Apr 25 13:57:30 EDT 2008
 
 * The new support for background processes notifying the parent didn't quite work right for some apps using HSS. It's been reverted for now and the tests TODOED

Modified: HTTP-Server-Simple/lib/HTTP/Server/Simple.pm
==============================================================================
--- HTTP-Server-Simple/lib/HTTP/Server/Simple.pm	(original)
+++ HTTP-Server-Simple/lib/HTTP/Server/Simple.pm	Tue Jun  3 11:32:41 2008
@@ -8,7 +8,7 @@
 use URI::Escape;
 
 use vars qw($VERSION $bad_request_doc);
-$VERSION = '0.33';
+$VERSION = '0.34';
 
 
 =head1 NAME



More information about the Bps-public-commit mailing list