From 26dbadcb20a5f8ece3376426d8c9f408ca807db7 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Wed, 3 Nov 2004 13:29:42 +0000 Subject: * lib/webrick/httpauth/digestauth.rb: use Base64.encode64 to avoid warnings. [webrickja:128] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7192 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6eabf6997..c5fb4e5a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Nov 3 22:24:17 2004 GOTOU Yuuzou + + * lib/webrick/httpauth/digestauth.rb: use Base64.encode64 to + avoid warnings. + Wed Nov 3 17:19:59 2004 Yukihiro Matsumoto * array.c (rb_ary_uniq_bang): do not push frozen string from hash -- cgit