Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.in4
2 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0c85e588710..a0597920702 100644
--- 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
diff --git a/configure.in b/configure.in
index aa8d6d19ae5..948a34113e3 100644
--- a/configure.in
+++ b/configure.in
@@ -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
])