Add dbd to the windows project files.
[apr-util.git] / STATUS
blob59a0b5f6d00cf4e448a7bc3c7d8c65e4f2bb2c8f
1 APRUTIL LIBRARY STATUS:                                         -*-text-*-
2 Last modified at [$Date$]
4 Release:
5     1.1.2     : released March 17, 2005
6     1.1.1     : not released
7     1.1.0     : released January 25, 2005
8     1.0.1     : released November 18, 2004
9     1.0.0     : released September 1, 2004
10     0.9.5     : released November 19, 2004
11     0.9.4     : released September 25, 2003
12     0.9.3     : tagged March 30, 2002
13     0.9.2     : released March 22, 2002      (alpha)
14     0.9.1     : released September 11, 2002  (alpha)
15     0.9.0     : not released
17     2.0a9     : released December 12, 2000
20 RELEASE SHOWSTOPPERS:
22 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
24     * Solaris's Sun Freeware (sfw) package has a busted gcc/ld setup.
25       This gcc passes -L/opt/sfw/lib to /usr/ccs/bin/ld, but does not 
26       pass -R.  Therefore, when trying to run the code using a
27       library from /opt/sfw/lib (say, libdb), the run-time linker
28       will not look in /opt/sfw/lib and the program will die.
29         Status: Workaround is to add "-R/opt/sfw/lib" to LDFLAGS.
30                 Should check latest sfw package set and see if Sun
31                 may have fixed this.
33     * GDBM usage of errno is not-thread-safe.  Fix.
35 Other bugs that need fixing:
39 Other features that need writing:
41     * possibly move test/testdbm* to util/dbu
42       Justin says: Do we still want to do this?  testdate is now in test.
43       Status: Greg +1 (volunteers)
45 Documentation that needs writing:
47     * API documentation
48         Status:
50     * doc the lifetimes of apr_dbm return values
53 Available Patches:
56 Open Issues: