aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-03 03:12:30 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-03 03:12:30 +0000
commitbb9435a75ca13504304ef000a1469b096fdce4c2 (patch)
tree3e74211fdda9c8a9b892be39a40273c87e01fad6 /ChangeLog
parent0f9422ef230c0f7d873563e5ab29230ad54c6d41 (diff)
downloadruby-bb9435a75ca13504304ef000a1469b096fdce4c2.tar.gz
* lib/net/imap.rb (hmac_md5): should use String#ord to get ascii
code from the one-character string. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21996 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 442995e60f..c4b889a67f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Feb 3 12:09:08 2009 Shugo Maeda <shugo@ruby-lang.org>
+
+ * lib/net/imap.rb (hmac_md5): should use String#ord to get ascii
+ code from the one-character string.
+
Tue Feb 3 11:25:41 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* load.c (load_lock): warn for circular require. [ruby-core:20794],