summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2008-11-21 08:33:00 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2008-11-21 08:33:00 +0000
commitcf3bbf28098c63c9d9a3581def3aa7b3435d7d7e (patch)
treedb52bd6fbe6f4925e7c16fca08e66bb71311a6c5
parent85f70ed89d6ca1ce6cd67c56ad576af20d87602b (diff)
downloadlibapr-util-cf3bbf28098c63c9d9a3581def3aa7b3435d7d7e.tar.gz
Add 1.3 series changes, about to resync. Please move things
down when they are backported? git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@719540 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES54
1 files changed, 54 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1bedf50b..749258d8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -55,6 +55,60 @@ Changes with APR-util 1.4.0
*) Implement resource list when threads are unavailable. PR 24325
[Bojan Smojver]
+Changes with APR-util 1.3.5
+
+ *) 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]
+
+ *) Fix a segfault in the DBD testcase when the DBD modules were not present.
+ [Graham Leggett]
+
+Changes with APR-util 1.3.4
+
+ *) Fix a memory leak introduced in r683756 and a free call to a non malloced
+ pointer in the case that the platform has no threads.
+ [Jeff Trawick, Ruediger Pluem]
+
+Changes with APR-util 1.3.3
+
+ *) 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]
+
+Changes with APR-util 1.3.2
+
+ *) Fix parameter parsing error in 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]
+
+ *) Use pool memory when setting DBD driver name into the hash.
+ [Bojan Smojver]
+
+Changes with APR-util 1.3.1
+
+ *) Add ODBC DBD Driver. [Tom Donovan]
+
+ *) Fix build of the FreeTDS and MySQL drivers. [Bojan Smojver]
+
+ *) Fix build failure for no modules (--disable-dso). [Jean-Frederic Clere]
+
+ *) Fix win32 build failure for no modules (empty DBD_LIST). [William Rowe]
+
Changes with APR-util 1.3.0
*) apr_reslist: destroy all resources in apr_cleanup.