summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-23 17:33:39 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-23 17:33:39 +0000
commitd22373455532e99c0adf1a1e5d0b3a864691e2f9 (patch)
tree0dcfe67a2339f2590d4fb213cb4efaa0e255029d /ChangeLog
parent28501bb6e5a31d6ddb8b5167f2f2a87a623bf818 (diff)
Back out the series of changes pending a due discussion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 0 insertions, 22 deletions
diff --git a/ChangeLog b/ChangeLog
index 545c9a9fd6..bbc75625d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,25 +1,3 @@
-Wed Feb 24 00:52:42 2010 Akinori MUSHA <knu@iDaemons.org>
-
- * ext/openssl/lib/openssl/digest.rb (OpenSSL::Digest::hexdigest):
- No need to define hexdigest() here because the super method is
- properly defined to use digest() passing through arguments.
-
-Wed Feb 24 00:51:14 2010 Akinori MUSHA <knu@iDaemons.org>
-
- * ext/openssl/ossl_hmac.c (Init_ossl_hmac): Make OpenSSL::HMAC a
- subclass of Digest::Class so it can take advantage of all those
- utility methods such as base64digest.
-
-Wed Feb 24 00:50:09 2010 Akinori MUSHA <knu@iDaemons.org>
-
- * ext/openssl/ossl_digest.c (GetDigestPtr): Allow to pass the
- OpenSSL::Digest class in place of where either an instance of
- the class or the algorithm name was demanded. For example,
- OpenSSL::HMAC.digest(OpenSSL::Digest::SHA1, key, data) is now
- accepted as well as the usual
- OpenSSL::HMAC.digest(OpenSSL::Digest::SHA1.new, key, data) and
- OpenSSL::HMAC.digest("SHA1", key, data).
-
Wed Feb 24 00:39:17 2010 Yusuke Endoh <mame@tsg.ne.jp>
* string.c (str_new_empty): String#split, partition, rpartition