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
path: root/doc/index
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2002-01-03 23:13:47 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-01-03 23:13:47 +0300
commitcbe2c16c52adfd3c08df62e045da35dd85e175c9 (patch)
tree808885e4bf85a02f4829d609970a51c1956a4da6 /doc/index
parent123d93da372e3c89e983f70e0d5d189fd374fdd8 (diff)
Fix build for new automakes, seems to work
svn path=/trunk/mono/; revision=1795
Diffstat (limited to 'doc/index')
-rw-r--r--doc/index9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/index b/doc/index
index 2d1b225e5e1..e5c21bf109c 100644
--- a/doc/index
+++ b/doc/index
@@ -23,6 +23,15 @@
You can contact the team at: <a
href="mailto:mono-list@ximian.com">mono-list@ximian.com</a>
+** Jan 3, 2001
+
+ Mono C# compiler becomes self-sufficient. We can now continue
+ development of the compiler with itself.
+
+ Work on the class libraries is still underway for having a full
+ self hosting system. We hope to achieve our goal of self-hosting
+ on Linux before the end of the month.
+
** Dec 28, 2001
After a lot of work, the C# compiler can compile itself.