Version 0.71_01 0.71_01
Tomas Doran [Tue, 24 Aug 2010 21:26:37 +0000 (22:26 +0100)]
perl/ChangeLog
perl/version.pm

index 3429217..0ffdd64 100644 (file)
@@ -1,4 +1,11 @@
-    o Fix PRINT retval (Closes: RT#57697).
+Version 0.71_01 --   24 Aug 2010 <bobtfish@bobtfish.net>
+   o Restore old behavior when un-downgradeable uft8 is sent to FCGI.
+     The first time this happens, a warning will be issued, but subsequently
+     the bytes will be sent through raw (causing double encoding etc).
+     If the character string can be downgraded safely, then it will still be.
+     use warnings FATAL => 'utf8'; can be used to make undowngradeable strings
+     throw an exception.
+   o Fix PRINT retval (Closes: RT#57697).
 
 Version 0.71 --      1 Apr 2010  <rafl@debian.org> Florian Ragwitz
     o Fix some more defined(%hash) warnings on perl 5.12.
index dcd1cc3..d0d1d55 100644 (file)
@@ -1,3 +1,3 @@
 package FCGI;
 
-$VERSION = '0.71';
+$VERSION = '0.71_01';