about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2003-04-23 01:07:16 +0000
committerAlexander Barton <alex@barton.de>2003-04-23 01:07:16 +0000
commit090756523e38936e767d19747cb2e5e447c9d6e1 (patch)
treea3c27e0b7824e4855a79bebe4b4dd307b48870f6
parent8497d28fbaa8ef585d87feaa3b682b4de11f2211 (diff)
downloadngircd-090756523e38936e767d19747cb2e5e447c9d6e1.tar.gz
ngircd-090756523e38936e767d19747cb2e5e447c9d6e1.zip
Updated documentation.
-rw-r--r--ChangeLog3
-rw-r--r--doc/Platforms.txt3
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 021282c2..51515ae5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,7 @@ ngIRCd 0.7.0
   - Fixed compilation and test-suite on SunOS (tested with 5.6).
   - New documentation file "doc/Platforms.txt" describing the status of
     ngIRCd on the various tested platforms.
+  - Test for broken GCC on Mac OS X and disable "-pedantic" in this case.
 
   ngIRCd 0.7.0-pre1 (2003-04-22)
   - New signal handler (more secure, actions are executed outside).
@@ -444,4 +445,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
-$Id: ChangeLog,v 1.193 2003/04/22 23:55:06 alex Exp $
+$Id: ChangeLog,v 1.194 2003/04/23 01:09:46 alex Exp $
diff --git a/doc/Platforms.txt b/doc/Platforms.txt
index 2c4d8942..900f0c7a 100644
--- a/doc/Platforms.txt
+++ b/doc/Platforms.txt
@@ -30,6 +30,7 @@ i386/unknown/freebsd5.0     gcc 3.2.1    0.7.x-CVS  03-04-23 alex   Y Y Y Y
 i386/unknown/netbsdelf1.6.1 gcc 2.95.3   0.7.x-CVS  03-04-23 alex   Y Y Y Y
 i686/pc/linux-gnu           gcc 2.95/3.x 0.7.0-pre1 03-04-22 alex   Y Y Y Y (1)
 m68k/apple/aux3.1.1         Orig. A/UX   0.7.x-CVS  03-04-22 alex   Y Y Y Y (2)
+powerpc/apple/darwin6.5     gcc 3.1      0.7.x-CVS  03-04-23 alex   Y Y Y Y
 sparc/sun/solaris2.6        gcc 2.95.3   0.7.x-CVS  03-04-22 alex   Y Y Y Y
 
 
@@ -47,4 +48,4 @@ Notes
 			
 
 -- 
-$Id: Platforms.txt,v 1.1 2003/04/22 23:47:39 alex Exp $
+$Id: Platforms.txt,v 1.2 2003/04/23 01:07:16 alex Exp $