summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2008-11-21 08:41:54 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2008-11-21 08:41:54 +0000
commite762c3862b4488ee95e69d0d8fa643c355e538a2 (patch)
treef1ae027aefa974677b7823c5c186451422a914cc
parentcf3bbf28098c63c9d9a3581def3aa7b3435d7d7e (diff)
downloadlibapr-util-e762c3862b4488ee95e69d0d8fa643c355e538a2.tar.gz
I trust all of these are backported (right? I hope? please verify
your own patches!) git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@719541 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES35
1 files changed, 5 insertions, 30 deletions
diff --git a/CHANGES b/CHANGES
index 749258d8..49218627 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
- -*- coding: utf-8 -*-
+ -*- coding: utf-8 -*-
Changes with APR-util 1.4.0
*) Suppress pgsql column-out-of-range warning.
@@ -24,34 +24,11 @@ Changes with APR-util 1.4.0
failed. The existing LDAP and DBD code ignores this, as their APIs
do not yet allow for errors to be returned. [Graham Leggett]
- *) Fix a segfault in the DBD testcase when the DBD modules were not present.
- [Graham Leggett]
-
*) Add DTrace Probes to Hooks, making it easier to inspect APR Hook based
applications with DTrace. [Theo Schlossnagle <jesus omniti.com>]
*) Add ODBC DBD driver [Tom Donovan]
- *) Older OpenLDAP implementations may have ldap_set_rebind_proc() with two
- args. Provide detection code and alternative implementation.
- [Ruediger Pluem]
-
- *) Add Berkeley DB 4.7 support.
- [Arfrever Frehtes Taifersar Arahesis <arfrever.fta gmail.com>]
-
- *) PostgreSQL rows (internally) start from zero, not one. Account for it in
- row fetching function. [Bojan Smojver]
-
- *) Detection of PostgreSQL may fail if LIBS contains all libs returned by
- pg_config. Use it only as the last resort. [Bojan Smojver]
-
- *) When searching for DSOs, look in apr-util-APU_MAJOR_VERSION subdirectory
- of each component of APR_DSOPATH. PR 45327
- [Joe Orton, William Rowe, Bojan Smojver]
-
- *) Give MySQL DBD driver reconnect option. PR 45407
- [Bojan Smojver]
-
*) Implement resource list when threads are unavailable. PR 24325
[Bojan Smojver]
@@ -111,7 +88,7 @@ Changes with APR-util 1.3.1
Changes with APR-util 1.3.0
- *) apr_reslist: destroy all resources in apr_cleanup.
+ *) apr_reslist: destroy all resources in apr_cleanup (don't give up on error).
PR 45086 [Nick Kew]
*) Add apr_brigade_split_ex for reusing existing brigades in situation where
@@ -137,6 +114,9 @@ Changes with APR-util 1.3.0
*) Add support for OpenLDAP's ability to support a directory of
certificate authorities. [Eric Covener]
+ *) Better error detection for bucket allocation failures.
+ [Jim Jagielski]
+
*) Ensure that the LDAP code can compile cleanly on platforms that do
not define the LDAP_OPT_REFHOPLIMIT symbol, most specifically Windows.
[Victor <victorjss@gmail.com>, Graham Leggett]
@@ -157,11 +137,6 @@ Changes with APR-util 1.3.0
*) Fix the make test target in the spec file. [Graham Leggett]
- *) Expose the SSL EVP interface to encrypt and decrypt arbitrary
- blocks of data, using symmetrical keys. Experimental support for
- asymmetrical public/private keys as supported by OpenSSL v0.9.9.
- [Graham Leggett]
-
*) Introduce apr_dbd_open_ex() [Bojan Smojver]
*) Make md5 hash files portable between EBCDIC and ASCII platforms