X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FDB_File%2FChanges;h=bfa933896f900edc3d50bee22a7c26e440693189;hb=a1787f2408f7a147f42c53fb9c4380c9d71502ea;hp=d2c53433bf4223d0156f16bd8e21f1cb18c163ee;hpb=dcdb9d1fbeae272f94bb6c224713fdfcd57e2d73;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/DB_File/Changes b/ext/DB_File/Changes index d2c5343..bfa9338 100644 --- a/ext/DB_File/Changes +++ b/ext/DB_File/Changes @@ -1,5 +1,55 @@ +1.817 27 March 2008 + + * Updated dbinfo + + * Applied core patch 32299 - Re-apply change #30562 + + * Applied core patch 32208 + + * Applied core patch 32884 - use MM->parse_version() in Makefile.PL + + * Applied core patch 32883 - Silence new warning grep in void context warning + + * Applied core patch 32704 to remove use of PL_na in typemap + + * Applied core patch 30562 to fix a build issue on OSF + +1.816 28 October 2007 + + * Clarified the warning about building with a different version of + Berkeley DB that is used at runtime. + + * Also made the boot version check less strict. + [rt.cpan.org #30013] + +1.815 4 February 2007 + + * A few casting cleanups for building with C++ from Steve Peters. + + * Fixed problem with recno which happened if you changed directory after + opening the database. Problem reported by Andrew Pam. + + +1.814 11 November 2005 + + * Fix from Dominic Dunlop to tidy up an OS-X specific warning in + db-btree.t. + + * Silenced a warning about $DB_File::Error only being used once. + Issue spotted by Dominic Dunlop. + +1.813 31st October 2005 + + * Updates for Berkeley DB 4.4 + +1.812 9th October 2005 + + * Added libscan to Makefile.PL + + * Fixed test failing under windows + 1.811 12th March 2005 * Fixed DBM filter bug in seq