Return-Path: Delivered-To: apmail-apr-cvs-archive@www.apache.org Received: (qmail 16500 invoked from network); 23 Jun 2004 15:28:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 Jun 2004 15:28:50 -0000 Received: (qmail 11186 invoked by uid 500); 23 Jun 2004 15:29:01 -0000 Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 11043 invoked by uid 500); 23 Jun 2004 15:28:59 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 10862 invoked by uid 99); 23 Jun 2004 15:28:58 -0000 Date: 23 Jun 2004 15:28:45 -0000 Message-ID: <20040623152845.16398.qmail@minotaur.apache.org> From: trawick@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr CHANGES X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N trawick 2004/06/23 08:28:45 Modified: . CHANGES Log: sync with 0.9 branch Revision Changes Path 1.475 +4 -4 apr/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/apr/CHANGES,v retrieving revision 1.474 retrieving revision 1.475 diff -u -r1.474 -r1.475 --- CHANGES 23 Jun 2004 12:20:44 -0000 1.474 +++ CHANGES 23 Jun 2004 15:28:45 -0000 1.475 @@ -7,10 +7,6 @@ Changes with APR 1.0 - *) Add command type APR_SHELLCMD_ENV for creating a process - which is started by the shell and which inherits the parent's - environment variables. [Jeff Trawick] - *) Fix apr_threadattr_detach_set() on Mac OS X. PR 28472. [INOUE Seiichiro ] @@ -145,6 +141,10 @@ apr_compat.h Changes with APR 0.9.5 + + *) Add command type APR_SHELLCMD_ENV for creating a process + which is started by the shell and which inherits the parent's + environment variables. [Jeff Trawick] *) Don't assume getnameinfo() can handle IPv4-mapped IPv6 addresses on any platforms.