summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2009-02-09 17:57:42 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2009-02-09 17:57:42 +0000
commitbf5b52ed27299bfd695d5fd2dd8705f5d42c1d57 (patch)
tree3b598c6bbb5821431ed5946cec094ed4867665ef
parent226fa1198b4d1bfe8779d80f623746a974b82895 (diff)
downloadlibapr-util-bf5b52ed27299bfd695d5fd2dd8705f5d42c1d57.tar.gz
sync with 1.3.x and 1.4.x branches
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@742659 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES25
1 files changed, 14 insertions, 11 deletions
diff --git a/CHANGES b/CHANGES
index be4fe142..e9450f1a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,12 +1,6 @@
-*- coding: utf-8 -*-
Changes with APR-util 2.0.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]
-
Changes with APR-util 1.4.0
*) Do not include apr.h and apr_errno.h from system search path in
@@ -36,9 +30,6 @@ Changes with APR-util 1.4.0
*) 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]
@@ -69,6 +60,18 @@ Changes with APR-util 1.4.0
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]
@@ -124,7 +127,7 @@ Changes with APR-util 1.3.1
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.
@@ -146,7 +149,7 @@ Changes with APR-util 1.3.0
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.