ruby-changes:30850
From: nobu <ko1@a...>
Date: Fri, 13 Sep 2013 11:39:09 +0900 (JST)
Subject: [ruby-changes:30850] nobu:r42929 (trunk): NEWS: sort
nobu 2013-09-13 11:39:03 +0900 (Fri, 13 Sep 2013) New Revision: 42929 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42929 Log: NEWS: sort * NEWS (Stdlib updates): sort in case-insensitive alphabetical order. Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 42928) +++ NEWS (revision 42929) @@ -142,6 +142,9 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L142 === 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 https://github.com/ruby/ruby/blob/trunk/NEWS#L173 * 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 https://github.com/ruby/ruby/blob/trunk/NEWS#L195 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 https://github.com/ruby/ruby/blob/trunk/NEWS#L215 * 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 https://github.com/ruby/ruby/blob/trunk/NEWS#L228 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/