1 APRUTIL LIBRARY STATUS: -*-text-*-
2 Last modified at [$Date$]
7 1.2.7 : tagged April 9, 2006
8 1.2.6 : released March 25, 2006
12 1.2.2 : released October 11, 2005
13 1.2.1 : released August 18, 2005
15 1.1.2 : released March 17, 2005
17 1.1.0 : released January 25, 2005
18 1.0.1 : released November 19, 2004
19 1.0.0 : released September 1, 2004
20 0.9.13 : in development
21 0.9.12 : tagged April 9, 2006
22 0.9.11 : released March 30, 2006
23 0.9.10 : tagged March 22, 2006, not released
24 0.9.9 : tagged January 30, 2006, not released
25 0.9.8 : tagged January 27, 2006, not released
26 0.9.7 : released October 11, 2005
27 0.9.6 : released February 7, 2005
28 0.9.5 : released November 20, 2004
29 0.9.4 : released September 25, 2003
30 0.9.3 : tagged March 30, 2002
31 0.9.2 : released March 22, 2002 (alpha)
32 0.9.1 : released September 11, 2002 (alpha)
35 2.0a9 : released December 12, 2000
40 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
42 * Solaris's Sun Freeware (sfw) package has a busted gcc/ld setup.
43 This gcc passes -L/opt/sfw/lib to /usr/ccs/bin/ld, but does not
44 pass -R. Therefore, when trying to run the code using a
45 library from /opt/sfw/lib (say, libdb), the run-time linker
46 will not look in /opt/sfw/lib and the program will die.
47 Status: Workaround is to add "-R/opt/sfw/lib" to LDFLAGS.
48 Should check latest sfw package set and see if Sun
51 * GDBM usage of errno is not-thread-safe. Fix.
53 * Expat 1.99.2 is getting stale, 1.99.8 for sanity's sake, and
54 push to Expat 2.x for apr-util 2.0
56 * http://www.ibm.com/software/globalization/icu/downloads.jsp
57 (under an X-style license) for an apr_xlate alternative to iconv
59 Other bugs that need fixing:
63 Other features that need writing:
65 * possibly move test/testdbm* to util/dbu
66 Justin says: Do we still want to do this? testdate is now in test.
67 Status: Greg +1 (volunteers)
69 Documentation that needs writing:
74 * doc the lifetimes of apr_dbm return values