brian 98/03/29 20:21:45
Modified: . STATUS
src CHANGES
Log:
noted change
Revision Changes Path
1.243 +1 -0 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -r1.242 -r1.243
--- STATUS 1998/03/30 04:07:02 1.242
+++ STATUS 1998/03/30 04:21:37 1.243
@@ -127,6 +127,7 @@
* Jim's add of the SCO_SV port. PR#1962
* Dean's floating point ap_snprintf code wasn't threadsafe.
* Ralf's add of the new Apache Autoconf-style Interface (APACI)
+ * Rainer Scherg's fix for CONNECT proxy support: #1326, #1573, #1942
Available Patches:
1.750 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.749
retrieving revision 1.750
diff -u -r1.749 -r1.750
--- CHANGES 1998/03/30 01:22:45 1.749
+++ CHANGES 1998/03/30 04:21:43 1.750
@@ -1,5 +1,8 @@
Changes with Apache 1.3b6
+ *) Fix core dumps in use of CONNECT in proxy. PR#1326, #1573, #1942
+ [EMAIL PROTECTED]
+
*) Modify the log directives in httpd.conf-dist files to use CustomLog
so that users have examples of how CustomLog can be used.
[Lars Eilebrecht]