From cf3bbf28098c63c9d9a3581def3aa7b3435d7d7e Mon Sep 17 00:00:00 2001 From: wrowe Date: Fri, 21 Nov 2008 08:33:00 +0000 Subject: 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 --- CHANGES | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) 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 ] + + *) 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. -- cgit v1.2.1