summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2013-02-06 18:15:50 +0100
committerJim Jagielski <jim@apache.org>2013-02-06 18:15:50 +0100
commit048f9a7bfceb8c32347cf22071894435547a2d9f (patch)
tree020364e4eff25dd474c8290960f0f31f4d6783a5 /CHANGES
parentChange bzero/bcopy into memset/memcpy (diff)
downloadapache2-048f9a7bfceb8c32347cf22071894435547a2d9f.tar.xz
apache2-048f9a7bfceb8c32347cf22071894435547a2d9f.zip
In 2.4.4-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1443078 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--CHANGES3
1 files changed, 0 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 4e27102672..4fe5ae22d5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,9 +12,6 @@ Changes with Apache 2.5.0
*) core: Fix valgrind warning about uninitialized memory in argument to
semctl. PR 53690. [Mikhail T. <mi+apache aldan algebra com>]
- *) mod_proxy_connect: Don't keepalive the connection to the client if the
- backend closes the connection. PR 54474. [Pavel Mateja <pavel netsafe cz>]
-
*) core: Add option to add valgrind suport. Use it to reduce false positive
warnings in mod_ssl. [Stefan Fritsch]