Version 0.74 0.74
Florian Ragwitz [Sat, 24 Sep 2011 08:06:08 +0000 (10:06 +0200)]
perl/ChangeLog
perl/version.pm

index feb5348..51729cd 100644 (file)
@@ -1,3 +1,9 @@
+Version 0.74 --  24 Sep 2011 <rafl@debian.org>
+   o Stop leaking information across requests when using the deprecated
+     and undocumented old FCGI interface. This is CVE-2011-2766.
+   o Only discard input stream if FCGI_KEEP_CONN is set in
+     FCGI_BeginRequestBody flags.
+
 Version 0.73 --  19 May 2011 <rafl@debian.org>
    o Stop claiming we ship a file called -e in the MANIFEST.
 
index 83bafc5..6d674dc 100644 (file)
@@ -1,3 +1,3 @@
 package FCGI;
 
-$VERSION = '0.73';
+$VERSION = '0.74';