From 53318c0ed62ca471f237694d2817381b3cb45f1f Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 11 Oct 2006 17:25:45 +0000 Subject: * ext/digest: Merge from trunk; metadata location changed, Digest::Base#reset() added, Digest::Base#equal() changed, and digest/hmac added with some modifications for ruby 1.8. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11137 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 467f92d99..d856ac5c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Oct 11 22:21:41 2006 Akinori MUSHA + + * ext/digest: Merge from trunk; metadata location changed, + Digest::Base#reset() added, Digest::Base#equal() changed, and + digest/hmac added with some modifications for ruby 1.8. + Tue Oct 10 17:24:12 2006 NAKAMURA Usaku * {bcc32,win32,wince}/Makefile.sub (config.status): shouldn't use -- cgit