rse 98/03/13 09:03:19
Modified: . STATUS
src CHANGES
Log:
The corresponding changelog entries for the added Port check.
Revision Changes Path
1.187 +1 -0 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- STATUS 1998/03/13 07:52:22 1.186
+++ STATUS 1998/03/13 17:03:15 1.187
@@ -83,6 +83,7 @@
* Ralf's mod_so changes to keep track of loaded modules ourself.
* Ralf's support for building shared objects even for library-style
modules
* Performance improvements to invoke_handler().
+ * Ben Hyde's check to make sure the "Port" range is valid
Available Patches:
1.705 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.704
retrieving revision 1.705
diff -u -r1.704 -r1.705
--- CHANGES 1998/03/13 16:21:27 1.704
+++ CHANGES 1998/03/13 17:03:17 1.705
@@ -1,5 +1,8 @@
Changes with Apache 1.3b6
+ *) Add check to the "Port" directive to make sure the specified
+ port is in the appropriate range. [Ben Hyde]
+
*) Performance improvements to invoke_handler().
[Dmitry Khrustalev <[EMAIL PROTECTED]>]