summaryrefslogtreecommitdiff
path: root/ext/DB_File/Changes
diff options
context:
space:
mode:
authorPaul Marquess <paul.marquess@btinternet.com>2001-10-26 01:03:54 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-25 22:47:28 +0000
commitc6c92ad9aa3b5b6a66a3748673a5a2c7621c6163 (patch)
tree4fc6b1f5c3de4a44f908eac66082231cc0969c6d /ext/DB_File/Changes
parentc74e71c7bea13671b874bece63ae3f57b7ac1ffe (diff)
downloadperl-c6c92ad9aa3b5b6a66a3748673a5a2c7621c6163.tar.gz
DB_File-1.79
Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com> p4raw-id: //depot/perl@12661
Diffstat (limited to 'ext/DB_File/Changes')
-rw-r--r--ext/DB_File/Changes8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/DB_File/Changes b/ext/DB_File/Changes
index da6af577cb..be6e6e3047 100644
--- a/ext/DB_File/Changes
+++ b/ext/DB_File/Changes
@@ -366,3 +366,11 @@
* added documentation patch regarding duplicate keys from Andrew Johnson
+1.79 22nd October 2001
+
+ * Added a "local $SIG{__DIE__}" inside the eval that checks for the presence
+ of XSLoader s suggested by Andrew Hryckowin.
+
+ * merged core patch 12277.
+
+ * Changed NEXTKEY to not initialise the input key. It isn't used anyway.