aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-21 06:34:03 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-21 06:34:03 +0000
commitad89f7e6d2abe4fb96e713cf94b90c9781afc31d (patch)
tree107e78f0a40f1a9673812a7177f7e240bd3b917f /ChangeLog
parent1ee46d76c49c2ddb72f1bb0539decc165b48feb7 (diff)
downloadruby-ad89f7e6d2abe4fb96e713cf94b90c9781afc31d.tar.gz
* lib/net/imap.rb (initialize): accept service name. changed
the defalut value of the old style +verify+ argument to true. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14408 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 21ca6e590f..d46b89f6c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Dec 21 15:24:22 2007 Shugo Maeda <shugo@ruby-lang.org>
+
+ * lib/net/imap.rb (initialize): accept service name. changed
+ the defalut value of the old style +verify+ argument to true.
+
Fri Dec 21 15:15:44 2007 Tanaka Akira <akr@fsij.org>
* gc.c (rb_garbage_collect): new function for debugging.