rederpj 2003/11/25 09:53:25
Modified: . CHANGES
Log:
Sync with APACHE_2_0_BRANCH.
Revision Changes Path
1.1328 +5 -5 httpd-2.0/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/httpd-2.0/CHANGES,v
retrieving revision 1.1327
retrieving revision 1.1328
diff -u -r1.1327 -r1.1328
--- CHANGES 25 Nov 2003 16:59:09 -0000 1.1327
+++ CHANGES 25 Nov 2003 17:53:25 -0000 1.1328
@@ -15,11 +15,6 @@
*) SECURITY [CAN-2003-0020]: Escape arbitrary data before writing
into the errorlog. [André Malo]
- *) mod_expires: Initialize ExpiresDefault to NULL instead of "" to
- avoid reporting an Internal Server error if it is used without
- having been set in the httpd.conf file. PR: 23748, 24459
- [Andre Malo, Liam Quinn <liam htmlhelp.com>]
-
*) mod_logio: Account for some bytes handed to the network layer prior to
dropped connections. [Jeff Trawick]
@@ -258,6 +253,11 @@
Apache 2.0.xx tree as documented, and except as noted, below.]
Changes with Apache 2.0.49
+
+ *) mod_expires: Initialize ExpiresDefault to NULL instead of "" to
+ avoid reporting an Internal Server error if it is used without
+ having been set in the httpd.conf file. PR: 23748, 24459
+ [Andre Malo, Liam Quinn <liam htmlhelp.com>]
*) mod_autoindex: Don't omit the <tr> start tag if the SuppressIcon
option is set. PR 21668. [Jesse Tie-Ten-Quee <highos highos.com>]
|