From 25483f584ff1821e052712196ea0a006c5814e4e Mon Sep 17 00:00:00 2001 From: shugo Date: Tue, 3 Feb 2009 03:12:30 +0000 Subject: * lib/net/imap.rb (hmac_md5): should use String#ord to get ascii code from the one-character string. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 442995e60..c4b889a67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 3 12:09:08 2009 Shugo Maeda + + * 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 * load.c (load_lock): warn for circular require. [ruby-core:20794], -- cgit