summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-01 15:13:01 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-01 15:13:01 +0000
commitbd00df2f1a96356bc669b39c797cacff65193acd (patch)
tree74f7c3f156b1e3050cada7e5f37eb69c9d22f90a /ChangeLog
parent329ab042ee76bec0d2319eb177932fe13d20669b (diff)
* lib/resolv.rb (Requester#request): typo, regression introduced at
r49422 (patchlevel 618). reported and patched by Stefan Kolb [ruby-core:69429] [Backport #11204] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@50723 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 f13feec8bc..203a33166d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Jun 2 00:10:14 2015 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * lib/resolv.rb (Requester#request): typo, regression introduced at
+ r49422 (patchlevel 618). reported and patched by Stefan Kolb
+ [ruby-core:69429] [Backport #11204]
+
Mon Apr 13 22:11:42 2015 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
* ext/openssl/lib/openssl/ssl.rb: stricter hostname verification