Changes with APR-util 1.1.2 *) Fix apr_rmm_realloc() offset calculation bug. [Keith Kelleman ] *) Fix handling of a premature EOF with the FILE bucket; a new bucket is not inserted for each attempt to read past EOF. PR 34708. [Jeff Trawick, Joe Orton] *) Fix build failure with non-threaded APR on AIX. PR 34655. [Ryan Murray ] *) Fix libaprutil.rc for Win32 builds [William Rowe, Justin Erenkrantz] Changes with APR-util 1.1.1 *) Fix memory leak in buckets when using APR_POOL_DEBUG mode. [Joe Schaefer] *) find_apu.m4: Try installed APR-util before bundled copy if --with-apr-util not passed to configure. [Justin Erenkrantz] Changes with APR-util 1.1.0 *) LDAP: Move all certificate initialisation, and the creation of SSL and TLS connections into the apr_ldap_set_option() API. Add support for client certificates. [Graham Leggett] *) Emit the run-time link path option in apu-config after installation if the user is linking with libtool. [Justin Erenkrantz] *) Port testmd4 and testmd5 to the new test suite. [Thom May] *) Allow passing NULL inbuf/inbytes_left parameters to apr_xlate_conv_buffer(), required to correctly terminate the output buffer for some stateful character set encodings. [Joe Orton] *) Link libaprutil against the libraries on which it depends. PR 11122. [Joe Orton] *) Add apr_brigade_insert_file() function, to safely insert a file into a brigade, regardless of size. [Joe Orton] Changes for APR-util 1.0.x and later: *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.0.x/CHANGES?view=markup Changes for APR-util 0.9.x and later/earlier: *) http://svn.apache.org/viewvc/apr/apr-util/branches/0.9.x/CHANGES?view=markup