Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 55050 invoked from network); 27 Jan 2005 08:01:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 27 Jan 2005 08:01:26 -0000 Received: (qmail 97025 invoked by uid 500); 27 Jan 2005 08:01:24 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 96994 invoked by uid 500); 27 Jan 2005 08:01:24 -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 96979 invoked by uid 99); 27 Jan 2005 08:01:24 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from i.meepzor.com (HELO Boron.MeepZor.Com) (204.146.167.214) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 27 Jan 2005 00:01:22 -0800 Received: from Boron.MeepZor.Com (localhost [127.0.0.1]) by Boron.MeepZor.Com (8.12.8/8.12.8) with ESMTP id j0R5KLN6023575; Thu, 27 Jan 2005 00:20:22 -0500 Received: (from cvs@localhost) by Boron.MeepZor.Com (8.12.8/8.12.8/Submit) id j0R5JxsT023542; Thu, 27 Jan 2005 00:19:59 -0500 Date: Thu, 27 Jan 2005 00:19:59 -0500 Message-Id: <200501270519.j0R5JxsT023542@Boron.MeepZor.Com> Content-Type: text/plain X-Application: $Id: report-status.pl,v 1.1 2005/01/07 21:07:39 coar Exp $ MIME-Version: 1.0 Subject: [STATUS] (apr-util) Thu 27 Jan 2005 12:19:59 AM EST From: Rodent of Unusual Size To: APR developers X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N APRUTIL LIBRARY STATUS: -*-text-*- Last modified at [$Date: 2005-01-26 00:29:49 -0500 (Wed, 26 Jan 2005) $] Release: 1.1.0 : Released January 25, 2005 1.0.0 rc2 : Tagged June 30th 2004 (APU_1_0_RC2) 1.0.0 rc1 : Tagged June 2004 (APU_1_0_RC1) 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: