diff options
author | Stefan Fritsch <sf@sfritsch.de> | 2011-12-27 19:42:39 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2011-12-27 19:42:39 +0100 |
commit | 6a3ba4eb1e9c7d7e07529543117d79ac01af20f5 (patch) | |
tree | fb5c30ec79d5d0581e9519859f9b8cbc32756803 /srclib/apr/CHANGES | |
parent | ad14e19ad0400e289b06fb7728aea815e6ed49be (diff) | |
download | apache2-6a3ba4eb1e9c7d7e07529543117d79ac01af20f5.tar.gz |
Upstream tarball 2.2.13upstream/2.2.13
Diffstat (limited to 'srclib/apr/CHANGES')
-rw-r--r-- | srclib/apr/CHANGES | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/srclib/apr/CHANGES b/srclib/apr/CHANGES index 59e1b700..d2faed4b 100644 --- a/srclib/apr/CHANGES +++ b/srclib/apr/CHANGES @@ -1,4 +1,17 @@ -*- coding: utf-8 -*- +Changes for APR 1.3.8 + + *) SECURITY: CVE-2009-2412 (cve.mitre.org) + Fix overflow in pools and rmm, where size alignment was taking place. + [Matt Lewis <mattlewis@google.com>, Sander Striker] + + *) Make sure that "make check" is used in the RPM spec file, consistent + with apr-util. [Graham Leggett] + + *) Pass default environment to testflock, testoc and testpipe children, + so that tests run when APR is compiled with Intel C Compiler. + [Bojan Smojver] + Changes for APR 1.3.7 *) More elaborate detection for dup3(), accept4() and epoll_create1(). |