| 1 |
|
|---|
| 2 |
|
|---|
| 3 | 1.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 |
|
|---|
| 11 | 1.813 31st October 2005
|
|---|
| 12 |
|
|---|
| 13 | * Updates for Berkeley DB 4.4
|
|---|
| 14 |
|
|---|
| 15 | 1.812 9th October 2005
|
|---|
| 16 |
|
|---|
| 17 | * Added libscan to Makefile.PL
|
|---|
| 18 |
|
|---|
| 19 | * Fixed test failing under windows
|
|---|
| 20 |
|
|---|
| 21 | 1.811 12th March 2005
|
|---|
| 22 |
|
|---|
| 23 | * Fixed DBM filter bug in seq
|
|---|
| 24 |
|
|---|
| 25 | 1.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 |
|
|---|
| 33 | 1.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 |
|
|---|
| 44 | 1.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 |
|
|---|
| 51 | 1.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 |
|
|---|
| 58 | 1.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 |
|
|---|
| 68 | 1.805 1st September 2002
|
|---|
|
|---|