summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2014-06-01 08:54:15 +0200
committerChristophe Jaillet <jailletc36@apache.org>2014-06-01 08:54:15 +0200
commit68b56009d5c0a581a1d472c09647597e2ddb5a47 (patch)
tree0e315dad0622972fa8fc4c5d1893ca8703733916 /CHANGES
parentupdate Japanese translation (diff)
downloadapache2-68b56009d5c0a581a1d472c09647597e2ddb5a47.tar.xz
apache2-68b56009d5c0a581a1d472c09647597e2ddb5a47.zip
Fix computation of the size of 'struct sockaddr_un' when passed to 'connect()'.
Use the same logic as the one in ' in 'proxy_util.c'. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1598946 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 841309b746..f49bdf973e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_proxy_fdpass: Fix computation of the size of 'struct sockaddr_un'
+ when passed to 'connec()'.
+ [Graham Dumpleton <grahamd apache org>]
+
*) mod_socache_shmcb: Correct counting of expirations for status display.
Expirations happening during retrieval were not counted. [Rainer Jung]