summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-31 11:26:08 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-31 11:26:08 +0000
commit937457fee8b10359036b5bf47753505d8daf4610 (patch)
tree229c0e316a8e2bd2aff30ba84fb2150ab2771afa /ChangeLog
parent1f32210886991820d815c4d1962dded7ff7eb816 (diff)
merge revision(s) 59372: [Backport #13649]
lib/net/imap.rb: Ignore trailing space for Microsoft Exchange Server Based on the patch by keysen (Jeremy Carlier). [ruby-core:81641] [Bug #13649] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@62131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d8b0cb151..30ea6b5c76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Jan 31 20:25:09 2018 Shugo Maeda <shugo@ruby-lang.org>
+
+ lib/net/imap.rb: Ignore trailing space for Microsoft Exchange Server
+
+ Based on the patch by keysen (Jeremy Carlier).
+ [ruby-core:81641] [Bug #13649]
+
Wed Jan 31 20:23:49 2018 sorah (Shota Fukumori) <her@sorah.jp>
Add documents on Process::CLOCK_* constants