wsanchez 99/05/05 17:49:40
Modified: src CHANGES
Log:
Use custom default layout for Mac OS X and Mac OS X Server.
Revision Changes Path
1.1350 +4 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1349
retrieving revision 1.1350
diff -u -r1.1349 -r1.1350
--- CHANGES 1999/05/05 20:42:55 1.1349
+++ CHANGES 1999/05/06 00:49:38 1.1350
@@ -1,5 +1,9 @@
Changes with Apache 1.3.7
+ *) Mac OS and Mac OS X Server now use the appropriate custom layout
+ by default when building with APACI; allow for platform-specific
+ variable defaults in configure. [Wilfredo Sanchez]
+
*) Do setgid() before initgroups() in http_main; some platforms
zap the grouplist when setgid() is called. This was fixed in
suexec earlier, but the main httpd code missed the change.