dgaudet 97/08/01 02:13:32
Modified: src CHANGES
Log:
updated CHANGES for PR#748
Revision Changes Path
1.376 +3 -0 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.375
retrieving revision 1.376
diff -u -r1.375 -r1.376
--- CHANGES 1997/08/01 04:57:58 1.375
+++ CHANGES 1997/08/01 09:13:30 1.376
@@ -1,5 +1,8 @@
Changes with Apache 1.3a2
+ *) Fixed an infinite loop in mod_imap for references above the server root
+ [Dean Gaudet] PR#748
+
*) mod_proxy now has a ReceiveBufferSize directive, similar to
SendBufferSize, so that the TCP window can be set appropriately
for LFNs. [Phillip A. Prindeville]