diff options
author | Stefan Fritsch <sf@sfritsch.de> | 2011-12-27 19:42:33 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2011-12-27 19:42:33 +0100 |
commit | ad14e19ad0400e289b06fb7728aea815e6ed49be (patch) | |
tree | bd29489cafb04b303940169ae7b00c1171a5a34c /srclib/apr/CHANGES | |
parent | 02a0e3b89d2ea1b984365e692c910668d75c6dcd (diff) | |
download | apache2-upstream/2.2.12.tar.gz |
Upstream tarball 2.2.12upstream/2.2.12
Diffstat (limited to 'srclib/apr/CHANGES')
-rw-r--r-- | srclib/apr/CHANGES | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/srclib/apr/CHANGES b/srclib/apr/CHANGES index 9982b5a9..59e1b700 100644 --- a/srclib/apr/CHANGES +++ b/srclib/apr/CHANGES @@ -1,4 +1,59 @@ -*- coding: utf-8 -*- +Changes for APR 1.3.7 + + *) More elaborate detection for dup3(), accept4() and epoll_create1(). + [Chetan Reddy <chetanreddy gmail.com>, Bojan Smojver] + +Changes for APR 1.3.6 + + *) On Linux/hppa flock() returns EAGAIN instead of EWOULDBLOCK. This + causes proc mutex failures. + [Stefan Fritsch <sf sfritsch.de>] + + *) Set CLOEXEC flags where appropriate. Either use new O_CLOEXEC flag and + associated functions, such as dup3(), accept4(), epoll_create1() etc., + or simply set CLOEXEC flag using fcntl(). PR 46425. [Stefan Fritsch + <sf sfritsch.de>, Arkadiusz Miskiewicz <arekm pld-linux.org>] + +Changes for APR 1.3.5 + + *) Dropped kqueue and apr_poll detection from Mac OS/X 10.5/Darwin 9 + due to various reported problems. [William Rowe] + +Changes for APR 1.3.4 + + *) apr_strerror() on OS/2: Fix problem with calculating buffer size. + PR 45689. [Erik Lax <apache datahack.se>] + + *) Prefer glibtool1/glibtoolize1. [Jim Jagielski] + + *) Fix buildconf with libtool 2.2. [Joe Orton] + + *) Fix a bug with the APR_DELONCLOSE flag. Child processes were (also) + unlinking the file. [Greg Stein] + + *) Fix compilation error on systems that do not have IPV6. + PR 46601 [Julien Charbon <jch 4js.com>] + + *) apr_socket_sendfile() on Solaris: Fix handling of files truncated + after the sender determines the length. (This fixes a busy loop in + httpd when a file being served is truncated.) [Jeff Trawick] + + *) Fix documentation for apr_temp_dir_get(). + PR 46303 [Carlo Marcelo Arenas Belon <carenas sajinet.com.pe>] + + *) Add AC_MSG_RESULT after AC_MSG_CHECKING. + PR 46427 [Rainer Jung <rainer.jung kippdata.de>] + + *) Reset errno to zero in apr_strtoi64 to prevent returning an errno not + equal zero in cases where the operation worked fine. [Ruediger Pluem] + + *) Win32: Do not error out on apr_pollset_poll() when there are no sockets. + [Justin Erenkrantz] + + *) Fix apr_tokenize_to_argv parsing. PR 46128 + [Edward Rudd <eddie omegaware.com>] + Changes for APR 1.3.3 *) Rename apr_pool_create_core to apr_pool_create_unmanaged and |