1 APACHE PORTABLE RUNTIME APR-UTIL LIBRARY STATUS: -*- coding: utf-8 -*-
2 Last modified at [$Date$]
5 1.4.0 : in development on trunk/
6 1.3.1 : in maintenance on branches/1.3.x/
7 1.3.0 : released June 3, 2008
8 1.2.12 : released November 25, 2007
10 1.2.10 : released September 6, 2007
12 1.2.8 : released December 4, 2006
13 1.2.7 : released April 14, 2006
14 1.2.6 : released March 25, 2006
18 1.2.2 : released October 11, 2005
19 1.2.1 : released August 18, 2005
21 1.1.2 : released March 17, 2005
23 1.1.0 : released January 25, 2005
24 1.0.1 : released November 19, 2004
25 1.0.0 : released September 1, 2004
26 0.9.16 : in maintenance
27 0.9.15 : released September 6, 2007
29 0.9.13 : released December 4, 2006
30 0.9.12 : released April 13, 2006
31 0.9.11 : released March 30, 2006
32 0.9.10 : tagged March 22, 2006, not released
33 0.9.9 : tagged January 30, 2006, not released
34 0.9.8 : tagged January 27, 2006, not released
35 0.9.7 : released October 11, 2005
36 0.9.6 : released February 7, 2005
37 0.9.5 : released November 20, 2004
38 0.9.4 : released September 25, 2003
39 0.9.3 : tagged March 30, 2002
40 0.9.2 : released March 22, 2002 (alpha)
41 0.9.1 : released September 11, 2002 (alpha)
45 2.0a9 : released December 12, 2000
50 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
52 * Solaris's Sun Freeware (sfw) package has a busted gcc/ld setup.
53 This gcc passes -L/opt/sfw/lib to /usr/ccs/bin/ld, but does not
54 pass -R. Therefore, when trying to run the code using a
55 library from /opt/sfw/lib (say, libdb), the run-time linker
56 will not look in /opt/sfw/lib and the program will die.
57 Status: Workaround is to add "-R/opt/sfw/lib" to LDFLAGS.
58 Should check latest sfw package set and see if Sun
61 * GDBM usage of errno is not-thread-safe. Fix.
63 * Expat 1.99.2 is getting stale, 1.99.8 for sanity's sake, and
64 push to Expat 2.x for apr-util 2.0
66 * http://www.ibm.com/software/globalization/icu/downloads.jsp
67 (under an X-style license) for an apr_xlate alternative to iconv
69 Other bugs that need fixing:
73 Other features that need writing:
75 * possibly move test/testdbm* to util/dbu
76 Justin says: Do we still want to do this? testdate is now in test.
77 Status: Greg +1 (volunteers)
79 Documentation that needs writing:
84 * doc the lifetimes of apr_dbm return values
92 * unify parsing of prepared statements in DBD
93 Status: committed, awaiting review
94 format of arguments (i.e. %s, %d etc.) needs to be agreed upon
96 * add binary argument functions to DBD
97 Status: committed, awaiting review
98 API needs to be agreed upon