summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-07 22:21:40 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-07 22:21:40 +0000
commit284e89824c7d568a2187c8f7aa8ac2f7de177ad5 (patch)
tree0659b6d87900681019fce6a05b894e51bb0e00eb /NEWS
parent1e2be1bfe0cc47d5267c058d995389215cd22fcf (diff)
downloadruby-284e89824c7d568a2187c8f7aa8ac2f7de177ad5.tar.gz
ruby-284e89824c7d568a2187c8f7aa8ac2f7de177ad5.tar.xz
ruby-284e89824c7d568a2187c8f7aa8ac2f7de177ad5.zip
updated.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2cc559476..04635df50 100644
--- a/NEWS
+++ b/NEWS
@@ -73,6 +73,13 @@ with all sufficient information, see the ChangeLog file.
* socket
* Socket.pair and UNIXSocket.pair takes a block.
+ * AddrInfo class
+ * Socket#{recvfrom,recvfrom_nonblock,accept,accept_nonblock,sysaccept}
+ returns a sender address as AddrInfo object instead of a string.
+ * BasicSocket#local_address
+ * BasicSocket#remote_address
+ * string/symbol as protocol/address family, socket type, protocol level and
+ socket option name can be specified as a string/symbol.
=== Compatibility issues (excluding feature bug fixes)