From dev-return-16554-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Thu Jun 08 03:57:14 2006 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 14917 invoked from network); 8 Jun 2006 03:57:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Jun 2006 03:57:14 -0000 Received: (qmail 34856 invoked by uid 500); 8 Jun 2006 03:57:13 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 34499 invoked by uid 500); 8 Jun 2006 03:57:12 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 34488 invoked by uid 99); 8 Jun 2006 03:57:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 20:57:12 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [204.146.167.214] (HELO Boron.MeepZor.Com) (204.146.167.214) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 20:57:11 -0700 Received: from Boron.MeepZor.Com (localhost [127.0.0.1]) by Boron.MeepZor.Com (8.12.8/8.12.8) with ESMTP id k583kZpX032007; Wed, 7 Jun 2006 23:46:46 -0400 Received: (from cvs@localhost) by Boron.MeepZor.Com (8.12.8/8.12.8/Submit) id k583kOVR031993; Wed, 7 Jun 2006 23:46:24 -0400 Date: Wed, 7 Jun 2006 23:46:24 -0400 Message-Id: <200606080346.k583kOVR031993@Boron.MeepZor.Com> Content-Type: text/plain X-Application: $Id: report-status.pl,v 1.3 2005/03/30 10:13:06 coar Exp $ MIME-Version: 1.0 Subject: [STATUS] (apr-util) Wed Jun 7 23:46:23 2006 From: Rodent of Unusual Size To: APR developers X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N APRUTIL LIBRARY STATUS: -*-text-*- Last modified at [$Date: 2006-05-08 17:41:41 -0400 (Mon, 08 May 2006) $] Release: 1.3.0 : in development 1.2.8 : in development 1.2.7 : tagged April 9, 2006 1.2.6 : released March 25, 2006 1.2.5 : not released 1.2.4 : not released 1.2.3 : not released 1.2.2 : released October 11, 2005 1.2.1 : released August 18, 2005 1.2.0 : not released 1.1.2 : released March 17, 2005 1.1.1 : not released 1.1.0 : released January 25, 2005 1.0.1 : released November 19, 2004 1.0.0 : released September 1, 2004 0.9.13 : in development 0.9.12 : tagged April 9, 2006 0.9.11 : released March 30, 2006 0.9.10 : tagged March 22, 2006, not released 0.9.9 : tagged January 30, 2006, not released 0.9.8 : tagged January 27, 2006, not released 0.9.7 : released October 11, 2005 0.9.6 : released February 7, 2005 0.9.5 : released November 20, 2004 0.9.4 : released September 25, 2003 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. * Expat 1.99.2 is getting stale, 1.99.8 for sanity's sake, and push to Expat 2.x for apr-util 2.0 * http://www.ibm.com/software/globalization/icu/downloads.jsp (under an X-style license) for an apr_xlate alternative to iconv 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: