Bump version
[catagits/fcgi2.git] / perl / ChangeLog
index 5c04eed..e33f7f6 100644 (file)
@@ -1,3 +1,16 @@
+Version 0.69 --     15 Feb 2010  <mst@shadowcat.co.uk> Matt S Trout
+    o No changes since the previous development release.
+
+Version 0.68_02 --   13 Jan 2010  <mst@shadowcat.co.uk> Matt S Trout
+    o Make the PRINT method return a boolean value rather than the
+         number of bytes written, previous patch was incorrect.
+
+Version 0.68_01 --   10 Jan 2010  <mst@shadowcat.co.uk> Matt S Trout
+    o Force signal handler installation so that we correctly install handlers
+      for SIGPIPE. Fixes RT#5100 <bobtfish@bobtfish.net>
+    o Make the PRINT method return the number of bytes written rather than
+      undef to be consistent with the IO:: interface. Fixes RT#24347
+      <David Dick>
     o Fix UTF-8 double encoding when FCGI is passed octets by downgrading
       them into bytes correctly. Fixes RT#52400 <chansen@cpan.org>