aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-03 07:44:17 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-03 07:44:17 +0000
commit3809c47d8d9dc884c393f144068deca27e522fb7 (patch)
tree014444f23889d3e05b5751730ea5b9b4bb36449b /ChangeLog
parent3d42f2295d63a16823aae864aa53a3a67adb5b6a (diff)
downloadruby-3809c47d8d9dc884c393f144068deca27e522fb7.tar.gz
ChangeLog: remove garbages
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8176b87e20..0cdeb436b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,7 @@ Tue Jun 3 13:14:04 2014 Shugo Maeda <shugo@ruby-lang.org>
* lib/net/imap.rb (body_type_1part): Gmail IMAP reports a body
type as "MIXED" followed immediately by params
[ruby-core:62864] [Bug #9885]
- Patch by @rayners (David Raynes). [Fixes GH-622]
+ Patch by @rayners (David Raynes). [Fixes GH-622]
https://github.com/ruby/ruby/pull/622
Tue Jun 3 13:18:24 2014 Koichi Sasada <ko1@atdot.net>
@@ -48,7 +48,7 @@ Tue Jun 3 12:26:47 2014 Koichi Sasada <ko1@atdot.net>
Tue Jun 3 09:45:13 2014 NAKAMURA Usaku <usa@ruby-lang.org>
-o * test/openssl/test_ssl.rb (OpenSSL::TestSSL#test_verify_result):
+ * test/openssl/test_ssl.rb (OpenSSL::TestSSL#test_verify_result):
shouldn't use same server for respective tests, because the 1st
test sometimes kills the server main loop silently.
[Bug #9881] [ruby-dev:48266]