Flush pending changes for 0.8
authorMiguel de Icaza <miguel@gnome.org>
Mon, 11 Feb 2002 22:47:45 +0000 (22:47 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Mon, 11 Feb 2002 22:47:45 +0000 (22:47 -0000)
svn path=/trunk/mono/; revision=2340

NEWS
configure.in

diff --git a/NEWS b/NEWS
index 0c85e588710b3c836d11bcf3885f19aa7fac843c..a05979207022012b988cf6067d3458478056c2b0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+2002-Feb-11 Miguel de Icaza  <miguel@ximian.com>
+
+       New release, functional x86-JIT, x86 interpreter, ppc interpreter 
+
+       Class libraries ship.
+
+       Limited compiler ships.
+
+       Too many changes to list
+
 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
 
        New XSLT file from Sergey Chaban for CIL opcodes
index aa8d6d19ae5aa18310142b07dd87be21e3bde48f..948a34113e3b0492a7088f8a8b37e08806fcf061 100644 (file)
@@ -2,7 +2,7 @@
 AC_INIT(README)
 AC_CANONICAL_SYSTEM
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(mono, 0.7)
+AM_INIT_AUTOMAKE(mono, 0.8)
 AM_MAINTAINER_MODE
 
 AC_CHECK_TOOL(CC, gcc, gcc)
@@ -302,6 +302,7 @@ mono/cil/Makefile
 mono/arch/Makefile
 mono/arch/x86/Makefile
 mono/arch/ppc/Makefile
+mono/arch/sparc/Makefile
 mono/interpreter/Makefile
 mono/tests/Makefile
 mono/wrapper/Makefile
@@ -310,7 +311,6 @@ mono/jit/Makefile
 mono/io-layer/Makefile
 runtime/Makefile
 scripts/Makefile
-scripts/mcs
 man/Makefile
 doc/Makefile
 ])