rse 98/03/16 08:18:53
Modified: . STATUS
src CHANGES
Log:
Weather in germany: gray in gray and sometimes raining...
Revision Changes Path
1.191 +6 -0 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- STATUS 1998/03/15 07:02:55 1.190
+++ STATUS 1998/03/16 16:18:49 1.191
@@ -85,6 +85,12 @@
* Performance improvements to invoke_handler().
* Ben Hyde's check to make sure the "Port" range is valid
* Ralf's Unbundling mod_proxy and mod_mime (making mime_find_ct obsolete)
+ * Jim's change of -DAUX to -DAUX3 for A/UX
+ * Jim's src/include/ap_config.h wraps it's #define's with
#ifndef/#endif's
+ * Dean's Clean up of some undocumented behavior of mod_setenvif
+ * Performance tweak to mod_log_config
+ * Marc's cfg_getline() fix for lines without the termination char
+ * Ralf's Various cleanups to the command line interface and manual pages
Available Patches:
1.716 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.715
retrieving revision 1.716
diff -u -r1.715 -r1.716
--- CHANGES 1998/03/16 00:24:11 1.715
+++ CHANGES 1998/03/16 16:18:50 1.716
@@ -1,5 +1,8 @@
Changes with Apache 1.3b6
+ *) Various cleanups to the command line interface and manual pages
+ [Ralf S. Engelschall]
+
*) cfg_getline() was not properly handling lines that did not end
with a line termination character. [Marc Slemko] PR#1869, 1909