prepare for release of 0.75 0.75
Karen Etheridge [Wed, 16 Jul 2014 23:57:25 +0000 (16:57 -0700)]
perl/ChangeLog
perl/FCGI.pm

index 51729cd..07cc3ad 100644 (file)
@@ -1,3 +1,12 @@
+Release history for FCGI
+
+Version 0.75 --  2014-07-17
+
+   o deprecated APIs removed (chansen)
+   o broken PP implementation removed (chansen)
+   o retooled distribution so FCGI.pm and FCGI.xs exist as-is, rather than
+     being generated by FCGI.PL and FCGI.XL (chansen)
+
 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.
index 9105528..06b4664 100644 (file)
@@ -2,7 +2,7 @@ package FCGI;
 use strict;
 
 BEGIN {
-    our $VERSION = '0.74';
+    our $VERSION = '0.75';
 
     require XSLoader;
     XSLoader::load(__PACKAGE__, $VERSION);