dgaudet 98/08/13 20:00:17
Modified: src CHANGES
Log:
another helpful pointer
Revision Changes Path
1.1025 +1 -1 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1024
retrieving revision 1.1025
diff -u -r1.1024 -r1.1025
--- CHANGES 1998/08/14 02:49:42 1.1024
+++ CHANGES 1998/08/14 03:00:15 1.1025
@@ -3,7 +3,7 @@
*) Split MODULE_MAGIC_NUMBER into _MAJOR/_MINOR numbers. This should
provide a way to trace API changes that add functionality but do
not create a compatibility issue for precompiled modules, etc.
- [Randy Terbush]
+ See include/ap_mmn.h for more details. [Randy Terbush]
*) Fix suexec installation under `make install root=xxx' situation.
[Ralf S. Engelschall]