From dev-return-11660-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Thu May 13 03:46:45 2004 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 92888 invoked from network); 13 May 2004 03:46:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 13 May 2004 03:46:44 -0000 Received: (qmail 11361 invoked by uid 500); 13 May 2004 03:46:28 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 11277 invoked by uid 500); 13 May 2004 03:46:27 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 11201 invoked by uid 98); 13 May 2004 03:46:25 -0000 X-Qmail-Scanner-Mail-From: cvs@Boron.MeepZor.Com via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(66.93.240.231):. Processed in 0.186002 secs) Date: Wed, 12 May 2004 23:45:40 -0400 Message-Id: <200405130345.i4D3jeW27060@Boron.MeepZor.Com> From: Rodent of Unusual Size To: APR developers Subject: [STATUS] (apr-util) Wed May 12 23:45:39 EDT 2004 X-Note: This is an automated message. X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N APRUTIL LIBRARY STATUS: -*-text-*- Last modified at [$Date: 2003/03/31 05:32:43 $] Release: 0.9.3 : Tagged March 30, 2002 0.9.2 : Released March 22, 2002 (alpha) 0.9.1 : Released September 11, 2002 (alpha) 0.9.0 : Not released 2.0a9 : released December 12, 2000 RELEASE SHOWSTOPPERS: RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: * Solaris's Sun Freeware (sfw) package has a busted gcc/ld setup. This gcc passes -L/opt/sfw/lib to /usr/ccs/bin/ld, but does not pass -R. Therefore, when trying to run the code using a library from /opt/sfw/lib (say, libdb), the run-time linker will not look in /opt/sfw/lib and the program will die. Status: Workaround is to add "-R/opt/sfw/lib" to LDFLAGS. Should check latest sfw package set and see if Sun may have fixed this. * GDBM usage of errno is not-thread-safe. Fix. Other bugs that need fixing: Other features that need writing: * possibly move test/testdbm* to util/dbu Justin says: Do we still want to do this? testdate is now in test. Status: Greg +1 (volunteers) Documentation that needs writing: * API documentation Status: * doc the lifetimes of apr_dbm return values Available Patches: Open Issues: