X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=7211f457fd7998d6c533b508fa077de4c7a1877e;hb=67c278271edf0e011c499c8664079174210bbe79;hp=c681f5556a8d2eaf924ffb6116f7a0041c380502;hpb=9a63e1f2f9055c891cc9f77336841d38867e15c8;p=dbsrgits%2FDBM-Deep.git diff --git a/Changes b/Changes index c681f55..7211f45 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,47 @@ Revision history for DBM::Deep. -0.99_03 Jan ?? 00:00:00 2007 EDT +1.0002 Sep 20 22:00:00 2007 EDT + - (This version is compatible with 1.0001) + - Expanded _throw_error() so that it provides better information. + (Thanks brian d foy!) + - Fixed how shift, unshift, and splice work when there are references + being moved. It now no longer dies. + - Added diag in t/17_import.t to note that the failing tests on blead + are due to Clone being broken, not DBM::Deep. The tests will still + fail because I don't want users to install something that's broken + and deal with those bug reports. + +1.0001 Mar 12 16:15:00 2007 EDT + - (This version is compatible with 1.0000) + - Added a missing dependency on IO::Scalar (RT #25387) + - Fixed how t/44_upgrade_db.t and utils/upgrade_db.pl worked + - utils/upgrade_db.pl now uses #!perl, not #!/usr/bin/perl + - t/44_upgrade_db.t now explicitly calls $^X + (Thanks merlyn!) + +1.0000 Feb 26 22:30:00 2007 EST + - THIS VERSION IS INCOMPATIBLE WITH FILES FROM ALL OTHER PRIOR VERSIONS. + - To aid in this form of upgrades, DBM::Deep now checks the file format + version to make sure that it knows how to read it. + - db_upgrade.pl was added to utils/. This will -NOT- install onto + your system. This is deliberate. + - db_upgrade.pl will not handle developer release file formats. This + is due to the fact that all developer releases in preparation for a + given release share the same file version, even though the file + format may change. This is deliberate. + - Importing no longer takes place within a transaction + - The following parameters were added: + - data_sector_size - this determines the default size of a data sector. + - Correctly handle opening readonly files + +0.99_04 Jan 24 22:30:00 2007 EST + - Added the missing lib/DBM/Deep.pod file to the MANIFEST + - Fixed a poorly-designed test that was failing depending on what Clone::Any + was using. + - All "use 5.6.0;" lines are now "use 5.006_000;" to avoid warnings about + unsupported vstrings in 5.9.x + +0.99_03 Jan 23 22:30:00 2007 EST - THIS VERSION IS INCOMPATIBLE WITH FILES FROM ALL OTHER PRIOR VERSIONS. - The fileformat changed completely. I will be writing a converter, but it's not there right now. Do NOT expect that this module will