2003-01-12 Gaurav Vaish <gvaish_mono AT lycos.com>
[mono.git] / web / index
index 6db0a94d100a00d69420710a8ecabefa734dd23a..d77d2d2631e82dcf5496c79e6ac1f6cbc403a31f 100644 (file)
--- a/web/index
+++ b/web/index
   </tr>
 </table>
 
-@item Dec 9th, 2002: VB.NET, Oracle Provider.
+@item Jan 3rd, 2003: Glade#, Code Coverage, Apache, MBas, Debugger.
+
+       Rachel has made Glade# use attributes so binding C# widgets to
+       the designed widgets is now easier than ever.  Alp has
+       improved this to use implicit names as well.
+
+       Martin's Mono debugger now has support for multi-thread
+       debugging.  Special feature: breakpoints can be defined in a
+       per-thread basis now.
+
+       Daniel López has checked in his Apache module to integrate
+       Mono and Mono's ASP.NET support as an Apache module.  Gonzalo
+       has folded his new Mono hosting classes into this module (they
+       are now shared between XSP and mod_mono).  You can get the
+       mod_apache from CVS (module name: mod_mono). 
+
+       Mono Basic improvements: Marco has added support for more
+       statements on the grammar.
+
+       Zoltan has <a href="http://www.nexus.hu/vargaz2/">posted</a>
+       his Code Coverage analysis tool for Mono.
+
+@item Dec 10th, 2002: Gtk# 0.6 released;  Mono 0.17 packages for Windows and Debian.
+
+       Mike Kestner <a
+       href="http://lists.ximian.com/archives/public/mono-list/2002-December/003961.html">announced
+       Gtk# 0.6</a>.  This new release includes many new features and
+       bug fixes, and is the perfect companion to the <a
+       href="archive/mono-0.17">Mono 0.17</a> release.
+
+       Johannes has contributed a Windows-ready package of Mono 0.17,
+       and its available from our <a
+       href="download.html">download</a> page.
+
+       Alp Toker has <a href="http://www.atoker.com/mono/">Debian packages</a>
+
+@item Dec 9th, 2002: Mono 0.17 has been released
+
+       Mono 0.17 has been released.  Check out the <a
+       href="archive/mono-0.17">release notes</a> for a more detailed
+       list.   You can get it <a href="download.html">here</a>.
+
+       Many new features as well as plenty of bug fixes.  Many new
+       System.Data providers and a more mature System.Web (ASP.NET)
+       which can now be hosted in any web server.  A simple <a
+       href="archive/xsp-0.2.tar.gz">test web server</a> to host
+       asp.net has been released as well.
+
+       This version also integrates Neale's s390 port.
+
+       This release also includes a new exception handling system
+       that uses the gcc exception information that vastly improves
+       our internalcall speed (15% faster mcs compilation times).   
+
+@item Dec 8th, 2002: VB.NET, Oracle Provider.
 
        Marco has got the Mono Basic compiler up to speed (support for
        classes, modules, expressions, object creation, method
        Screenshots: <a
        href="http://modgb.sourceforge.net/monobasic_snap.png">in
        Windows doing Windows.Forms</a> and in Linux doing <a
-       ref="images/gtk-vb.png">VB with Gtk#</a> (courtesy of Alp).
+       href="images/gtk-vb.png">VB with Gtk#</a> (courtesy of Alp).
 
        Daniel Morgan has checked in his Oracle provider to the CVS
        repository as well.
 
 @item Aug 20th, 2002: Remoting work, Resources, SPARC checkins, ADO.NET
 
+       <b>San Francisco</b>: August 14th.  Linux World Expo.
+
        Mark Crichton has checked in his patches to get the SPARC port
        on par with the PPC port.