summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-07-14 03:29:50 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-07-14 03:29:50 +0000
commitf4b516777be7c1403deba3cfc653dcfb56f3d7f4 (patch)
tree5200f6eb4e4b4807230b40ba748e10cd9c26deb9 /ChangeLog
parenta2193f50e80823d34e3d283effb2b4539c15b6f2 (diff)
* ext/digest/*/extconf.rb: fix so that they build from any
directory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1611 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 20f97fb398..6c335b2a98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jul 14 12:26:30 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
+
+ * ext/digest/*/extconf.rb: fix so that they build from any
+ directory.
+
Sat Jul 14 06:20:17 2001 Minero Aoki <aamine@loveruby.net>
* lib/net/http.rb: HTTP#proxy? did not worked.