Return-Path: Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Delivered-To: mailing list commits@apr.apache.org Received: (qmail 68327 invoked by uid 99); 10 Jan 2005 16:43:41 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 10 Jan 2005 08:43:40 -0800 Received: (qmail 16674 invoked by uid 65534); 10 Jan 2005 16:43:37 -0000 Date: 10 Jan 2005 16:43:37 -0000 Message-ID: <20050110164337.16668.qmail@minotaur.apache.org> From: jorton@apache.org To: commits@apr.apache.org Subject: svn commit: r124815 - /apr/apr/trunk/CHANGES MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked Author: jorton Date: Mon Jan 10 08:43:35 2005 New Revision: 124815 URL: http://svn.apache.org/viewcvs?view=rev&rev=124815 Log: Format consistently. Modified: apr/apr/trunk/CHANGES Modified: apr/apr/trunk/CHANGES Url: http://svn.apache.org/viewcvs/apr/apr/trunk/CHANGES?view=diff&rev=124815&p1=apr/apr/trunk/CHANGES&r1=124814&p2=apr/apr/trunk/CHANGES&r2=124815 ============================================================================== --- apr/apr/trunk/CHANGES (original) +++ apr/apr/trunk/CHANGES Mon Jan 10 08:43:35 2005 @@ -1,17 +1,15 @@ Changes for APR 1.1.0 - *) Add Support for Source-Specific Multicast. [Colm MacCarthaigh] + *) Add APR Multicast functions; including support for + Source-Specific Multicast from Colm MacCarthaigh. [Paul Querna] - *) Add APR Multicast Functions [Paul Querna] - - *) Add a build script to create a solaris package. [Graham Leggett] + *) Add a build script to create a solaris package. [Graham Leggett] - *) Add support for APR_TCP_DEFER_ACCEPT. - [Paul Querna] + *) Add support for APR_TCP_DEFER_ACCEPT. [Paul Querna] - *) rename the apr_file_permissions defines (APR_UREAD, - APR_UWRITE, etc.) to have prefix APR_FPROT_ (keeping the - old defines) [Stas] + *) Rename the apr_file_permissions macros (APR_UREAD, APR_UWRITE etc.) + to have prefix APR_FPROT_ (old names kept for compatibility). + [Stas Bekman] *) Emit the run-time link path option in apr-config after installation if the user is linking with libtool. [Justin Erenkrantz] @@ -22,25 +20,19 @@ *) Remove the runtime test for Sendfile versions on FreeBSD. PR 25718. [Mike Silbersack , Paul Querna] - *) rename the fopen defines (APR_READ, APR_WRITE, etc.) to have - prefix APR_FOPEN_ (keeping the old defines) [Stas] - - *) [NOT COMMITTED?] Add a new PRNG. Note that the implementation of SHA-256 - is a stop-gap pending snarfing the SHA-1 implementation from apr-util - and upgrading it to do SHA-256. Not yet ready for prime time. - [Ben Laurie] + *) Rename the apr_file_open macros (APR_READ, APR_WRITE, etc.) to + have prefix APR_FOPEN_ (old names kept for compatibility). + [Stas Bekman] *) Added apr_os_uuid_get() support for Linux via libuuid and for modern - BSDs which have uuid_create as part of their libc. - [Paul Querna] + BSDs which have uuid_create as part of their libc. [Paul Querna] *) Added Solaris 10 'Event Ports' as a backend for APR Pollset. This - backend also supports the APR_POLLSET_THREADSAFE flag. - [Paul Querna] + backend also supports the APR_POLLSET_THREADSAFE flag. [Paul Querna] *) Added the APR_POLLSET_THREADSAFE flag. This allows multiple threads to call the Pollset Add or Remove functions in a thread safe manner. - Currently only EPoll and KQueue support this flag. [Paul Querna] + Currently only EPoll and KQueue support this flag. [Paul Querna] *) Split poll/unix/poll.c into separate files for each Poll or Pollset implementation. [Paul Querna]