Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
[p5sagit/p5-mst-13.2.git] / ext / Storable / ChangeLog
index bed6cec..2288b2d 100644 (file)
@@ -1,3 +1,45 @@
+Sat Dec  1 14:37:54 MET 2001   Raphael Manfredi <Raphael_Manfredi@pobox.com>
+
+. Description:
+
+       This is the LAST maintenance release of the Storable module.
+       Indeed, Storable is now part of perl 5.8, and will be maintained
+       as part of Perl.  The CPAN module will remain available there
+       for people running pre-5.8 perls.
+
+       Avoid requiring Fcntl upfront, useful to embedded runtimes.
+       Use an eval {} for testing, instead of making Storable.pm
+       simply fail its compilation in the BEGIN block.
+
+       store_fd() will now correctly autoflush file if needed.
+
+Tue Aug 28 23:53:20 MEST 2001   Raphael Manfredi <Raphael_Manfredi@pobox.com>
+
+. Description:
+
+       Fixed truncation race with lock_retrieve() in lock_store().
+       The file has to be truncated only once the exclusive lock is held.
+
+       Removed spurious debugging messages in .xs file.
+
+Sun Jul  1 13:27:32 MEST 2001   Raphael Manfredi <Raphael_Manfredi@pobox.com>
+
+. Description:
+
+       Systematically use "=over 4" for POD linters.
+       Apparently, POD linters are much stricter than would
+       otherwise be needed, but that's OK.
+
+       Fixed memory corruption on croaks during thaw().  Thanks
+       to Claudio Garcia for reproducing this bug and providing the
+       code to exercise it.  Added test cases for this bug, adapted
+       from Claudio's code.
+
+       Made code compile cleanly with -Wall (from Jarkko Hietaniemi).
+
+       Changed tagnum and classnum from I32 to IV in context.  Also
+       from Jarkko.
+
 Thu Mar 15 01:22:32 MET 2001   Raphael Manfredi <Raphael_Manfredi@pobox.com>
 
 . Description: