Fix memory leak when maintaining resources. When extra resources are
[apr-util.git] / STATUS
blob9a02af97f8a9de8dfa526b92fd6b087a92dc57c5
1 APRUTIL LIBRARY STATUS:                                         -*-text-*-
2 Last modified at [$Date: 2004/06/30 11:44:19 $]
4 Release:
5     1.0.0 rc2 : Tagged June 30th 2004        (APU_1_0_RC2)
6     1.0.0 rc1 : Tagged June 2004             (APU_1_0_RC1)
7     0.9.3     : Tagged March 30, 2002
8     0.9.2     : Released March 22, 2002      (alpha)
9     0.9.1     : Released September 11, 2002  (alpha)
10     0.9.0     : Not released
12     2.0a9     : released December 12, 2000
15 RELEASE SHOWSTOPPERS:
17 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
19     * Solaris's Sun Freeware (sfw) package has a busted gcc/ld setup.
20       This gcc passes -L/opt/sfw/lib to /usr/ccs/bin/ld, but does not 
21       pass -R.  Therefore, when trying to run the code using a
22       library from /opt/sfw/lib (say, libdb), the run-time linker
23       will not look in /opt/sfw/lib and the program will die.
24         Status: Workaround is to add "-R/opt/sfw/lib" to LDFLAGS.
25                 Should check latest sfw package set and see if Sun
26                 may have fixed this.
28     * GDBM usage of errno is not-thread-safe.  Fix.
30 Other bugs that need fixing:
34 Other features that need writing:
36     * possibly move test/testdbm* to util/dbu
37       Justin says: Do we still want to do this?  testdate is now in test.
38       Status: Greg +1 (volunteers)
40 Documentation that needs writing:
42     * API documentation
43         Status:
45     * doc the lifetimes of apr_dbm return values
48 Available Patches:
51 Open Issues: