summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-06 13:57:23 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-06 13:57:23 +0000
commitb44070175a1e3888e11ae37eb627979bec25c979 (patch)
treee9ab2862fc0be7a3de41007ce097d86bdd695fd2
parent69c3348b7997cb5efc2bf55bb11ea32dc976dcba (diff)
added a ChangeLog entry.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cb0d19946..94006f5af3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Feb 6 22:57:00 2010 Shugo Maeda <shugo@ruby-lang.org>
+
+ * lib/net/imap.rb (receive_responses): does not hang when an
+ unexpected BYE response received. fixed [ruby-core:27944].
+ Thanks, Bob Potter.
+
Sat Feb 6 21:31:23 2010 Shugo Maeda <shugo@ruby-lang.org>
* lib/monitor.rb (wait): supported timeout.