summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-03 14:52:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-03 14:52:23 +0000
commite916ccc5cd20e9edbdc6e2b47ca2cd995eebd8d8 (patch)
tree78e03b08bb538ac1d97ffabe29addc2f949f2e85 /NEWS
parent85518db978445c7b0dc700dbc10219860ff9ac3b (diff)
* NEWS (socket): Socket.do_not_reverse_lookup.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 86e791a966..3ac37a4392 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+# -*- rd -*-
= NEWS
This document is a list of user visible feature changes made between
@@ -195,6 +196,7 @@ with all sufficient information, see the ChangeLog file.
Addrinfo#to_s returns the old binary sockaddr string.
* BasicSocket#getsockopt returns Socket::Option object instead of a binary string.
Socket::Option#to_s returns the old binary string.
+ * Socket.do_not_reverse_lookup is turned on by default now.
* new class:
* Addrinfo