Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 930)
+++ trunk/MagicSoft/Mars/Changelog	(revision 931)
@@ -1,7 +1,18 @@
                                                                   -*-*- END -*-*-
+
+ 2001/09/20: Thomas Bretz
+ 
+   * mevtdisp/MGFadcDisp.cc, mmain/MMars.cc:
+     - switched to root version >= 3.00
+     
+   * Makefile.conf.linux:
+     - added to support the new Linux distributions
+
+
+
  2001/09/13: Thomas Bretz
  
    * Makefile.conf.linux-gnu:
-     - removed "-Woverloaded/virtual"
+     - removed "-Woverloaded-virtual". it doesn't really help
 
 
Index: trunk/MagicSoft/Mars/Makefile.conf.linux
===================================================================
--- trunk/MagicSoft/Mars/Makefile.conf.linux	(revision 930)
+++ trunk/MagicSoft/Mars/Makefile.conf.linux	(revision 931)
@@ -20,5 +20,5 @@
 #
 
-OPTIM    = -O2 -Wall -fno-rtti -fno-exceptions -fPIC -Wtraditional -Wpointer-arith -Wcast-align -Wwrite-strings -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
+OPTIM    = -O2 -Wall -fno-rtti -fno-exceptions -fPIC -Wtraditional -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
 DEBUG    = -g
 
