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-27 00:20:00 +0400
committerMiguel de Icaza <miguel@gnome.org>2004-04-27 00:20:00 +0400
commit07035a5350c696c0ed3a52fdda8aa8eb8da10c63 (patch)
tree3ed7d7c4fff16405ae0061ebf39661d7ebb6a3ec /web/index
parentb44cc09572330cd892614f193cc728bec9700283 (diff)
Update
svn path=/trunk/mono/; revision=26016
Diffstat (limited to 'web/index')
-rw-r--r--web/index52
1 files changed, 46 insertions, 6 deletions
diff --git a/web/index b/web/index
index a396823f897..ea003c7af20 100644
--- a/web/index
+++ b/web/index
@@ -22,7 +22,8 @@
<td>
Linux/x86<br>
Solaris/SPARC<br>
- PowerPC: MacOS and Linux.
+ PowerPC: MacOS and Linux.<br>
+ S390: Linux.
</td>
</tr>
<tr>
@@ -161,11 +162,50 @@
@item Apr 21st, 2004: XSP 0.11 and mod_mono 0.8 released.
- Gonzalo has made new releases of XSP and mod_mono (The ASP.NET hosting
- service for Mono).
-
- Check the XSP/mod_mono <a href="/archive/xsp-0.11.html"> Release
- Notes</a> to see what is new and to obtain the source packages.
+ Gonzalo has made new releases of XSP and mod_mono (The ASP.NET
+ hosting service for Mono).
+
+ Check the XSP/mod_mono <a href="archive/xsp-0.10.html">
+ Release Notes</a> to see what is new and to obtain the source
+ packages.
+
+@item Apr 20, 2004: S390 port; Interpreted Updated; Identity classes; System.Drawing; Mono Debugger.
+
+ Neale who originally wrote the S390 interpreter support for
+ Mono has checked into CVS his port of the S390 JIT engine.
+ Now, if we could only have one of those in our living room.
+
+ Bernie has checked into CVS a new interpreter for the Mono
+ runtime. This new interpreter translates the CIL opcodes into
+ a new intermediate representation. The new IL representation
+ avoids doing costly lookups during interpretation which means that the
+ interpreter is a lot faster now.
+
+ Performance wise, the new interpreter is three times faster
+ than the old one when doing a compiler bootstrap.
+
+ Sebastien has recently completed the identity classes in the
+ Mono Runtime, you can see more details on his <a
+ href="http://pages.infinit.net/ctech/poupou.html">blog</a>
+
+ New progress on the GDI+ front: Jordi has completed the region
+ code; Ravindra the various brushes that we must support;
+ Sanjay the Icon and BMP loaders (with Mark) and Vladimir has
+ contributed various codecs and a new fresh implementation of
+ Image.LockBits.
+
+ Lluis and Atsushi in the meantime has been in charge of
+ completing various pending items from our class libraries:
+ basically an API audit of the things missing for the Mono 1.0
+ release, small but important things.
+
+ Martin has replaced the old command-line language in the
+ debugger with our home-grown "Command Line" language, a
+ TCL-like command line language that we built for it (its a
+ tiny .NETized Tcl-like language). The interaction process is
+ a lot smoother than it used to be and we are focusing on the
+ usability of the command line language to improve the
+ debugging experience.
@item Apr 02, 2004: Mono C# Compiler gets CLS support; Basic Runtime Contribution from Mainsoft.