Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 45866 invoked by uid 500); 12 Sep 2002 00:48:42 -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 45854 invoked from network); 12 Sep 2002 00:48:42 -0000 Date: 12 Sep 2002 00:48:41 -0000 Message-ID: <20020912004841.82659.qmail@icarus.apache.org> From: jerenkrantz@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr CHANGES X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jerenkrantz 2002/09/11 17:48:41 Modified: . CHANGES Log: Fixup CHANGES for 0.9.1 release Revision Changes Path 1.331 +3 -1 apr/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/apr/CHANGES,v retrieving revision 1.330 retrieving revision 1.331 diff -u -u -r1.330 -r1.331 --- CHANGES 9 Sep 2002 22:02:17 -0000 1.330 +++ CHANGES 12 Sep 2002 00:48:41 -0000 1.331 @@ -1,4 +1,4 @@ -Changes with APR 0.9.0 +Changes with APR 0.9.1 *) Fixed usage of alloca in apr_poll() on Tru64 [Dave Hill ] @@ -10,6 +10,8 @@ *) Fixed the native SPARC v8plus version of apr_atomic_dec to match the semantics of the default C version [Brian Pane] + +Changes with APR 0.9.0 *) If the length argument to apr_snprintf is 0, then we should return the length that the string would be if we actually were going to fill it out.