fielding 98/11/09 22:10:26
Modified: . STATUS
src CHANGES
Log:
A bit chilly tonight.
Revision Changes Path
1.535 +0 -4 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apache-1.3/STATUS,v
retrieving revision 1.534
retrieving revision 1.535
diff -u -r1.534 -r1.535
--- STATUS 1998/11/08 20:09:16 1.534
+++ STATUS 1998/11/10 06:10:24 1.535
@@ -109,10 +109,6 @@
<http://www.physics.mcgill.ca/~juan/mod_include.patch>
Status: Ken -0 for 1.3/+0 for 2.0
- * Manoj's [PATCH] mime.types update
- Message-ID: <[EMAIL PROTECTED]>
- Status: Roy +1, Ralf +1, Lars +1, Martin +1
-
* Patches for the DSO/mod_perl problem (see below for description):
Ralf's "[PATCH] Fix module init"
1.1143 +4 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1142
retrieving revision 1.1143
diff -u -r1.1142 -r1.1143
--- CHANGES 1998/11/09 07:03:16 1.1142
+++ CHANGES 1998/11/10 06:10:25 1.1143
@@ -1,5 +1,9 @@
Changes with Apache 1.3.4
+ *) Updated mime.types to reflect current Internet media types
+ and include a URL to the registry.
+ [Manoj Kasichainula, Roy Fielding] PR#2380, 2286, 2246
+
*) SECURITY: Do a more complete check in mod_include to avoid
an infinite loop of recursive SSI includes. [Marc Slemko] PR#3323