X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FStorable%2FChangeLog;h=74bad2eefa8caca18b23592bc0e9dabea94ccbb6;hb=a2307be4b899f5bb1ef09b534ea96c8d5ffd7a73;hp=1b151537f5870ed658626f2cbf3a8a11e6ce538d;hpb=8932d55cc13567cacf999531d010e8cf14fd2595;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Storable/ChangeLog b/ext/Storable/ChangeLog index 1b15153..74bad2e 100644 --- a/ext/Storable/ChangeLog +++ b/ext/Storable/ChangeLog @@ -1,3 +1,47 @@ +Mon Oct 7 21:56:38 BST 2002 Nicholas Clark + + Version 2.06 + + Remove qr// from t/downgrade.t so that it will run on 5.004 + Mention $File::Spec::VERSION a second time in t/forgive.t so that it + runs without warnings in 5.004 (this may be a 5.00405 bug I'm working + round) + Fix t/integer.t initialisation to actually generate 64 bits of 9c + Fix comparison tests to use eval to get around 64 bit IV conversion + issues on 5.6.x, following my t/integer.t ^ precedence bug found by + Rafael Garcia-Suarez + Alter t/malice.t to work with Test/More.pm in t/, and skip individual + subtests that use $Config{ptrsize}, so that the rest of the test can + now be run with 5.004 + Change t/malice.t and the error message in check_magic in Storable.xs + from "Pointer integer size" to "Pointer size" + Remove prerequisite of Test::More from Makefile.PL + Ship Test::Builder, Test::Simple and Test::More in t + +Thu Oct 3 08:57:22 IST 2002 Abhijit Menon-Sen + + Version 2.05 + + Adds support for CODE references from Slaven Rezic + . + +Fri Jun 7 23:55:41 BST 2002 Nicholas Clark + + Version 2.04 + + Bug fix from Radu Greab (plus regression test) + to fix a recently introduced bug detected by Dave Rolsky. + Bug was that for a non threaded build, the class information was + being lost at freeze time on the first object with a STORABLE_freeze + hook. Consequentially the object was not blessed at all when thawed. + (The presence (or lack) of STORABLE_thaw was irrelevant; this was + a store-time data lost bug, caused by failure to initialize internal + context) + The bug was introduced as development perl change 16442 (on + 2002/05/07), so has been present since 2.00. + Patches to introduce more regression tests to reduce the chance of + a reoccurance of this sort of goof are always welcome. + Thu May 30 20:31:08 BST 2002 Nicholas Clark Version 2.03 Header changes on 5.6.x on Unix where IV is long long