jim 98/03/28 13:33:42
Modified: src CHANGES
Log:
Oops... forgot some changes...
Revision Changes Path
1.744 +8 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.743
retrieving revision 1.744
diff -u -r1.743 -r1.744
--- CHANGES 1998/03/28 20:57:07 1.743
+++ CHANGES 1998/03/28 21:33:40 1.744
@@ -1,5 +1,13 @@
Changes with Apache 1.3b6
+ *) PORT: Add the SCO_SV port. [Jim Jagielski] PR#1962
+
+ *) PORT: IRIX needs the -n32 flag iff using the 'cc' compiler
+ [Jim Jagielski] PR#1901
+
+ *) BUG: Configure was using TCC and CC inconsistantly. Make sure
+ Configure knows which CC we are using. [Jim Jagielski]
+
*) "Options +Includes" wasn't corrently merged if "+IncludesNoExec"
was defined in a parent directory. [Lars Eilebrecht]