X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=169c3eb02d8ce63fcc7ad0d724a229fb60340b97;hb=edd451341044431ec2cddbb62883feeefd3f18f7;hp=d6066b36c4631cf0a0f1024a7bad42c2fa51fc6e;hpb=45f047f8f43dbfd86f43b2a95913438be2089889;p=dbsrgits%2FDBM-Deep.git diff --git a/Changes b/Changes index d6066b3..169c3eb 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,21 @@ Revision history for DBM::Deep. +1.0010 May 27 12:00:00 2008 EST + - (This version is compatible with 1.0009) + - Fix for RT#35140 (invalid POD links) + - Fix for RT#34819 (Cannot assign the same value back to the same location) + - Fix for RT#29957 (Cannot assign the same value back to the same location) + - Fix for RT#33863 (Cannot shift an arrayref from an array) + - When something is deleted from a DB, the value is export()ed, allowing it + to be saved. + - This exporting is only done if the refcount == 0 after the deletion. + +1.0009 Mar 19 12:00:00 2008 EDT + - (This version is compatible with 1.0008) + - Internal refactorings to prepare for some optimizations. + - _fh() has been removed. It was marked as private, so don't complain. + - Skip a test that was spuriously failing on Win32 (Thanks, Alias!) + 1.0008 Mar 09 20:00:00 2008 EDT - (This version is compatible with 1.0007) - Fixed a number of Win32 issues (Reported by Steven Samelson - thank you!)