pcs 97/08/17 08:33:08
Modified: src CHANGES
Log:
Log the source re-org and updated Configure functionality
Revision Changes Path
1.400 +11 -0 apachen/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apachen/src/CHANGES,v
retrieving revision 1.399
retrieving revision 1.400
diff -u -r1.399 -r1.400
--- CHANGES 1997/08/17 11:14:31 1.399
+++ CHANGES 1997/08/17 15:33:06 1.400
@@ -34,6 +34,17 @@
now supported and selectable by new Configuration Rule: IRIXN32;
We no longer default to -O2 optimization. [Jim Jagielski]
+ *) Updated Configure: Configuration now uses AddModule to specify
+ module source or binary file location, relative to src directory.
+ Modules can be dropped into modules/extra, or in their own
+ directory, and modules can come with a Makefile or Configure can
+ create one. Modules can add compiler or library information to
+ generated Makefiles. [Paul Sutton]
+
+ *) Source core re-organisation: distibuted modules are now in
+ modules/standard. All other source code is in core. OS-specific
+ code is in os/{unix,emx,win32} directories. [Paul Sutton]
+
*) mod_browser has been removed, since it's replaced by mod_setenvif.
[Ken Coar]