X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FDB_File%2FChanges;h=e74c3e2ac9aa61416997f088f238241e62cc8ffc;hb=9c095db2b2b99b70926d6f45029789d614441504;hp=7883cbdfef0f1c2a3d8072999b57df04070b0567;hpb=efc79c7d1f6a9a021e95d1caa1c90ae0f9adcd45;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/DB_File/Changes b/ext/DB_File/Changes index 7883cbd..e74c3e2 100644 --- a/ext/DB_File/Changes +++ b/ext/DB_File/Changes @@ -1,4 +1,40 @@ + +1.809 20th June 2004 + + * Merged core patch 22258 + + * Merged core patch 22741 + + * Fixed core bug 30237. + Using substr to pass parameters to the low-level Berkeley DB interface + causes problems with Perl 5.8.1 or better. + typemap fix supplied by Marcus Holland-Moritz. + +1.808 22nd December 2003 + + * Added extra DBM Filter tests. + + * Fixed a memory leak in ParseOpenInfo, which whould occur if the + opening of the database failed. Leak spotted by Adrian Enache. + +1.807 1st November 2003 + + * Fixed minor typos on pod documetation - reported by Jeremy Mates & + Mark Jason Dominus. + + * dbinfo updated to report when a database is encrypted. + +1.806 22nd October 2002 + + * Fixed problem when trying to build with a multi-threaded perl. + + * Tidied up the recursion detetion code. + + * merged core patch 17844 - missing dTHX declarations. + + * merged core patch 17838 + 1.805 1st September 2002 * Added support to allow DB_File to build with Berkeley DB 4.1.X