summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-16 13:32:41 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-16 13:32:41 +0000
commit25996d294dc6c1f30632b6efb8fe172c519e2481 (patch)
tree9dcd18d82b81963470bd4c87ea75a68ba5a3d7a8 /ChangeLog
parent43385dc583124e46a1ea511f3a1e44f7c90e00ba (diff)
downloadruby-25996d294dc6c1f30632b6efb8fe172c519e2481.tar.gz
ruby-25996d294dc6c1f30632b6efb8fe172c519e2481.tar.xz
ruby-25996d294dc6c1f30632b6efb8fe172c519e2481.zip
* lib/net/pop.rb: change default verification mode from VERIFY_PEER to VERIFY_NONE because most POPS server does not have true certification.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12083 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb6f343aa..d3dac8535 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Mar 16 22:32:20 2007 Minero Aoki <aamine@loveruby.net>
+
+ * lib/net/pop.rb: change default verification mode from
+ VERIFY_PEER to VERIFY_NONE because most POPS server does not have
+ true certification.
+
Fri Mar 16 22:19:24 2007 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* ext/win32ole/win32ole.c: add WIN32OLE#ole_activex_initialize,