diff options
Diffstat (limited to 'ext/DB_File/Changes')
-rw-r--r-- | ext/DB_File/Changes | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/DB_File/Changes b/ext/DB_File/Changes index 6d1ddb14e1..da6af577cb 100644 --- a/ext/DB_File/Changes +++ b/ext/DB_File/Changes @@ -355,3 +355,14 @@ * Modified Makefile.PL to only enable the warnings pragma if using perl 5.6.1 or better. + +1.78 30th July 2001 + + * the test in Makefile.PL for AIX used -plthreads. Should have been + -lpthreads + + * merged Core patches + 10372, 10335, 10372, 10534, 10549, 10643, 11051, 11194, 11432 + + * added documentation patch regarding duplicate keys from Andrew Johnson + |