You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2009/02/09 18:54:21 UTC

svn commit: r742658 - /apr/apr-util/branches/1.4.x/CHANGES

Author: trawick
Date: Mon Feb  9 17:54:20 2009
New Revision: 742658

URL: http://svn.apache.org/viewvc?rev=742658&view=rev
Log:
apr-util 1.4.0 not yet released, so sync with branch 1.3.x

Modified:
    apr/apr-util/branches/1.4.x/CHANGES

Modified: apr/apr-util/branches/1.4.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/CHANGES?rev=742658&r1=742657&r2=742658&view=diff
==============================================================================
--- apr/apr-util/branches/1.4.x/CHANGES [utf-8] (original)
+++ apr/apr-util/branches/1.4.x/CHANGES [utf-8] Mon Feb  9 17:54:20 2009
@@ -1,18 +1,9 @@
                                                      -*- coding: utf-8 -*-
 Changes with APR-util 1.4.0
 
-  *) LDAP detection improvements: --with-ldap now supports library names 
-     containing non-alphanumeric characters, such as libldap-2.4.so.  New
-     option --with-lber can be used to override the default liblber name.
-     Fix a problem reporting the lber library from apu-N-config.
-     [Jeff Trawick]
-
   *) Do not include apr.h and apr_errno.h from system search path in
      apu_errno.h. PR 46487 [Rainer Jung <rainer.jung kippdata.de>]
 
-  *) Fix a buffer overrun and password matching for SHA passwords.
-     PR 45679 [Ben Noordhuis <bnoordhuis gmail.com>]
-
   *) Fix the saving of the old LIBS, CPPFLAGS and LDFLAGS when OpenSSL
      and NSS are detected. [Graham Leggett, Ruediger Pluem]
 
@@ -37,9 +28,6 @@
   *) Provide a mechanism to provide the recommended crypto driver to
      calling application. [Graham Leggett]
 
-  *) Suppress pgsql column-out-of-range warning.
-     PR 46012 [Michiel van Loon <michiel van-loon.xs4all.nl>]
-
   *) Move APU_HAVE_CRYPTO from private apu_config.h to public apu.h.
      [Ruediger Pluem, Graham Leggett]
 
@@ -70,6 +58,18 @@
 
 Changes with APR-util 1.3.5
 
+  *) LDAP detection improvements: --with-ldap now supports library names
+     containing non-alphanumeric characters, such as libldap-2.4.so.  New
+     option --with-lber can be used to override the default liblber name.
+     Fix a problem reporting the lber library from apu-N-config.
+     [Jeff Trawick]
+
+  *) Suppress pgsql column-out-of-range warning.
+     PR 46012 [Michiel van Loon <michiel van-loon.xs4all.nl>]
+
+  *) Fix a buffer overrun and password matching for SHA passwords.
+     PR 45679 [Ben Noordhuis <bnoordhuis gmail.com>]
+
   *) Introduce DSO handling of the db, gdbm and ndbm drivers, so these are
      loaded as .so's on first demand, unless --disable-util-dso is configured.
      [William Rowe]
@@ -125,7 +125,7 @@
 Changes with APR-util 1.3.0
 
   *) apr_reslist: destroy all resources in apr_cleanup (don't give up on error).
-      PR 45086 [Nick Kew]
+     PR 45086 [Nick Kew]
 
   *) Add apr_brigade_split_ex for reusing existing brigades in situation where
      brigades need to be split often during the lifetime of a pool.
@@ -147,7 +147,7 @@
      drivers in particular. Using row number zero is an error.
      [Bojan Smojver]
 
-  *) Add support for OpenLDAP's ability to support a directory of 
+  *) Add support for OpenLDAP's ability to support a directory of
      certificate authorities. [Eric Covener]
 
   *) Better error detection for bucket allocation failures.