Unify parsing of prepared statements in DBD
[apr-util.git] / CHANGES
blob5e447d907b287714a88defeb6c3d626d12367deb
1 Changes with APR-util 1.3.0
3   *) Unify parsing of prepared statements and add binary argument functions
4      to DBD [Bojan Smojver with help from many on the APR list]
6   *) Support building DBD drivers as DSOs; use --enable-dbd-dso flag
7      to configure.  [Joe Orton, Bojan Smojver]
9   *) Rewrite detection of expat in configure to fix build on e.g. biarch
10      Linux platforms.  PR 28205.  [Joe Orton]
12   *) Add apr_thread_pool implementation.  [Henry Jen <henryjen ztune.net>]
14   *) Add support for Berkeley DB 4.5 to the configure scripts.
15      [Garrett Rooney]
17   *) Allow apr_queue.h to be included before other APR headers.
18      PR 40891 [Henry Jen <henryjen ztune.net>]
20   *) Fix precedence problem in error checking for sdbm dbm back end.
21      PR 40659 [Larry Cipriani <lvc lucent.com>]
23   *) Add an apr_reslist_acquired_count, for determining how many outstanding
24      resources there are in a reslist.  [Ryan Phillips <ryan trolocsis.com>]
26   *) Provide folding in autogenerated .manifest files for Win32 builders
27      using VisualStudio 2005  [William Rowe]
29   *) Implement DBD transaction modes
30      [Bojan Smojver with help from many on the APR list]
32   *) Implement prepared statement support in SQLite3 DBD driver
33      [Bojan Smojver]
35   *) Add get (column) name to apr_dbd API
36      [Bojan Smojver <bojan rexursive.com>] and
37      [Chris Darroch <chrisd pearsoncmg com>]
39   *) Make the DBD autoconf-glue use LDFLAGS instead of LIBS in several
40      places, fixing some configure issues on Solaris.
41      [Henry Jen <henryjen ztune.net>]
43   *) Make apr_dbd.h work as a stand alone header, without needing other
44      files to be included before it. [Henry Jen <henryjen ztune.net>]
46   *) On platforms that use autoconf stop automatically linking against
47      apr-iconv when an apr-iconv source dir is found in ../apr-iconv.
48      Instead, add a --with-apr-iconv option to configure that lets you
49      specify the relative path to your apr-iconv source directory.
50      [Garrett Rooney]
52   *) APR_FIND_APU macro now supports customisable detailed checks on
53      each installed apr-util. [Justin Erenkrantz, Colm MacCarthaigh]
55   *) APR_FIND_APU macro no longer checks /usr/local/apache2/
56      [Colm MacCarthaigh]
58   *) Add apr_dbd_oracle driver [Nick Kew and Chris Darroch]
60   *) Fix GMT offset for several date formats and add a new format.
61      [Maxime Petazzoni <maxime.petazzoni bulix.org>]
63 Changes with APR-util 1.2.8
65   *) Fix incorrect byte order (PR 37342) and incorrect timestamp type
66      in the fallback UUID generator used when no external UUID generator
67      is detected by APR.
68      [Max Bowsher]
70 Changes with APR-util 1.2.7
72   *) Fix apr_dbd_init to be safe to call multiple times
73      [Bojan Smojver <bojan rexursive com>, Nick Kew]
75   *) Win32 / Netware - add missing apu_version.c for apu_version_string()
76      to the Windows and Netware specific builds.  Unix platforms supported
77      this API since 0.9.1.  [William Rowe, Brad Nicholes].
79 Changes with APR-util 1.2.6
81   *) Stop trying to link against Berkeley DB by default.  To enable use
82      of Berkeley DB users must now explicitly pass --with-berkeley-db to
83      configure, since Berkeley DB is released under a viral license that
84      requires distribution of source code for any program that uses it.
85      [Garrett Rooney]
87   *) Stop trying to link against GDBM by default.  To enable use of GDBM
88      users must now explicitly pass --with-gdbm to configure, since GDBM
89      is licensed under the GPL.
90      [Garrett Rooney]
92   *) Fix VPATH builds, and symlink builds where apr and apr-util
93      reside in parallel as symlinks to directories with more explicit
94      names, e.g. apr-1.x and apr-util-1.x.  This solves various breakage
95      on Solaris in particular with ./buildconf and ./configure.  Also
96      eliminated the nested ../apr-iconv/buildconf, given that apr-util
97      didn't bother with ../apr/buildconf, and this was inconsistant.
98      [William Rowe]
100   *) Fix the escape implementations for the sqlite2 and sqlite3 dbd
101      back ends.
102      [Ronen Mizrahi <ronen tversity.com>, Garrett Rooney]
104   *) Add support for Berkeley DB 4.4 to the configure scripts.
105      [Garrett Rooney]
107   *) Fix bug in test suite that cause testbuckets to write 8GB file
108      on Mac OS X.  [Justin Erenkrantz]
110 Changes with APR-util 1.2.2
112   *) Teach configure how to find the Novell LDAP SDK. [Graham Leggett]
114   *) Fix usage of ldapssl_init/ldap_sslinit on platforms that support
115      these API's including Win32.  Support APR_HAS_LDAP_START_TLS_S
116      flag in the Win32 LDAP API, to drop usage of ldap_start_ssl_s
117      and ldap_stop_ssl_s on Win32 by default (change the flag in apr_ldap.hw
118      to enable if supported on a given OS level). [William Rowe]
120 Changes with APR-util 1.2.1
122   *) Fix apr_rmm_realloc() offset calculation bug.  [Keith Kelleman
123      <keith.kelleman oracle.com>]
125   *) Add sqlite3 support to APR DBD. [Rick Keiner <rick_keiner yahoo.com>]
127   *) Fix build failure with non-threaded APR on AIX.  PR 34655.
128      [Ryan Murray <rmurray+apache cyberhqz.com>]
130   *) Add sqlite2 support to APR DBD. [Ryan Phillips <ryan trolocsis.com>]
132   *) Introduction of APR DBD layer.  [Nick Kew]
134 Changes with APR-util 1.1.2
136   *) Fix libaprutil.rc for Win32 builds [William Rowe, Justin Erenkrantz]
138 Changes with APR-util 1.1.1
140   *) Fix memory leak in buckets when using APR_POOL_DEBUG mode. [Joe Schaefer]
142   *) find_apu.m4: Try installed APR-util before bundled copy if --with-apr-util
143      not passed to configure.  [Justin Erenkrantz] 
145 Changes with APR-util 1.1.0
147   *) LDAP: Move all certificate initialisation, and the creation of SSL
148      and TLS connections into the apr_ldap_set_option() API. Add support
149      for client certificates. [Graham Leggett]
151   *) Emit the run-time link path option in apu-config after installation
152      if the user is linking with libtool.  [Justin Erenkrantz]
154   *) Port testmd4 and testmd5 to the new test suite. [Thom May]
156   *) Allow passing NULL inbuf/inbytes_left parameters to
157      apr_xlate_conv_buffer(), required to correctly terminate the
158      output buffer for some stateful character set encodings.
159      [Joe Orton]
161   *) Link libaprutil against the libraries on which it depends.
162      PR 11122.  [Joe Orton]
164   *) Add apr_brigade_insert_file() function, to safely insert a file
165      into a brigade, regardless of size.  [Joe Orton]
167 Changes with APR-util 1.0.2
169   *) Teach apr_ldap_init() how to handle STARTTLS in addition to the existing
170      SSL support. Add apr_ldap_option API. [Graham Leggett]
172   *) Rework the LDAP toolkit detection to be more accurate than "OpenLDAP
173      detected regardless", while remaining backwards compatible with v1.0.
174      [Graham Leggett]
176   *) Added the apr_ldap_ssl_add_cert() API to allow multiple certificates
177      to be stored and used when establishing an SSL connection to different
178      LDAP servers. [Brad Nicholes]
180   *) Fix the detection of ldap.h on Solaris - it needs lber.h to be
181      defined first. [Graham Leggett]
183   *) Add a build script to create a solaris package. [Graham Leggett]
185 Changes with APR-util 1.0.1
187   *) Add support for Berkeley DB 4.3.  [Jani Averbach <jaa jaa.iki.fi>]
189   *) SECURITY: CAN-2004-0786 (cve.mitre.org)
190      Fix input validation in apr_uri_parse() to avoid passing negative
191      length to memcpy for malformed IPv6 literal addresses.
192      [Joe Orton]
194 Changes with APR-util 1.0
196   *) Only install apu-$MAJOR-config and add appropriate detection code to
197      find_apu.m4 (APU_FIND_APU).  [Max Bowsher <maxb ukf.net>]
199   *) Overhaul support for LDAP URL parsing. Instead of using incompatible
200      URL parsers and memory that needs freeing, apr-util provides a parser
201      which parses the URL and allocates memory from a pool. [Graham Leggett]
203   *) Remove support for LDAP v2.0 SDK toolkits. This will be added
204      back properly later assuming there is demand for it. In the mean
205      time, please use an LDAP v3.0 SDK toolkit. [Graham Leggett]
207   *) Add an apr_ldap_err_t structure to handle the return of LDAP
208      specific error codes. [Graham Leggett, Brad Nicholes]
210   *) Add APR functions to do the job of ldap_init(), hiding toolkit
211      specific SSL/TLS handling. Code derived from httpd util_ldap.
212      [Graham Leggett]
214   *) Add an RPM spec file derived from Fedora Core.
215      [Graham Leggett, Joe Orton]
217   *) The whole codebase was relicensed and is now available under
218      the Apache License, Version 2.0 (http://www.apache.org/licenses).
219      [Apache Software Foundation]
221   *) A new function, apr_reslist_invalidate, was added so that invalid
222      resources can be removed from a reslist instead of being returned
223      to the reslist in a broken state.  [Nick Kew <nick webthing.com>]
225   *) Switch to a single, top-level make. [Greg Stein]
227   *) Add timeout feature to apr_reslist_acquire().  
228      [Mladen Turk <mturk apache.org>]
230   *) Pass error codes returned from constructors all the way back to
231      the reslist consumer. Also fix a minor reslist memory leak that could
232      happen when a constructor returns an error code.  PR 23492.
233      [Snke Tesch <st@kino-fahrplan.de>, Aaron Bannert]
235   *) The following header files have been removed:
237      apu_compat.h
239 Changes with APR-util 0.9.5
241   *) Fix corrupt output from the apr_xlate_* interfaces on AIX 4.x.
242      [Joe Orton]
244   *) Change the order in which ldap.h and lber.h are defined, to fix
245      a compile bug in Solaris v2.8 which requires lber.h then ldap.h.
246      PR 27379.  [Andrew Connors <andy.connors idea.com>]
248   *) Restore support for SHA1 passwords in apr_validate_password.
249      PR 17343.  [Paul Querna <chip force-elite.com>]
251   *) Fix DESTDIR install for bundled expat library.  PR 14076
252      [David S. Madole <david madole.net>]
254   *) Fix occasional crash in apr_rmm_realloc().  PR 22915.
255      [Jay Shrauner <shrauner inktomi.com>]
257   *) Fix apr_dbm_exists() for sdbm when sizeof(int) != sizeof(size_t). 
258      [Joe Orton]
260   *) The whole codebase was relicensed and is now available under
261      the Apache License, Version 2.0 (http://www.apache.org/licenses).
262      [Apache Software Foundation]
264   *) Fix xlate.c compile failure on AIX 5.2.  PR 25701.  [Jeff Trawick]
266   *) Fixed a bug in apr_rmm that would cause it to mishandle blocks of
267      a size close to the one requested from the allocator.
268      [Kevin Wang <xwang_tech yahoo.com>]
270 Changes with APR-util 0.9.4
272   *) Changed apr_bucket_alloc_create() so that it uses the allocator
273      from the pool that was passed in rather than creating its own.
274      Also, the bucket_allocator is now allocated from the apr_allocator_t
275      rather than using apr_palloc().  Added apr_bucket_alloc_create_ex()
276      which takes an apr_allocator_t* directly rather than an apr_pool_t*.
277      [Cliff Woolley, Jean-Jacques Clar]
279   *) Added debugging consistency checks to the buckets code.  Add
280      -DAPR_BUCKET_DEBUG to the build flags to enable.
281      [Cliff Woolley]
283   *) Make the version of the db library APU built against visible.
284      [Thom May]
286   *) Fix a problem with VPATH builds copying the APR rules.mk into the
287      source directory rather than the build directory.  [Justin Erenkrantz]
289   *) SECURITY [httpd incident CAN-2003-0189] Address a thread safety
290      issue with apr_password_validate() on AIX, Linux, Mac OS X, and
291      possibly other platforms.  [Jeff Trawick, Justin Erenkrantz]
293   *) Fix a problem with LDAP configuration which caused subsequent
294      configure tests to fail since LIBS contained LDAP libraries for
295      subsequent tests but LDFLAGS no longer included the path to such 
296      LDAP libraries.  [Jeff Trawick]
298   *) Fix a problem preventing the use of the bundled Expat when APR-util
299      is built stand-alone.  [Jeff Trawick]
301   *) Use the same compiler and preprocessor for the APR-util config tests
302      which were used by APR.  The user can override this via CC and CPP.
303      This was done all along for the actual build, but not necessarily
304      for the config tests.  [Jeff Trawick]
306   *) Fix apr_uuid_parse() on EBCDIC machines.  [Jeff Trawick]
308   *) Fix alignment problem when allocating memory using apr_rmm. The problem
309      showed up while trying to write a double in the memory allocated.
310      [Madhusudan Mathihalli]
312 Changes with APR-util 0.9.3
314   *) Allow apr_date_parse_rfc to parse 'Sun, 06-Nov-1994 08:49:37 GMT' as a
315      valid date.  [Dmitri Tikhonov <dmitri@netilla.com>]
317   *) Fix error in apu-config when symlinks are involved.
318      [Garrett Rooney <rooneg@electricjellyfish.net>]
320 Changes with APR-util 0.9.2
322   *) Fix the APR_BUCKET_IS_foo() macros so they parenthesize their parameter.
323      This fixes compile problems with some types of parameters.
324      [Jim Carlson <jcarlson@jnous.com>]
326   *) Queue overwrite, we now return the item pushed, not a reference to it. 
327      [Paul Marquis <PMarquis@pobox.com, Jacob Lewallen <jlwalle@cs.ucr.edu>]
329   *) Remove include/apr_ldap.h on distclean.  PR 15592.  [Justin Erenkrantz]
331   *) Fix race conditions in apr_queue.
332      [Jacob Lewallen <jlwalle@cs.ucr.edu>]
334   *) Stop buildconf copying rules.mk, copy it at configure time. 
335      [Thom May]
337   *) Make buildconf copy rules.mk as well. 
338      [Garrett Rooney <rooneg@electricjellyfish.net>]
340   *) Add --includedir flag to apu-config.  [Justin Erenkrantz]
342   *) Fix brokenness in sdbm when sizeof(int) != sizeof(size_t)
343      (e.g., 64-bit AIX, 64-bit Solaris).  PR 14861.  [Jeff Trawick]
345   *) Have buildconf copy required files from apr so that apr-util can build
346      on its own.  [Craig Rodrigues <rodrigc@attbi.com>]
348   *) Detect OpenLDAP when used with Solaris 9. PR 13427.
349      [Gary Algier <gaa@ulticom.com>]
351   *) Detect Berkeley DB 4.1 when compiled with --with-uniquenames
352      [Thom May]
354   *) Allow apu-config to work in symlinked install directories when
355      'realpath' is available.  [Justin Erenkrantz]
357   *) Fix bug in apr_strmatch when used with case-insensitive patterns.
358      [Justin Erenkrantz]
360   *) Allow apr_queue to have greater than int number of elements.
361      [Justin Erenkrantz]
363   *) Detect Berkeley DB 4.0 compiled with --with-uniquenames.
364      [Philip Martin <philip@codematters.co.uk>]
366   *) Allocate brigades from a bucket allocator rather than a pool. [Brian Pane]
368   *) Update with the latest APR renames [Thom May]
370   *) Update doxygen tags.  [Justin Erenkrantz]
372   *) Add apr_ldap.hw for Windows build.
373      [Andre Schild <A.Schild@aarboard.ch>]
375   *) Add IPv6 literal address support to apr_uri_parse(), apr_uri_unparse(), 
376      and apr_uri_parse_hostinfo().  PR 11887  [Jeff Trawick]
378   *) Add apr_brigade_writev()  [Brian Pane]
380   *) Add support for Berkeley DB 4.1.  [Justin Erenkrantz]
382   *) Add --bindir option to apu-config.  [Justin Erenkrantz]
384 Changes with APR-util 0.9.1
386   *) Add versioning infrastructure.
387      [Justin Erenkrantz]
389   *) Running "make check" in the toplevel directory or the test/ directory
390      will build and run all test programs.  [Aaron Bannert]
392   *) Bug #9789 : NDBM support 
393      [Toomas Soome <tsoome@muhv.pri.ee>, Ian Holsman]
395   *) Added a Thread safe FIFO bounded buffer (apr_queue) [Ian Holsman]
397   *) Changed file_bucket_setaside() to use apr_file_setaside() instead
398      of turning the file bucket into an mmap bucket.  [Brian Pane]
400   *) Install libaprutil support libraries before installing libaprutil
401      itself, since on some platforms libaprutil is relinked during
402      make install and the support libraries need to exist already.
403      [Jeff Trawick]
405   *) Added a Resource List API for threadsafe access to persistent
406      and dynamically created user-defined resources.  [Aaron Bannert]
408   *) Adopted apr-util/xlate from apr/i18n for inclusion of apr-iconv
409      as required by missing libiconv.  [William Rowe]
411   *) Adopted apr-util/crypto/ uuid and md5 from apr.  [William Rowe]
413   *) Look for expat in lib64 directories.  [Peter Poeml <poeml@suse.de>]
415   *) Faster implementation of apr_brigade_puts()  [Brian Pane]
417   *) Fixed a segfault in apr_date_parse_rfc() for some date formats
418      where it was trying to overlay a potentially static input
419      string even though it didn't really need to.
420      [Cliff Woolley, Doug MacEachern]
422   *) Ensure that apu-config does not print libtool libraries when
423      using --libs.  [Justin Erenkrantz]
425   *) Added apr_bucket_file_enable_mmap() function to the bucket
426      API to let an application control whether a file bucket may
427      be turned into an mmap bucket upon read.  (The default remains
428      to do the mmap, but this function lets the app prevent the
429      mmap in contexts where mmap would be a bad idea.  Examples
430      include multiprocessors where mmap doesn't scale well and
431      NFS-mounted filesystems where a bus error can result if
432      a memory-mapped file is removed or truncated.) [Brian Pane]
434   *) Added string-matching API (apr_strmatch.h)  [Brian Pane]
436   *) Rearrange INCLUDES so that APRUTIL_PRIV_INCLUDES is always
437      first.  [Garrett Rooney <rooneg@electricjellyfish.net>]
439   *) Add --old-expat option to apu-config to allow users of apr-util to
440      determine what expat it should expect to be installed.  If the
441      flag is set to yes, it should include xmlparse.h.  If it is set to
442      no, it should include expat.h.  [Justin Erenkrantz]
444   *) Fix exporting of includes in apu-config.  [Justin Erenkrantz]
446   *) Change bucket brigades API to allow a "bucket allocator" to be
447      passed in at certain points.  This allows us to implement freelists
448      so that we can stop using malloc/free so frequently.
449      [Cliff Woolley, Brian Pane]
451   *) add apr_rmm_realloc() function
452      [Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>]
454   *) renames: apr_ansi_time_to_apr_time becomes apr_time_ansi_put
455      ap_exploded_time_t becomes apr_time_exp_t
456      [Thom May <thom@planetarytramp.net>]
458   *) Add detection support for FreeBSD's expat and expat2 ports.
459      [Justin Erenkrantz]
461   *) Deprecate check_brigade_flush(), which had several nasty bugs, and
462      which was causing apr_brigade_write()'s logic to be less than obvious.
463      Everything is now done in a slightly rearranged apr_brigade_write().
464      [Cliff Woolley]
466   *) Don't add /usr/include to the INCLUDES variable on expat's account.
467      [Joe Orton <joe@manyfish.co.uk>]
469   *) Remove the autoconf 2.5x cache directory in buildconf.
470      [Joe Orton <joe@manyfish.co.uk>]
472   *) BerkleyDB should NULL out the key if it is @EOF in vt_db_nextkey
473      [Ian Holsman]
475   *) Add ability to natively fetch and split brigades based on LF lines.
476      [Justin Erenkrantz]
478   *) add --with-berkeley-db=DIR & --with-gdbm  configure flags
479      [Ian Holsman/Justin Erenkrantz]
481   *) Fix expat detection to recognize installed versions.
482      [Eric Gillespie, Jr. <epg@pretzelnet.org>]
484   *) Add find_apu.m4 to allow third-party programs that use APR-util
485      to have a standard m4 macro for detection.  [Justin Erenkrantz]
487   *) Add apu-config - a shell script to allow third-party programs
488      easy access to APR configuration parameters.  [Justin Erenkrantz]
490   *) Add GMT offset calculation to apr_date_parse_rfc().  
491      [Justin Erenkrantz]
493   *) Introduce the apr_rmm api, to allow relocatable memory management
494      of address-independent data stores, such as shared memory.
495      [William Rowe]
497   *) Rework and fix VPATH-build support.  [Justin Erenkrantz]
499   *) Add support for Berkeley DB4.  [Justin Erenkrantz]
501   *) Improve testdbm help.  [Justin Erenkrantz]
503   *) Improve autoconf detection of DBMs.  [Justin Erenkrantz]
505   *) BerkeleyDBM v2 now checks minor level for cursor ops [Ian Holsman]
507   *) Reading a file bucket bigger than APR_MMAP_LIMIT (4MB) now yields
508      a string of 4MB mmap buckets, rather than a string of 8KB heap buckets
509      plus a 4MB mmap bucket.  To accomodate this, the mmap bucket destroy
510      function explicitly deletes the apr_mmap_t after last reference
511      to avoid having too much of a large file mapped at once if possible.
512      [Cliff Woolley]
514   *) Multi-DBM support (via apr_dbm_open_ex).  [Ian Holsman]
516   *) Use apr_mmap_dup in mmap_setaside().  [Brian Pane <bpane@pacbell.net>]
518   *) Dropped the "w" parameter from apr_bucket_heap_create() and
519      apr_bucket_heap_make().  That parameter was originally intended
520      to return the amount of data copied into the bucket, but it
521      ended up being unnecessary because that amount is invariant from
522      the size of the data and is available as b->length in the
523      resulting bucket anyway.  [Cliff Woolley]
525   *) Fix Makefile conversion for BSD/OS.  [Cliff Woolley]
527   *) Use APR_XtOffsetOf instead of offsetof() in the ring macros for
528      portability.  [Cliff Woolley]
530   *) We now create exports.c and export_vars.h, which in turn create
531      exports.c.  From this we generate two more files with different
532      purposes: aprutil.exp - list of exported symbols; and exports.lo
533      (exports.o) - an object file that can be linked with an executable
534      to force resolution of all apr-util symbols.   [Aaron Bannert]
536   *) Fix Berkley DBM support [Ian Holsman <ianh@apache.org>]
538   *) Fix apr_brigade_vprintf so that it can handle more than
539      4k of data at one time.  [Cody Sherr <csherr@covalent.net>]
541   *) prefix UNP_* flags with APR_URI_
543      rename:
544      apr_uri_components                  -> apr_uri_t
545      apr_uri_unparse_components          -> apr_uri_unparse
546      apr_uri_parse_components            -> apr_uri_parse
547      apr_uri_parse_hostinfo_components   -> apr_uri_parse_hostinfo
549      s/APU_URI_/APR_URI_/g
550      [Perl]
552   *) Landed the link-to-LDAP to the build process, and the LDAP v2/v3
553      compatibility functions.
554      [Dave Carrigan <dave@rudedog.org>, Graham Leggett]
556   *) Fix URI unparse function to handle the case where it would place a @
557      when both the username and password were present but omitted.
558      [Jon Travis <jtravis@covalent.net]
560   *) Added apr_xml_parse_file() routine and a testxml program.
561      [Ian Holsman <ianh@cnet.com>]
563   *) Extend apr_bucket struct to add a pointer to a function used
564      to free the bucket. This change enables custom buckets to
565      completely specify how they are to be allocated and freed.
566      Before this change, custom buckets were required to use the 
567      same memory allocation scheme as the standard APR buckets.
568      [Saeid Sakhitab, Bill Stoddard, Cliff Woolley, Roy Fielding]
570   *) Install Expat when installing APR-util.  [Justin Erenkrantz]
572   *) Make APR-util configure script rely on APR.  This removes the locally
573      generated copy of libtool and uses the one in APR.  Fix up how we
574      call the expat configure script.  Generate config.nice file.
575      [Justin Erenkrantz]
577   *) The apr_bucket lengths are now consistently apr_size_t, while any
578      apr_brigade lengths (short of a read) are consistently apr_off_t.
579      This is required for APR_HAS_LARGE_FILES handling.  [William Rowe]
581   *) apr_bucket_file_create() and apr_bucket_file_make() now take a pool
582      parameter which is the pool into which any needed data structures
583      should be created during file_read().  This is used for MMAPing the
584      file and reopening the file if the original apr_file_t is in XTHREAD
585      mode.  [Cliff Woolley]
587   *) apr_brigade_partition() now returns an apr_status_t. [Cliff Woolley]
589   *) Add MD4 implementation in crypto.  [Sander Striker, Justin Erenkrantz]
591   *) Moved httpd 2.0.18's util_date to apr_date and enhanced its parsing
592      capabilities.  [Justin Erenkrantz]
594   *) Moved httpd 2.0.18's util_uri to apr_uri and name-protected its
595      symbols and functions.  [Justin Erenkrantz, Roy Fielding]
597   *) Rename field "private" in struct apr_xml_elem to "priv" for C++
598      compatibility.  PR #7727  [Joshua MacDonald <jmacd@cs.berkeley.edu>]
600   *) Make APR_IMPLEMENT_EXTERNAL_HOOK_BASE generate a 
601      ${namespace}_hook_get_${hookname} function to fetch the
602      list of registered hooks [Doug MacEachern]
604   *) Allow LTFLAGS to be overridden by the configure command-line
605      (default="--silent") and introduce LT_LDFLAGS.  [Roy Fielding]
607   *) Add APR_SHARELOCK support to apr_sdbm_open(), locking read operations
608      with a shared lock and all write ops with an excl lock.  [Will Rowe]
610   *) Namespace protect apr_sdbm, and normalize the return values (including
611      the apr_sdbm_fetch, apr_sdbm_firstkey and apr_sdbm_nextkey functions).
612      Normalized the get/clear error function names, and stores the actual 
613      apr error for apr_sdbm_error_get. [Will Rowe]
615   *) Introduce an apr_fileperms_t argument to apr_dbm_open(). [Will Rowe]
617   *) Removed apr_bucket_do_create() macro, which was causing warnings
618      about unreachable code in some compilers (notably MSVC).  What
619      used to be done by this macro is now done inline in the various
620      apr_bucket_foo_create() functions.  [Cliff Woolley]
622   *) Make clean, distclean, and extraclean consistently according to the
623      Gnu makefile guidelines.  [Justin Erenkrantz <jerenkrantz@ebuilt.com>]
625   *) Migrate the --disable-libtool changes from APR to APR-util.
626      This cleans things up, and allows more flexibility when building
627      programs.  [Ryan Bloom]
629   *) Allow APR-util to be compiled without libtool.  The default is
630      to use libtool, but it can turned off with --disable-libtool
631      on the configure command.  [Ryan Bloom]
633   *) Repair calling convention for apr_register_optional_fn to
634      eliminate GP fault on Win32.  [William Rowe]
636   *) Substantial changes to correct linkage and declarations for
637      generic hooks on dso architectures.  [Ben Laurie, Will Rowe]
639   *) apr_bucket_shared_destroy() now returns a boolean value.
640      [Cliff Woolley]
642   *) We have to initialize the heap buckets to the correct length.
643      we were seeing heap buckets with 17 chars in them reporting
644      a length of 9017, because they were initialized to the amount
645      of memory allocated, instead of the amount of memory used.
646      This was only an issue for heap buckets created by the
647      apr_brigade_* functions.   [Ryan Bloom]
649   *) apr_bucket_init_types() and apr_bucket_insert_type() have been
650      removed... they're not needed anymore. [Cliff Woolley]
652   *) The apr_bucket_shared and apr_bucket_simple structures have been
653      removed as an API simplification/optimization.  This should be
654      transparent outside APR-util except to callers who attempt to
655      directly manipulate the buckets' internal structure (which is
656      not recommended anyway) and to callers who create their own
657      bucket types. [Cliff Woolley]
659   *) apr_bucket_simple_split() and apr_bucket_simple_copy() are now
660      exported functions, which could be helpful in implementing
661      external bucket types. [Cliff Woolley]
663   *) The third parameter to apr_bucket_shared_make() is now
664      'apr_off_t length' rather than 'apr_off_t end', since the
665      end usually had to be computed by the caller and all we
666      really want is the length anyway. [Cliff Woolley]