summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-23 20:10:11 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-23 20:10:11 +0000
commit646bcaa71742b78c6999fcecf133183a8a28a414 (patch)
tree79f6b6b5e4cb951f57ca04cbcc3ee703a4238654 /NEWS
parent362208c041ee8feed9262d0c7f2c78bf3caea6e5 (diff)
* lib/rinda/ring.rb: Add multicast support to Rinda::RingFinger and
Rinda::RingServer. [ruby-trunk - Bug #8073] * test/rinda/test_rinda.rb: Test for the above. * NEWS: Update with Rinda multicast support git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39895 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 c77c427c32..818845711a 100644
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,8 @@ with all sufficient information, see the ChangeLog file.
* Net::SMTP
* Added Net::SMTP#rset to implement the RSET comamnd
+* Rinda::RingServer, Rinda::RingFinger
+ * Rinda now supports multicast sockets
=== Stdlib compatibility issues (excluding feature bug fixes)
=== C API updates