2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / web / release-notes / mono-0.3
1 To: mono-list@ximian.com, mono-announce-list@ximian.com
2 Subject: July 12 snapshots.
3 FCC: ~/Mail/outbox.txt
4 X-Windows: Sometimes you fill a vacuum and it still sucks.
5 --text follows this line--
6
7 Hey!
8
9    July 12 snapshots of class libraries, the compiler and the mono
10 runtime are available.
11
12 New on this release:
13
14     * Runtime (module: mono)
15
16         The beginning of a simple interpreter that Paolo started
17         workign on (can run really simple .NET programs).
18
19         Disassembler copes with more elements of the binary format and
20         more tokens are decoded.  Paolo is working now on moving some
21         of these to the metadata library. 
22
23         More tables are dumped.
24
25     * Class libraries (module: mcs/class)
26
27         Many new more classes are in from Joe, Vladimir, Jeff, Sean
28         and yours truly.
29
30         Sean fixed the build process, and it is now possible to
31         compile with a single command the assemblies.  We will be
32         revisiting this mechanism in the future to compile per-OS
33         assemblies (ie, Unix, Windows, MacOS, etc).
34
35      * Compiler (module mcs/mcs)
36
37         Not much done this week, just a few fixes here and there, and
38         more work to make it easy to compiler.
39
40      * Documentation (module: mono/doc)
41
42         All the changes to the web site are there for your browsing
43         pleasure.  We still need to integrate the status system in
44         there. 
45
46 Miguel.