CHANGES 24 KB

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