summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorSander Striker <striker@apache.org>2003-09-27 20:47:41 +0200
committerSander Striker <striker@apache.org>2003-09-27 20:47:41 +0200
commitebe23f8bb4ad7af3827f9ce71d741f09dcd643d9 (patch)
tree04da93724161cc63962b6c9078642aee3bd554c6 /CHANGES
parent* CHANGES (diff)
downloadapache2-ebe23f8bb4ad7af3827f9ce71d741f09dcd643d9.tar.xz
apache2-ebe23f8bb4ad7af3827f9ce71d741f09dcd643d9.zip
* CHANGES
Update to account for backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101333 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 9139b4d26b..b73e80e4d5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -64,9 +64,6 @@ Changes with Apache 2.1.0-dev
*) mod_rewrite: Allow piped rewrite logs to be relative to ServerRoot.
[André Malo]
- *) mod_ssl: Fix segfaults after renegotiation failure. PR 21370
- [Hartmut Keil <Hartmut.Keil@adnovum.ch>]
-
*) mod_authz_groupfile: Strip trailing spaces of group names. This
hopefully saves some hours of searching for typos. PR 12863.
[André Malo]
@@ -227,7 +224,10 @@ Changes with Apache 2.1.0-dev
Apache 2.0.xx tree as documented, and except as noted, below.]
Changes with Apache 2.0.48
-
+
+ *) mod_ssl: Fix segfaults after renegotiation failure. PR 21370
+ [Hartmut Keil <Hartmut.Keil@adnovum.ch>]
+
*) mod_autoindex: If a directory contains a file listed in the
DirectoryIndex directive, the folder icon is no longer replaced
by the icon of that file. PR 9587.