No need to look for global pool if we're alrealy initialised.
[apr-util.git] / CHANGES
blobacd015e667db73bbe73b754243bb7e8e5d12972a
1                                                      -*- coding: utf-8 -*-
2 Changes with APR-util 1.4.0
4   *) Amend apr_reslist to expire resources whose idle time exceeds ttl.
5      PR 42841 [Tom Donovan, Nick Kew, Ruediger Pluem]
7   *) Add DTrace Probes to Hooks, making it easier to inspect APR Hook based
8      applications with DTrace. [Theo Schlossnagle <jesus omniti.com>]
10 Changes with APR-util 1.3.0
12   *) Modularize ldap's stub with the dbd dso modular structure, and teach
13      the apu dso's to respect the system specific shared lib path var.
14      To link to an application without ldap libs, query 
15      `apu-1-config --avoid-ldap --libs` (in addition to the usual linker
16      queries for compiling and linking).  [William Rowe]
18   *) Support building DBD drivers as DSOs by default; use --disable-util-dso
19      flag to configure to use static link.  [Joe Orton, Bojan Smojver]
21   *) All DBD drivers now count rows from 1, which affects PostgreSQL and MySQL
22      drivers in particular. Using row number zero is an error.
23      [Bojan Smojver]
25   *) Add support for OpenLDAP's ability to support a directory of 
26      certificate authorities. [Eric Covener]
28   *) Ensure that the LDAP code can compile cleanly on platforms that do
29      not define the LDAP_OPT_REFHOPLIMIT symbol, most specifically Windows.
30      [Victor <victorjss@gmail.com>, Graham Leggett]
32   *) Fix the setting of LDAP_OPT_SSL on Win2k, which expects a pointer to
33      the value LDAP_OPT_ON, and not the value itself. XP works with both.
34      [Victor <victorjss@gmail.com>]
36   *) Fix a regression in apr_brigade_partition that causes integer overflows
37      on systems where apr_off_t > apr_size_t.  [Ruediger Pluem]
39   *) Ensure that apr_uri_unparse does not add scheme to URI if
40      APR_URI_UNP_OMITSITEPART flag is set. PR 44044
41      [Michael Clark <michael metaparadigm.com>]
43   *) Add an LDAP rebind implementation so that authentication can be
44      carried through referrals. [Paul J. Reder]
46   *) Fix the make test target in the spec file. [Graham Leggett]
48   *) Expose the SSL EVP interface to encrypt and decrypt arbitrary
49      blocks of data, using symmetrical keys. Experimental support for
50      asymmetrical public/private keys as supported by OpenSSL v0.9.9.
51      [Graham Leggett]
53   *) Introduce apr_dbd_open_ex() [Bojan Smojver]
55   *) Make md5 hash files portable between EBCDIC and ASCII platforms  
56      [David Jones]
58   *) Add limited apr_dbd_freetds driver (MSSQL and Sybase) [Nick Kew]
60   *) Commit relicensed apr_dbd_mysql driver to /trunk/  [Nick Kew]
62   *) Support BerkeleyDB 4.6.  [Arfrever Frehtes Taifersar Arahesis]
64   *) Support Tivoli ITDS LDAP client library.  [Paul Reder]
66   *) Portably implement testdate's long-time constants to solve
67      compilation faults where #LL isn't valid.  [Curt Arnold]
69   *) Use buffered I/O with SDBM.  [Joe Schaefer]
71   *) Unify parsing of prepared statements and add binary argument functions
72      to DBD [Bojan Smojver with help from many on the APR list]
74   *) Rewrite detection of expat in configure to fix build on e.g. biarch
75      Linux platforms.  PR 28205.  [Joe Orton]
77   *) Add apr_thread_pool implementation.  [Henry Jen <henryjen ztune.net>]
79   *) Add support for Berkeley DB 4.5 to the configure scripts.
80      [Garrett Rooney]
82   *) Allow apr_queue.h to be included before other APR headers.
83      PR 40891 [Henry Jen <henryjen ztune.net>]
85   *) Fix precedence problem in error checking for sdbm dbm back end.
86      PR 40659 [Larry Cipriani <lvc lucent.com>]
88   *) Add an apr_reslist_acquired_count, for determining how many outstanding
89      resources there are in a reslist.  [Ryan Phillips <ryan trolocsis.com>]
91   *) Provide folding in autogenerated .manifest files for Win32 builders
92      using VisualStudio 2005  [William Rowe]
94   *) Implement DBD transaction modes
95      [Bojan Smojver with help from many on the APR list]
97   *) Implement prepared statement support in SQLite3 DBD driver
98      [Bojan Smojver]
100   *) Add get (column) name to apr_dbd API
101      [Bojan Smojver <bojan rexursive.com>] and
102      [Chris Darroch <chrisd pearsoncmg com>]
104   *) Make the DBD autoconf-glue use LDFLAGS instead of LIBS in several
105      places, fixing some configure issues on Solaris.
106      [Henry Jen <henryjen ztune.net>]
108   *) Make apr_dbd.h work as a stand alone header, without needing other
109      files to be included before it. [Henry Jen <henryjen ztune.net>]
111   *) On platforms that use autoconf stop automatically linking against
112      apr-iconv when an apr-iconv source dir is found in ../apr-iconv.
113      Instead, add a --with-apr-iconv option to configure that lets you
114      specify the relative path to your apr-iconv source directory.
115      [Garrett Rooney]
117   *) APR_FIND_APU macro now supports customisable detailed checks on
118      each installed apr-util. [Justin Erenkrantz, Colm MacCárthaigh]
120   *) APR_FIND_APU macro no longer checks /usr/local/apache2/
121      [Colm MacCárthaigh]
123   *) Add apr_dbd_oracle driver [Nick Kew and Chris Darroch]
125 Changes with APR-util 1.2.8
127   *) Fix incorrect byte order (PR 37342) and incorrect timestamp type
128      in the fallback UUID generator used when no external UUID generator
129      is detected by APR.
130      [Max Bowsher]
132 Changes with APR-util 1.2.7
134   *) Fix apr_dbd_init to be safe to call multiple times
135      [Bojan Smojver <bojan rexursive com>, Nick Kew]
137   *) Win32 / Netware - add missing apu_version.c for apu_version_string()
138      to the Windows and Netware specific builds.  Unix platforms supported
139      this API since 0.9.1.  [William Rowe, Brad Nicholes].
141 Changes with APR-util 1.2.6
143   *) Stop trying to link against Berkeley DB by default.  To enable use
144      of Berkeley DB users must now explicitly pass --with-berkeley-db to
145      configure, since Berkeley DB is released under a viral license that
146      requires distribution of source code for any program that uses it.
147      [Garrett Rooney]
149   *) Stop trying to link against GDBM by default.  To enable use of GDBM
150      users must now explicitly pass --with-gdbm to configure, since GDBM
151      is licensed under the GPL.
152      [Garrett Rooney]
154   *) Fix VPATH builds, and symlink builds where apr and apr-util
155      reside in parallel as symlinks to directories with more explicit
156      names, e.g. apr-1.x and apr-util-1.x.  This solves various breakage
157      on Solaris in particular with ./buildconf and ./configure.  Also
158      eliminated the nested ../apr-iconv/buildconf, given that apr-util
159      didn't bother with ../apr/buildconf, and this was inconsistant.
160      [William Rowe]
162   *) Fix the escape implementations for the sqlite2 and sqlite3 dbd
163      back ends.
164      [Ronen Mizrahi <ronen tversity.com>, Garrett Rooney]
166   *) Add support for Berkeley DB 4.4 to the configure scripts.
167      [Garrett Rooney]
169   *) Fix bug in test suite that cause testbuckets to write 8GB file
170      on Mac OS X.  [Justin Erenkrantz]
172 Changes with APR-util 1.2.2
174   *) Teach configure how to find the Novell LDAP SDK. [Graham Leggett]
176   *) Fix usage of ldapssl_init/ldap_sslinit on platforms that support
177      these API's including Win32.  Support APR_HAS_LDAP_START_TLS_S
178      flag in the Win32 LDAP API, to drop usage of ldap_start_ssl_s
179      and ldap_stop_ssl_s on Win32 by default (change the flag in apr_ldap.hw
180      to enable if supported on a given OS level). [William Rowe]
182 Changes with APR-util 1.2.1
184   *) Fix apr_rmm_realloc() offset calculation bug.  [Keith Kelleman
185      <keith.kelleman oracle.com>]
187   *) Add sqlite3 support to APR DBD. [Rick Keiner <rick_keiner yahoo.com>]
189   *) Fix build failure with non-threaded APR on AIX.  PR 34655.
190      [Ryan Murray <rmurray+apache cyberhqz.com>]
192   *) Add sqlite2 support to APR DBD. [Ryan Phillips <ryan trolocsis.com>]
194   *) Introduction of APR DBD layer.  [Nick Kew]
196 Changes with APR-util 1.1.2
198   *) Fix libaprutil.rc for Win32 builds [William Rowe, Justin Erenkrantz]
200 Changes with APR-util 1.1.1
202   *) Fix memory leak in buckets when using APR_POOL_DEBUG mode. [Joe Schaefer]
204   *) find_apu.m4: Try installed APR-util before bundled copy if --with-apr-util
205      not passed to configure.  [Justin Erenkrantz] 
207 Changes with APR-util 1.1.0
209   *) LDAP: Move all certificate initialisation, and the creation of SSL
210      and TLS connections into the apr_ldap_set_option() API. Add support
211      for client certificates. [Graham Leggett]
213   *) Emit the run-time link path option in apu-config after installation
214      if the user is linking with libtool.  [Justin Erenkrantz]
216   *) Port testmd4 and testmd5 to the new test suite. [Thom May]
218   *) Allow passing NULL inbuf/inbytes_left parameters to
219      apr_xlate_conv_buffer(), required to correctly terminate the
220      output buffer for some stateful character set encodings.
221      [Joe Orton]
223   *) Link libaprutil against the libraries on which it depends.
224      PR 11122.  [Joe Orton]
226   *) Add apr_brigade_insert_file() function, to safely insert a file
227      into a brigade, regardless of size.  [Joe Orton]
229 Changes with APR-util 1.0.2
231   *) Teach apr_ldap_init() how to handle STARTTLS in addition to the existing
232      SSL support. Add apr_ldap_option API. [Graham Leggett]
234   *) Rework the LDAP toolkit detection to be more accurate than "OpenLDAP
235      detected regardless", while remaining backwards compatible with v1.0.
236      [Graham Leggett]
238   *) Added the apr_ldap_ssl_add_cert() API to allow multiple certificates
239      to be stored and used when establishing an SSL connection to different
240      LDAP servers. [Brad Nicholes]
242   *) Fix the detection of ldap.h on Solaris - it needs lber.h to be
243      defined first. [Graham Leggett]
245   *) Add a build script to create a solaris package. [Graham Leggett]
247 Changes with APR-util 1.0.1
249   *) Add support for Berkeley DB 4.3.  [Jani Averbach <jaa jaa.iki.fi>]
251   *) SECURITY: CAN-2004-0786 (cve.mitre.org)
252      Fix input validation in apr_uri_parse() to avoid passing negative
253      length to memcpy for malformed IPv6 literal addresses.
254      [Joe Orton]
256 Changes with APR-util 1.0
258   *) Only install apu-$MAJOR-config and add appropriate detection code to
259      find_apu.m4 (APU_FIND_APU).  [Max Bowsher <maxb ukf.net>]
261   *) Overhaul support for LDAP URL parsing. Instead of using incompatible
262      URL parsers and memory that needs freeing, apr-util provides a parser
263      which parses the URL and allocates memory from a pool. [Graham Leggett]
265   *) Remove support for LDAP v2.0 SDK toolkits. This will be added
266      back properly later assuming there is demand for it. In the mean
267      time, please use an LDAP v3.0 SDK toolkit. [Graham Leggett]
269   *) Add an apr_ldap_err_t structure to handle the return of LDAP
270      specific error codes. [Graham Leggett, Brad Nicholes]
272   *) Add APR functions to do the job of ldap_init(), hiding toolkit
273      specific SSL/TLS handling. Code derived from httpd util_ldap.
274      [Graham Leggett]
276   *) Add an RPM spec file derived from Fedora Core.
277      [Graham Leggett, Joe Orton]
279   *) The whole codebase was relicensed and is now available under
280      the Apache License, Version 2.0 (http://www.apache.org/licenses).
281      [Apache Software Foundation]
283   *) A new function, apr_reslist_invalidate, was added so that invalid
284      resources can be removed from a reslist instead of being returned
285      to the reslist in a broken state.  [Nick Kew <nick webthing.com>]
287   *) Switch to a single, top-level make. [Greg Stein]
289   *) Add timeout feature to apr_reslist_acquire().  
290      [Mladen Turk <mturk apache.org>]
292   *) Pass error codes returned from constructors all the way back to
293      the reslist consumer. Also fix a minor reslist memory leak that could
294      happen when a constructor returns an error code.  PR 23492.
295      [Snke Tesch <st@kino-fahrplan.de>, Aaron Bannert]
297   *) The following header files have been removed:
299      apu_compat.h
301 Changes with APR-util 0.9.5
303   *) Fix corrupt output from the apr_xlate_* interfaces on AIX 4.x.
304      [Joe Orton]
306   *) Change the order in which ldap.h and lber.h are defined, to fix
307      a compile bug in Solaris v2.8 which requires lber.h then ldap.h.
308      PR 27379.  [Andrew Connors <andy.connors idea.com>]
310   *) Restore support for SHA1 passwords in apr_validate_password.
311      PR 17343.  [Paul Querna <chip force-elite.com>]
313   *) Fix DESTDIR install for bundled expat library.  PR 14076
314      [David S. Madole <david madole.net>]
316   *) Fix occasional crash in apr_rmm_realloc().  PR 22915.
317      [Jay Shrauner <shrauner inktomi.com>]
319   *) Fix apr_dbm_exists() for sdbm when sizeof(int) != sizeof(size_t). 
320      [Joe Orton]
322   *) The whole codebase was relicensed and is now available under
323      the Apache License, Version 2.0 (http://www.apache.org/licenses).
324      [Apache Software Foundation]
326   *) Fix xlate.c compile failure on AIX 5.2.  PR 25701.  [Jeff Trawick]
328   *) Fixed a bug in apr_rmm that would cause it to mishandle blocks of
329      a size close to the one requested from the allocator.
330      [Kevin Wang <xwang_tech yahoo.com>]
332 Changes with APR-util 0.9.4
334   *) Changed apr_bucket_alloc_create() so that it uses the allocator
335      from the pool that was passed in rather than creating its own.
336      Also, the bucket_allocator is now allocated from the apr_allocator_t
337      rather than using apr_palloc().  Added apr_bucket_alloc_create_ex()
338      which takes an apr_allocator_t* directly rather than an apr_pool_t*.
339      [Cliff Woolley, Jean-Jacques Clar]
341   *) Added debugging consistency checks to the buckets code.  Add
342      -DAPR_BUCKET_DEBUG to the build flags to enable.
343      [Cliff Woolley]
345   *) Make the version of the db library APU built against visible.
346      [Thom May]
348   *) Fix a problem with VPATH builds copying the APR rules.mk into the
349      source directory rather than the build directory.  [Justin Erenkrantz]
351   *) SECURITY [httpd incident CAN-2003-0189] Address a thread safety
352      issue with apr_password_validate() on AIX, Linux, Mac OS X, and
353      possibly other platforms.  [Jeff Trawick, Justin Erenkrantz]
355   *) Fix a problem with LDAP configuration which caused subsequent
356      configure tests to fail since LIBS contained LDAP libraries for
357      subsequent tests but LDFLAGS no longer included the path to such 
358      LDAP libraries.  [Jeff Trawick]
360   *) Fix a problem preventing the use of the bundled Expat when APR-util
361      is built stand-alone.  [Jeff Trawick]
363   *) Use the same compiler and preprocessor for the APR-util config tests
364      which were used by APR.  The user can override this via CC and CPP.
365      This was done all along for the actual build, but not necessarily
366      for the config tests.  [Jeff Trawick]
368   *) Fix apr_uuid_parse() on EBCDIC machines.  [Jeff Trawick]
370   *) Fix alignment problem when allocating memory using apr_rmm. The problem
371      showed up while trying to write a double in the memory allocated.
372      [Madhusudan Mathihalli]
374 Changes with APR-util 0.9.3
376   *) Allow apr_date_parse_rfc to parse 'Sun, 06-Nov-1994 08:49:37 GMT' as a
377      valid date.  [Dmitri Tikhonov <dmitri@netilla.com>]
379   *) Fix error in apu-config when symlinks are involved.
380      [Garrett Rooney <rooneg@electricjellyfish.net>]
382 Changes with APR-util 0.9.2
384   *) Fix the APR_BUCKET_IS_foo() macros so they parenthesize their parameter.
385      This fixes compile problems with some types of parameters.
386      [Jim Carlson <jcarlson@jnous.com>]
388   *) Queue overwrite, we now return the item pushed, not a reference to it. 
389      [Paul Marquis <PMarquis@pobox.com, Jacob Lewallen <jlwalle@cs.ucr.edu>]
391   *) Remove include/apr_ldap.h on distclean.  PR 15592.  [Justin Erenkrantz]
393   *) Fix race conditions in apr_queue.
394      [Jacob Lewallen <jlwalle@cs.ucr.edu>]
396   *) Stop buildconf copying rules.mk, copy it at configure time. 
397      [Thom May]
399   *) Make buildconf copy rules.mk as well. 
400      [Garrett Rooney <rooneg@electricjellyfish.net>]
402   *) Add --includedir flag to apu-config.  [Justin Erenkrantz]
404   *) Fix brokenness in sdbm when sizeof(int) != sizeof(size_t)
405      (e.g., 64-bit AIX, 64-bit Solaris).  PR 14861.  [Jeff Trawick]
407   *) Have buildconf copy required files from apr so that apr-util can build
408      on its own.  [Craig Rodrigues <rodrigc@attbi.com>]
410   *) Detect OpenLDAP when used with Solaris 9. PR 13427.
411      [Gary Algier <gaa@ulticom.com>]
413   *) Detect Berkeley DB 4.1 when compiled with --with-uniquenames
414      [Thom May]
416   *) Allow apu-config to work in symlinked install directories when
417      'realpath' is available.  [Justin Erenkrantz]
419   *) Fix bug in apr_strmatch when used with case-insensitive patterns.
420      [Justin Erenkrantz]
422   *) Allow apr_queue to have greater than int number of elements.
423      [Justin Erenkrantz]
425   *) Detect Berkeley DB 4.0 compiled with --with-uniquenames.
426      [Philip Martin <philip@codematters.co.uk>]
428   *) Allocate brigades from a bucket allocator rather than a pool. [Brian Pane]
430   *) Update with the latest APR renames [Thom May]
432   *) Update doxygen tags.  [Justin Erenkrantz]
434   *) Add apr_ldap.hw for Windows build.
435      [Andre Schild <A.Schild@aarboard.ch>]
437   *) Add IPv6 literal address support to apr_uri_parse(), apr_uri_unparse(), 
438      and apr_uri_parse_hostinfo().  PR 11887  [Jeff Trawick]
440   *) Add apr_brigade_writev()  [Brian Pane]
442   *) Add support for Berkeley DB 4.1.  [Justin Erenkrantz]
444   *) Add --bindir option to apu-config.  [Justin Erenkrantz]
446 Changes with APR-util 0.9.1
448   *) Add versioning infrastructure.
449      [Justin Erenkrantz]
451   *) Running "make check" in the toplevel directory or the test/ directory
452      will build and run all test programs.  [Aaron Bannert]
454   *) Bug #9789 : NDBM support 
455      [Toomas Soome <tsoome@muhv.pri.ee>, Ian Holsman]
457   *) Added a Thread safe FIFO bounded buffer (apr_queue) [Ian Holsman]
459   *) Changed file_bucket_setaside() to use apr_file_setaside() instead
460      of turning the file bucket into an mmap bucket.  [Brian Pane]
462   *) Install libaprutil support libraries before installing libaprutil
463      itself, since on some platforms libaprutil is relinked during
464      make install and the support libraries need to exist already.
465      [Jeff Trawick]
467   *) Added a Resource List API for threadsafe access to persistent
468      and dynamically created user-defined resources.  [Aaron Bannert]
470   *) Adopted apr-util/xlate from apr/i18n for inclusion of apr-iconv
471      as required by missing libiconv.  [William Rowe]
473   *) Adopted apr-util/crypto/ uuid and md5 from apr.  [William Rowe]
475   *) Look for expat in lib64 directories.  [Peter Poeml <poeml@suse.de>]
477   *) Faster implementation of apr_brigade_puts()  [Brian Pane]
479   *) Fixed a segfault in apr_date_parse_rfc() for some date formats
480      where it was trying to overlay a potentially static input
481      string even though it didn't really need to.
482      [Cliff Woolley, Doug MacEachern]
484   *) Ensure that apu-config does not print libtool libraries when
485      using --libs.  [Justin Erenkrantz]
487   *) Added apr_bucket_file_enable_mmap() function to the bucket
488      API to let an application control whether a file bucket may
489      be turned into an mmap bucket upon read.  (The default remains
490      to do the mmap, but this function lets the app prevent the
491      mmap in contexts where mmap would be a bad idea.  Examples
492      include multiprocessors where mmap doesn't scale well and
493      NFS-mounted filesystems where a bus error can result if
494      a memory-mapped file is removed or truncated.) [Brian Pane]
496   *) Added string-matching API (apr_strmatch.h)  [Brian Pane]
498   *) Rearrange INCLUDES so that APRUTIL_PRIV_INCLUDES is always
499      first.  [Garrett Rooney <rooneg@electricjellyfish.net>]
501   *) Add --old-expat option to apu-config to allow users of apr-util to
502      determine what expat it should expect to be installed.  If the
503      flag is set to yes, it should include xmlparse.h.  If it is set to
504      no, it should include expat.h.  [Justin Erenkrantz]
506   *) Fix exporting of includes in apu-config.  [Justin Erenkrantz]
508   *) Change bucket brigades API to allow a "bucket allocator" to be
509      passed in at certain points.  This allows us to implement freelists
510      so that we can stop using malloc/free so frequently.
511      [Cliff Woolley, Brian Pane]
513   *) add apr_rmm_realloc() function
514      [Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>]
516   *) renames: apr_ansi_time_to_apr_time becomes apr_time_ansi_put
517      ap_exploded_time_t becomes apr_time_exp_t
518      [Thom May <thom@planetarytramp.net>]
520   *) Add detection support for FreeBSD's expat and expat2 ports.
521      [Justin Erenkrantz]
523   *) Deprecate check_brigade_flush(), which had several nasty bugs, and
524      which was causing apr_brigade_write()'s logic to be less than obvious.
525      Everything is now done in a slightly rearranged apr_brigade_write().
526      [Cliff Woolley]
528   *) Don't add /usr/include to the INCLUDES variable on expat's account.
529      [Joe Orton <joe@manyfish.co.uk>]
531   *) Remove the autoconf 2.5x cache directory in buildconf.
532      [Joe Orton <joe@manyfish.co.uk>]
534   *) BerkleyDB should NULL out the key if it is @EOF in vt_db_nextkey
535      [Ian Holsman]
537   *) Add ability to natively fetch and split brigades based on LF lines.
538      [Justin Erenkrantz]
540   *) add --with-berkeley-db=DIR & --with-gdbm  configure flags
541      [Ian Holsman/Justin Erenkrantz]
543   *) Fix expat detection to recognize installed versions.
544      [Eric Gillespie, Jr. <epg@pretzelnet.org>]
546   *) Add find_apu.m4 to allow third-party programs that use APR-util
547      to have a standard m4 macro for detection.  [Justin Erenkrantz]
549   *) Add apu-config - a shell script to allow third-party programs
550      easy access to APR configuration parameters.  [Justin Erenkrantz]
552   *) Add GMT offset calculation to apr_date_parse_rfc().  
553      [Justin Erenkrantz]
555   *) Introduce the apr_rmm api, to allow relocatable memory management
556      of address-independent data stores, such as shared memory.
557      [William Rowe]
559   *) Rework and fix VPATH-build support.  [Justin Erenkrantz]
561   *) Add support for Berkeley DB4.  [Justin Erenkrantz]
563   *) Improve testdbm help.  [Justin Erenkrantz]
565   *) Improve autoconf detection of DBMs.  [Justin Erenkrantz]
567   *) BerkeleyDBM v2 now checks minor level for cursor ops [Ian Holsman]
569   *) Reading a file bucket bigger than APR_MMAP_LIMIT (4MB) now yields
570      a string of 4MB mmap buckets, rather than a string of 8KB heap buckets
571      plus a 4MB mmap bucket.  To accomodate this, the mmap bucket destroy
572      function explicitly deletes the apr_mmap_t after last reference
573      to avoid having too much of a large file mapped at once if possible.
574      [Cliff Woolley]
576   *) Multi-DBM support (via apr_dbm_open_ex).  [Ian Holsman]
578   *) Use apr_mmap_dup in mmap_setaside().  [Brian Pane <bpane@pacbell.net>]
580   *) Dropped the "w" parameter from apr_bucket_heap_create() and
581      apr_bucket_heap_make().  That parameter was originally intended
582      to return the amount of data copied into the bucket, but it
583      ended up being unnecessary because that amount is invariant from
584      the size of the data and is available as b->length in the
585      resulting bucket anyway.  [Cliff Woolley]
587   *) Fix Makefile conversion for BSD/OS.  [Cliff Woolley]
589   *) Use APR_XtOffsetOf instead of offsetof() in the ring macros for
590      portability.  [Cliff Woolley]
592   *) We now create exports.c and export_vars.h, which in turn create
593      exports.c.  From this we generate two more files with different
594      purposes: aprutil.exp - list of exported symbols; and exports.lo
595      (exports.o) - an object file that can be linked with an executable
596      to force resolution of all apr-util symbols.   [Aaron Bannert]
598   *) Fix Berkley DBM support [Ian Holsman <ianh@apache.org>]
600   *) Fix apr_brigade_vprintf so that it can handle more than
601      4k of data at one time.  [Cody Sherr <csherr@covalent.net>]
603   *) prefix UNP_* flags with APR_URI_
605      rename:
606      apr_uri_components                  -> apr_uri_t
607      apr_uri_unparse_components          -> apr_uri_unparse
608      apr_uri_parse_components            -> apr_uri_parse
609      apr_uri_parse_hostinfo_components   -> apr_uri_parse_hostinfo
611      s/APU_URI_/APR_URI_/g
612      [Perl]
614   *) Landed the link-to-LDAP to the build process, and the LDAP v2/v3
615      compatibility functions.
616      [Dave Carrigan <dave@rudedog.org>, Graham Leggett]
618   *) Fix URI unparse function to handle the case where it would place a @
619      when both the username and password were present but omitted.
620      [Jon Travis <jtravis@covalent.net]
622   *) Added apr_xml_parse_file() routine and a testxml program.
623      [Ian Holsman <ianh@cnet.com>]
625   *) Extend apr_bucket struct to add a pointer to a function used
626      to free the bucket. This change enables custom buckets to
627      completely specify how they are to be allocated and freed.
628      Before this change, custom buckets were required to use the 
629      same memory allocation scheme as the standard APR buckets.
630      [Saeid Sakhitab, Bill Stoddard, Cliff Woolley, Roy Fielding]
632   *) Install Expat when installing APR-util.  [Justin Erenkrantz]
634   *) Make APR-util configure script rely on APR.  This removes the locally
635      generated copy of libtool and uses the one in APR.  Fix up how we
636      call the expat configure script.  Generate config.nice file.
637      [Justin Erenkrantz]
639   *) The apr_bucket lengths are now consistently apr_size_t, while any
640      apr_brigade lengths (short of a read) are consistently apr_off_t.
641      This is required for APR_HAS_LARGE_FILES handling.  [William Rowe]
643   *) apr_bucket_file_create() and apr_bucket_file_make() now take a pool
644      parameter which is the pool into which any needed data structures
645      should be created during file_read().  This is used for MMAPing the
646      file and reopening the file if the original apr_file_t is in XTHREAD
647      mode.  [Cliff Woolley]
649   *) apr_brigade_partition() now returns an apr_status_t. [Cliff Woolley]
651   *) Add MD4 implementation in crypto.  [Sander Striker, Justin Erenkrantz]
653   *) Moved httpd 2.0.18's util_date to apr_date and enhanced its parsing
654      capabilities.  [Justin Erenkrantz]
656   *) Moved httpd 2.0.18's util_uri to apr_uri and name-protected its
657      symbols and functions.  [Justin Erenkrantz, Roy Fielding]
659   *) Rename field "private" in struct apr_xml_elem to "priv" for C++
660      compatibility.  PR #7727  [Joshua MacDonald <jmacd@cs.berkeley.edu>]
662   *) Make APR_IMPLEMENT_EXTERNAL_HOOK_BASE generate a 
663      ${namespace}_hook_get_${hookname} function to fetch the
664      list of registered hooks [Doug MacEachern]
666   *) Allow LTFLAGS to be overridden by the configure command-line
667      (default="--silent") and introduce LT_LDFLAGS.  [Roy Fielding]
669   *) Add APR_SHARELOCK support to apr_sdbm_open(), locking read operations
670      with a shared lock and all write ops with an excl lock.  [Will Rowe]
672   *) Namespace protect apr_sdbm, and normalize the return values (including
673      the apr_sdbm_fetch, apr_sdbm_firstkey and apr_sdbm_nextkey functions).
674      Normalized the get/clear error function names, and stores the actual 
675      apr error for apr_sdbm_error_get. [Will Rowe]
677   *) Introduce an apr_fileperms_t argument to apr_dbm_open(). [Will Rowe]
679   *) Removed apr_bucket_do_create() macro, which was causing warnings
680      about unreachable code in some compilers (notably MSVC).  What
681      used to be done by this macro is now done inline in the various
682      apr_bucket_foo_create() functions.  [Cliff Woolley]
684   *) Make clean, distclean, and extraclean consistently according to the
685      Gnu makefile guidelines.  [Justin Erenkrantz <jerenkrantz@ebuilt.com>]
687   *) Migrate the --disable-libtool changes from APR to APR-util.
688      This cleans things up, and allows more flexibility when building
689      programs.  [Ryan Bloom]
691   *) Allow APR-util to be compiled without libtool.  The default is
692      to use libtool, but it can turned off with --disable-libtool
693      on the configure command.  [Ryan Bloom]
695   *) Repair calling convention for apr_register_optional_fn to
696      eliminate GP fault on Win32.  [William Rowe]
698   *) Substantial changes to correct linkage and declarations for
699      generic hooks on dso architectures.  [Ben Laurie, Will Rowe]
701   *) apr_bucket_shared_destroy() now returns a boolean value.
702      [Cliff Woolley]
704   *) We have to initialize the heap buckets to the correct length.
705      we were seeing heap buckets with 17 chars in them reporting
706      a length of 9017, because they were initialized to the amount
707      of memory allocated, instead of the amount of memory used.
708      This was only an issue for heap buckets created by the
709      apr_brigade_* functions.   [Ryan Bloom]
711   *) apr_bucket_init_types() and apr_bucket_insert_type() have been
712      removed... they're not needed anymore. [Cliff Woolley]
714   *) The apr_bucket_shared and apr_bucket_simple structures have been
715      removed as an API simplification/optimization.  This should be
716      transparent outside APR-util except to callers who attempt to
717      directly manipulate the buckets' internal structure (which is
718      not recommended anyway) and to callers who create their own
719      bucket types. [Cliff Woolley]
721   *) apr_bucket_simple_split() and apr_bucket_simple_copy() are now
722      exported functions, which could be helpful in implementing
723      external bucket types. [Cliff Woolley]
725   *) The third parameter to apr_bucket_shared_make() is now
726      'apr_off_t length' rather than 'apr_off_t end', since the
727      end usually had to be computed by the caller and all we
728      really want is the length anyway. [Cliff Woolley]