Changeset 791 for trunk

Show
Ignore:
Timestamp:
09/14/08 00:40:05 (18 months ago)
Author:
dormando
Message:

Checking in changes prior to tagging of version 1.71. Changelog diff is:

Index: CHANGES
===================================================================
--- CHANGES (revision 790)
+++ CHANGES (working copy)
@@ -1,3 +1,5 @@
+1.71: 2008-09-13
+

-- SECURITY: Remote crash reported by Dan Conlon, patched perlbal to send

error on negative content length to prevent this.


Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGES

    r789 r791  
     11.71: 2008-09-13 
     2 
    13    -- SECURITY: Remote crash reported by Dan Conlon, patched perlbal to send 
    24       error on negative content length to prevent this. 
  • trunk/Perlbal.spec

    r768 r791  
    11name:      Perlbal 
    22summary:   Perlbal - High efficiency reverse proxy and web server. 
    3 version:   1.70 
     3version:   1.71 
    44release:   1 
    55vendor:    Brad Fitzpatrick <brad@danga.com> 
  • trunk/lib/Perlbal.pm

    r774 r791  
    3434 
    3535use vars qw($VERSION); 
    36 $VERSION = '1.70'; 
     36$VERSION = '1.71'; 
    3737 
    3838use constant DEBUG => $ENV{PERLBAL_DEBUG} || 0;