X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FStorable%2FChangeLog;h=a182162ba8c10d92ecf6e0e4bacea6db28c1f0ee;hb=e9d185f8391f09209c11be82e97358d853f1ba30;hp=72951ddb3ad7cf5e8fa3e499e4bf390d82fe82a7;hpb=a8b7ef86e7eea87c1e7ba6a6f9d5d81b5954df00;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Storable/ChangeLog b/ext/Storable/ChangeLog index 72951dd..a182162 100644 --- a/ext/Storable/ChangeLog +++ b/ext/Storable/ChangeLog @@ -1,3 +1,44 @@ +Mon May 23 22:48:49 IST 2005 Abhijit Menon-Sen + + Version 2.15 + + Minor changes to address a couple of compile problems. + +Mon Apr 25 07:29:14 IST 2005 Abhijit Menon-Sen + + Version 2.14 + + 1. Store weak references + 2. Add STORABLE_attach hook. + +Thu Jun 17 12:26:43 BST 2004 Nicholas Clark + + Version 2.13 + + 1. Don't change the type of top level overloaded references to RV - + they are perfectly correct as PVMG + 2. Storable needs to cope with incoming frozen data that happens to be + utf8 encoded. + +Wed Mar 17 15:40:29 GMT 2004 Nicholas Clark + + Version 2.12 + + 1. Add regression tests for the auto-require of STORABLE_thaw + 2. Add auto-require of modules to restore overloading (and tests) + 3. Change to no context (should give speedup with ithreads) + +Sat Mar 13 20:11:03 GMT 2004 Nicholas Clark + + Version 2.11 + + 1. Storing restricted hashes in canonical order would SEGV. Fixed. + 2. It was impossible to retrieve references to PL_sv_no and and + PL_sv_undef from STORABLE_thaw hooks. + 3. restrict.t was failing on 5.8.0, due to 5.8.0's unique + implementation of restricted hashes using PL_sv_undef + 4. These changes allow a space optimisation for restricted hashes. + Sat Jan 24 16:22:32 IST 2004 Abhijit Menon-Sen Version 2.10