coar 98/01/20 10:56:53
Modified: . STATUS
src CHANGES
Log:
Note the fix for PR#1667, and that moving to commit-then-review
has received the requisite number of votes and is now in effect.
Revision Changes Path
1.108 +7 -8 apachen/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apachen/STATUS,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- STATUS 1998/01/20 18:28:35 1.107
+++ STATUS 1998/01/20 18:56:49 1.108
@@ -11,7 +11,7 @@
Current Modes:
- o Review-Then-Commit
+ o Commit-Then-Review
o NO lazy voting
Plan:
@@ -88,20 +88,19 @@
* Martin's [PATCH] mod_speling [300] Multiple Choices bug (Take 2)
* Dean's [PATCH] protect the environment
* general/1666: Apache uses a case sensitive match for "Basic" auth
scheme
- * mod_rewrite/1684: RewriteLog directive does the equivalent of
"HostnameLookups on"
+ * mod_rewrite/1684: RewriteLog directive does the equivalent of
+ "HostnameLookups on"
* protocol/1683: The Connection header may contain multiple close tokens
* some of Marc's 1.2.5 security patches (minus proxy fixes)
+ * John Van Essen <[EMAIL PROTECTED]>'s fix for mod_autoindex <PRE>
+ misplacement.
Available Patches:
- * Martin's [PATCH] Improve implementation of -c/-C directive reading
(take 2)
+ * Martin's [PATCH] Improve implementation of -c/-C directive reading
+ (take 2)
<[EMAIL PROTECTED]>
Status: Martin +1, Doug +1, Dean +1, Jim +1
-
- * John Van Essen <[EMAIL PROTECTED]>'s fix for mod_autoindex <PRE>
- misplacement.
- <[EMAIL PROTECTED]>
- Status: Ken +1, Dean +1, Jim +1
* Dean's [PATCH] MONCONTROL for profiling children
<[EMAIL PROTECTED]>
1.571 +5 -0 apachen/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apachen/src/CHANGES,v
retrieving revision 1.570
retrieving revision 1.571
diff -u -r1.570 -r1.571
--- CHANGES 1998/01/20 01:50:42 1.570
+++ CHANGES 1998/01/20 18:56:51 1.571
@@ -1,5 +1,10 @@
Changes with Apache 1.3b4
+ *) mod_autoindex with a plaintext header file would emit the <PRE>
+ start-tag before the HTML preamble, rather than after the preamble
+ but before the header file contents. [John Van Essen <[EMAIL
PROTECTED]>]
+ PR#1667
+
*) SECURITY: Fix a possible buffer overflow in logresolve. This is
only an issue on systems without a MAXDNAME define or where
the resolver returns domain names longer than MAXDNAME. [Marc Slemko]