coar 98/02/21 20:53:58
Modified: src CHANGES
Log:
Not that it necessarily changed anything, but Dean's
fix of the dependencies *may* have corrected some subtle
compilation problems and the change merits notice.
Revision Changes Path
1.653 +4 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.652
retrieving revision 1.653
diff -u -r1.652 -r1.653
--- CHANGES 1998/02/21 17:19:45 1.652
+++ CHANGES 1998/02/22 04:53:57 1.653
@@ -79,6 +79,10 @@
Changes with Apache 1.3b5
+ *) Source file dependencies in Makefile.tmpl files throughout the
+ source tree were updated to accurately reflect reality.
+ [Dean Gaudet]
+
*) Preserve the content encoding given by the AddEncoding directive
when the client doesn't otherwise specify an encoding.
[Ronald Tschalaer <[EMAIL PROTECTED]>]