source: trunk/essentials/dev-lang/perl/ext/DB_File/Changes@ 3315

Last change on this file since 3315 was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 12.6 KB
Line 
1
2
31.814 11 November 2005
4
5 * Fix from Dominic Dunlop to tidy up an OS-X specific warning in
6 db-btree.t.
7
8 * Silenced a warning about $DB_File::Error only being used once.
9 Issue spotted by Dominic Dunlop.
10
111.813 31st October 2005
12
13 * Updates for Berkeley DB 4.4
14
151.812 9th October 2005
16
17 * Added libscan to Makefile.PL
18
19 * Fixed test failing under windows
20
211.811 12th March 2005
22
23 * Fixed DBM filter bug in seq
24
251.810 7th August 2004
26
27 * Fixed db-hash.t for Cygwin
28
29 * Added substr tests to db-hast.t
30
31 * Documented AIX build problem in README.
32
331.809 20th June 2004
34
35 * Merged core patch 22258
36
37 * Merged core patch 22741
38
39 * Fixed core bug 30237.
40 Using substr to pass parameters to the low-level Berkeley DB interface
41 causes problems with Perl 5.8.1 or better.
42 typemap fix supplied by Marcus Holland-Moritz.
43
441.808 22nd December 2003
45
46 * Added extra DBM Filter tests.
47
48 * Fixed a memory leak in ParseOpenInfo, which whould occur if the
49 opening of the database failed. Leak spotted by Adrian Enache.
50
511.807 1st November 2003
52
53 * Fixed minor typos on pod documetation - reported by Jeremy Mates &
54 Mark Jason Dominus.
55
56 * dbinfo updated to report when a database is encrypted.
57
581.806 22nd October 2002
59
60 * Fixed problem when trying to build with a multi-threaded perl.
61
62 * Tidied up the recursion detetion code.
63
64 * merged core patch 17844 - missing dTHX declarations.
65
66 * merged core patch 17838
67
681.805 1st September 2002