wsanchez 99/05/03 17:20:09
Modified: src CHANGES
Log:
Note Mac OS X support changes; renamed Rhapsody layout.
Revision Changes Path
1.1343 +9 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1342
retrieving revision 1.1343
diff -u -r1.1342 -r1.1343
--- CHANGES 1999/05/03 19:05:11 1.1342
+++ CHANGES 1999/05/04 00:20:02 1.1343
@@ -1,5 +1,14 @@
Changes with Apache 1.3.7
+ *) PORT: Add initial support for Mac OS (versions 10.0 and
+ greater). Use Mac OS X Server layout for now. Clean up dyld code
+ in unix/os.c, and don't install the dyld error handlers, which
+ are no longer needed in Mac OS. [Wilfredo Sanchez]
+
+ *) Rename Rhapsody layout to "Mac OS X Server". Change install
+ locations to appropriate ones for user-built (as opposed to
+ system) installs. [Wilfredo Sanchez]
+
*) Modify mod_autoindex's handling of AddDescription so that the
behaviour matches the documentation. [Ken Coar] PR#1898, 3072.