diff options
author | jorton <jorton@13f79535-47bb-0310-9956-ffa450edef68> | 2005-01-10 16:43:35 +0000 |
---|---|---|
committer | jorton <jorton@13f79535-47bb-0310-9956-ffa450edef68> | 2005-01-10 16:43:35 +0000 |
commit | b3cc37e2e4a2ea8f6ad845d477e6da3268f14f1c (patch) | |
tree | edbf4216cdb283ebe6e89b7913f87bce8b02777f /CHANGES | |
parent | 576e93a583d65f624b1922bc75f053621ca67120 (diff) | |
download | libapr-b3cc37e2e4a2ea8f6ad845d477e6da3268f14f1c.tar.gz |
Format consistently.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@124815 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 34 |
1 files changed, 13 insertions, 21 deletions
@@ -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 @@ Changes for APR 1.1.0 *) 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] |