From 73a283ad0c00eabfb01d32153d09c866b0499cec 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/branches/ruby_1_8@7192 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0b7367717..420d7aa08 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:13:02 2004 Hidetoshi NAGAI * io.c (pipe_open): fix compile error -- cgit