You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rj...@apache.org on 2013/10/03 14:22:43 UTC

svn commit: r1528824 - /apr/apr/trunk/CHANGES

Author: rjung
Date: Thu Oct  3 12:22:42 2013
New Revision: 1528824

URL: http://svn.apache.org/r1528824
Log:
Remove items backported to 1.5.x.

Modified:
    apr/apr/trunk/CHANGES

Modified: apr/apr/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?rev=1528824&r1=1528823&r2=1528824&view=diff
==============================================================================
--- apr/apr/trunk/CHANGES [utf-8] (original)
+++ apr/apr/trunk/CHANGES [utf-8] Thu Oct  3 12:22:42 2013
@@ -15,9 +15,6 @@ Changes for APR 2.0.0
   *) Add support to apr_memcache for unix domain sockets. PR 54573 [Remi
      Gacogne <rgacogne+asf aquaray.com>]
 
-  *) Add the apr_table_getm() call, which transparently handles the
-     merging of keys with multiple values. [Graham Leggett]
-
   *) Mark apr_dbd_freetds as unsupported, and remove it from all builds
      [Nick Kew]
 
@@ -32,9 +29,6 @@ Changes for APR 2.0.0
 
   *) apr_pollset_poll:  add z/OS async poll support for sockets [Greg Ames]
 
-  *) apr_socket_opt_set: Add support for APR_SO_BROADCAST. PR 46389.
-     [Armin Müller <mueller itestra com>]
-
   *) apr_brigades: add a check to prevent infinite while loop in case
      of a corrupted brigade.  Problem evidenced in PR 51062.  Analysis by
      Krzysztof Kostałkowicz <KKostalkowicz ivmx.pl>, patch [Nick Kew].