summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-13 17:15:20 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-13 17:15:20 +0000
commit94724396d54d1d16774437f0d0685714667afbea (patch)
treeacd9d5b53dbfe214a4b66b3fec797e092bdb5830 /ChangeLog
parentd91aca3a0fe56443e3e9e5a82e9bec8b6b65bf4c (diff)
* ext/dbm/extconf.rb (db_check): support for GNU dbm 1.8.3.
backported from 1.7. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5900136fc..717dbbff1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Dec 14 02:03:51 2002 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * ext/dbm/extconf.rb (db_check): support for GNU dbm 1.8.3.
+ backported from 1.7.
+
Fri Dec 13 23:39:09 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* ext/dbm/extconf.rb: backported from 1.7.