dgaudet 98/06/07 23:26:15
Modified: src CHANGES
Log:
PR#2229 same problem as 2366
Revision Changes Path
1.897 +1 -1 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.896
retrieving revision 1.897
diff -u -r1.896 -r1.897
--- CHANGES 1998/06/08 06:09:51 1.896
+++ CHANGES 1998/06/08 06:26:14 1.897
@@ -2,7 +2,7 @@
*) mod_usertrack was corrupting the client hostname. As part of the
fix, the cookie values were slightly extended to include the
- fully qualified hostname of the client. [Dean Gaudet] PR#2366
+ fully qualified hostname of the client. [Dean Gaudet] PR#2229, 2366
*) Fix a typo in pool debugging code. [Alvaro Martinez Echevarria]