From bc8408326beec3dbd293ae59e3e80e0fef5b2028 Mon Sep 17 00:00:00 2001 From: shugo Date: Wed, 6 Feb 2002 04:39:00 +0000 Subject: * lib/net/imap.rb: OpenSSL support. * lib/net/imap.rb (setquota): unset quota if the second argument is nil. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 98a94407b..1b0aaef9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Feb 6 13:28:53 2002 Amos Gouaux + + * lib/net/imap.rb: OpenSSL support. + + * lib/net/imap.rb (setquota): unset quota if the second argument + is nil. + Wed Feb 6 02:10:30 2002 Nobuyoshi Nakada * io.c (fptr_finalize): ignore EBADF when f and f2 use same -- cgit