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