another Storable test (Re: perl@16005)
[p5sagit/p5-mst-13.2.git] / ext / Storable / ChangeLog
index 3f07731..2288b2d 100644 (file)
@@ -1,3 +1,27 @@
+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: