diff options
author | Graham Leggett <minfrin@apache.org> | 2009-10-04 15:54:01 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2009-10-04 15:54:01 +0200 |
commit | 625c2144bc76bfeb724cb042b452ad4eb568d071 (patch) | |
tree | ed76dbc21148b2fe6c5444d0a02499c9e0390cb0 /CHANGES | |
parent | Style fixes. (diff) | |
download | apache2-625c2144bc76bfeb724cb042b452ad4eb568d071.tar.xz apache2-625c2144bc76bfeb724cb042b452ad4eb568d071.zip |
Correct the attribution in CHANGES.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@821542 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ Changes with Apache 2.3.3 *) mod_cache: Fix uri_meets_conditions() so that CacheEnable will match by scheme, or by a wildcarded hostname. PR 40169 - [Ryan Pendergast <rpender us.ibm.com>, Graham Leggett] + [Peter Grandi <pg_asf asf.for.sabi.co.uk>, Graham Leggett] *) suxec: Allow to log an error if exec fails by setting FD_CLOEXEC on the log file instead of closing it. PR 10744. [Nicolas Rachinsky] |