From 0c252b43adb5a4aae03464783947c234652925c0 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 13 Sep 2013 02:39:03 +0000 Subject: NEWS: sort * NEWS (Stdlib updates): sort in case-insensitive alphabetical order. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 16ea65b6fc..05fb0ea1dc 100644 --- a/NEWS +++ b/NEWS @@ -142,6 +142,9 @@ with all sufficient information, see the ChangeLog file. === Stdlib updates (outstanding ones only) +* CGI::Util + * All class methods modulized. + * Digest * extended methods: * Digest::Class.file takes optional arguments for its constructor @@ -170,6 +173,19 @@ with all sufficient information, see the ChangeLog file. * One-shot multicast DNS support * Support LOC resources +* REXML::Parsers::SAX2Parser + * Fixes wrong number of arguments of entitydecl event. Document of the event + says "an array of the entity declaration" but implemenation passes two + or more arguments. It is an implementation bug but it breaks backword + compatibility. + +* REXML::Parsers::StreamParser + * Supports "entity" event. + +* REXML::Text + * REXML::Text#<< supports method chain like 'text << "XXX" << "YYY"'. + * REXML::Text#<< supports not "raw" mode. + * Rinda::RingServer, Rinda::RingFinger * Rinda now supports multicast sockets. See Rinda::RingServer and Rinda::RingFinger for details. @@ -179,6 +195,11 @@ with all sufficient information, see the ChangeLog file. http://rubygems.rubyforge.org/rubygems-update/History_txt.html#label-2.1.3+%2F+2013-09-12 for release notes. +* Set + * New methods: + * Set#intersect? + * Set#disjoint? + * Socket * New methods: * Socket.getifaddrs @@ -194,8 +215,6 @@ with all sufficient information, see the ChangeLog file. * New methods: * Tempfile.create -* CGI::Util - * All class methods modulized. * WEBrick * The body of a response may now be a StringIO or other IO-like that responds @@ -209,24 +228,6 @@ with all sufficient information, see the ChangeLog file. methods. You should use XMLRPC::Client methods for changing major HTTP client options instead of XMLRPC::Client#http. -* REXML::Parsers::StreamParser - * Supports "entity" event. - -* REXML::Parsers::SAX2Parser - * Fixes wrong number of arguments of entitydecl event. Document of the event - says "an array of the entity declaration" but implemenation passes two - or more arguments. It is an implementation bug but it breaks backword - compatibility. - -* REXML::Text - * REXML::Text#<< supports method chain like 'text << "XXX" << "YYY"'. - * REXML::Text#<< supports not "raw" mode. - -* Set - * New methods: - * Set#intersect? - * Set#disjoint? - === Stdlib compatibility issues (excluding feature bug fixes) * Set -- cgit v1.2.3