From cvs-return-2965-apmail-apr-cvs-archive=apr.apache.org@apr.apache.org Wed Feb 13 16:39:29 2002 Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 93939 invoked by uid 500); 13 Feb 2002 16:39:29 -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 93927 invoked from network); 13 Feb 2002 16:39:29 -0000 Date: 13 Feb 2002 16:39:28 -0000 Message-ID: <20020213163928.80645.qmail@icarus.apache.org> From: wrowe@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr CHANGES X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N wrowe 02/02/13 08:39:28 Modified: . CHANGES Log: Back to our regular program Revision Changes Path 1.221 +3 -0 apr/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/apr/CHANGES,v retrieving revision 1.220 retrieving revision 1.221 diff -u -r1.220 -r1.221 --- CHANGES 13 Feb 2002 16:39:05 -0000 1.220 +++ CHANGES 13 Feb 2002 16:39:28 -0000 1.221 @@ -1,5 +1,8 @@ Changes with APR b1 + *) added new functions for atomic operations. These are experimental + at the moment, so use in apps is discouraged [Ian Holsman] + *) Correct serious problems with the Win32 apr_file_dup2 and apr_file_open_stdxxx() fns. [William Rowe]