X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=b2f75469e865e1c771c077c04b4498a82596b2da;hb=b176a921890e7c236db7fe53f793f2665500d18d;hp=60573e894e7072b5204a44db183b9309185bbe86;hpb=e3cb84dc2588f2fcc3af31941e39bdc7fb273a02;p=dbsrgits%2FDBM-Deep.git diff --git a/Changes b/Changes index 60573e8..b2f7546 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,19 @@ Revision history for DBM::Deep. -0.98 Feb ?? ??:??:?? 2006 Pacific +0.981 Mar 06 11:00:00 2006 Pacific + - (RT#17947) - Fixed test that was failing on older Perls + +0.98 Feb 28 11:00:00 2006 Pacific + - Added in patch by David Cantrell to allow use of DATA filehandle + - Fixed bug where attempting to export() a structure that used autobless would die - Fixed arraytest slowness by localizing $SIG{__DIE__} to prevent Test::Builder's $SIG{__DIE__} from being called. (q.v. http://perldoc.perl.org/functions/eval.html) + - More methods have been made private: + - root() is now _root() + - base_offset() is now _base_offset() + - fh() is now _fh() + - type() is now _type() + - precalc_sizes() is now _precalc_sizes() 0.97 Feb 24 10:00:00 2006 Pacific - Reorganization of distribution to a more standard layout