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/web/index
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2004-04-01 22:38:54 +0400
committerMiguel de Icaza <miguel@gnome.org>2004-04-01 22:38:54 +0400
commit9c7c5090f1acd39c531484a30461a8a84bbabd6a (patch)
tree66b568afd32c03b0a6396376b1151dcca0dd9fb7 /web/index
parent52e817c8afb4b5b07d06b45b9c9cd41034b136a8 (diff)
Update
svn path=/trunk/mono/; revision=24918
Diffstat (limited to 'web/index')
-rw-r--r--web/index23
1 files changed, 22 insertions, 1 deletions
diff --git a/web/index b/web/index
index a0ea8e75efc..4772dfa73cc 100644
--- a/web/index
+++ b/web/index
@@ -155,7 +155,25 @@
<br>
<br>
-@item Mar 31st, 2004: Gtk# 0.18 and MonoDoc 0.13 released
+@item Apr 02, 2004: Mono C# Compiler gets CLS support; Basic Runtime Contribution from Mainsoft.
+
+ Marek Safar has been working for a few months on adding
+ support to the C# compiler to support the various checks required
+ by the Common Language Specification (CLS).
+
+ In the past the C# compiler was unable to flag any problems
+ related to the creation of cross-language libraries. Today
+ with this patch the compiler will properly flag errors in CLS
+ compliance. Tests for all of the errors have also been
+ included on CVS.
+
+ <a href="http://www.mainsoft.com">Mainsoft</a> has contributed
+ an implementation of their Basic runtime to the project. The
+ runtime they wrote is written in Java and we are translating
+ this into C# code. The code will reach CVS within the next
+ few weeks.
+
+@item Mar 31st, 2004: Gtk# 0.18, MonoDoc 0.13, MonoDevelop 0.2 released
New versions of Gtk# and MonoDoc have been released.
@@ -168,6 +186,9 @@
signals; An automake/autoconf setup; the System.Drawing
dependency has been dropped and many more docs.
+ And <a href="http://www.monodevelop.com/">MonoDevelop 0.2</a>
+ has been released.
+
@item Mar 18th, 2004: Mono 0.31 has been released
We have released version 0.31 of Mono. All the new features