You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2005/01/10 17:43:37 UTC

svn commit: r124815 - /apr/apr/trunk/CHANGES

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 <silby silby.com>, 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]