2003-12-10 Bernie Solomon <bernard@ugsolutions.com>
[mono.git] / doc / index
index 946ef175dd13ec85c4ccb8bad1dcfd6dc33f4794..c2c31d3c447ab83607bb3ea3f07eeb58eea30272 100644 (file)
--- a/doc/index
+++ b/doc/index
@@ -18,7 +18,8 @@
        You can read our <a href="rationale.html">rationale</a> for
        this project.  If you have questions about the project, please
        read our list of <a href="faq.html">Frequently Asked
-       Questions</a> or <a href="mailto:mono-list@ximian.com">contact us.</a>
+       Questions</a> or <a href="mailto:mono-list@ximian.com">contact
+       us.</a> The project <a href="mono-roadmap.html">roadmap</a>.
 
        You might also want to <a href="download.html">Download the
        source</a> for our work so far.  Grab a <a
@@ -67,9 +68,7 @@
            </td>
            <td>
              Working:<br>
-             Linux/x86, Linux/PPC, S390, StrongARM<br>
-             In progress:<br>
-             SPARC.
+             Linux/x86, Linux/PPC, S390, StrongARM, SPARC, HPPA, SPARC v9 <br>
            </td>
          </tr>
          <tr>
   </tr>
 </table>
 
+@item Dec 10th: Mono Debugger 0.5 released
+
+       Martin Baulig has <a
+       href="http://primates.ximian.com/~martin/blog/archives/000231.html">released</a>
+       a new version of the Mono Debugger.  
+
+@item Dec 2nd: Mono 0.29 has been released
+
+       Check out the <a
+       href="http://www.go-mono.com/archive/mono-0.29.html">Release
+       notes</a> for details on Mono 0.29.    
+
+       This release includes the PPC JIT engine running `Hello World'
+       and ASP.NET is considered feature-complete.
+       
+@item Nov 25th: Gtk# 0.14, System.DirectoryServices
+
+       Gtk# 0.14 has been released, and it is available from <a
+       href="http://gtk-sharp.sf.net">the Gtk# web site</a>.   
+
+       Sunil has checked in the implementation of
+       System.DirectoryServices as well as the Novell.Directory.Ldap
+       code into Mono CVS.
+
+@item Nov 14th: Gtk# 0.13 released.
+
+       Mike Kestner has <a
+       href="http://lists.ximian.com/archives/public/mono-list/2003-November/016943.html">announced</a>
+       the release of the <a href="http://gtk-sharp.sf.net">Gtk#</a>
+       GUI toolkit for .NET and Mono.
+
+@item Nov 13th: Managed LDAP binding for Mono and .NET
+
+       Sunil Kumar at Novell has <a
+       href="http://lists.ximian.com/archives/public/mono-list/2003-November/016907.html">announced</a>
+       the availability of a fully managed implementation of LDAP for
+       Mono and the .NET Framework.
+
+       You can obtain the library from <a
+       href="http://forge.novell.com">Novell Forge's</a> <a
+       href="http://forge.novell.com/modules/xfmod/cvs/cvsbrowse.php/ldapcsharp/CsharpLDAP">CSharpLDAP</a>
+       module.
+
+@item Nov 4th: Mono Roadmap announced.
+
+       The <a href="mono-roadmap.html">Mono Roadmap</a> and <a
+       href="mono-hacking-roadmap.html">Mono Hackers Roadmap</a> have
+       been released.   
+
+@item Oct 28th: Mono Get Together at the PDC.  GTK# 0.12 Released.
+
+       We will be getting together at the West Tower Lobby on Tuesday
+       28th at 6pm to talk about the Mono project. You have 24 hours to
+       notify all of your friends, open source buddies and free software
+       folks.
+
+       We will bring Mono t-shirts.
+
+       Mike Kestner released <a href="http://gtk-sharp.sourceforge.net">Gtk#</a> 0.12 today.  GTK# source tar balls
+       and RPMs are available.  A windows installer was contributed by Johannes Roith.
+       
+@item Oct 26th: Last Minute Mono BOF
+
+       The first in a series of undercover Mono BOFs at the PDC will take
+       place tonight at 7pm on the Academy meeting, in room 411. Come join us
+       to plot the evolution.
+
+
+@item Oct 25th: GTK# 0.11+ Windows Installer available
+
+       Johannes created a <a href="http://java.thn.htu.se/~toor/gtk-sharp/gtk-sharp-0.11-cvs.exe">Windows Installer for GTK# 0.11+</a> and works
+       with Mono 0.28 for Windows.
+
+@item Oct 21st: Mono Community at Novell Forge
+
+       Mono Developers that are looking for a public repository for
+       hosting their projects can now use <a
+       href="http://forge.novell.com">Novell Forge's</a> which hosts
+       a <a
+       href="http://forge.novell.com/modules/xfmod/community/?monocomm">Mono
+       Community</a>.
+
+       Novell Forge offers mailing lists, cvs repository, bug
+       tracking and mailing list services and all the other services
+       you expect.  Mono will continue to be hosted in our own CVS
+       repository, and using our <a href="anoncvs.html">anonymous CVS
+       servers</a>
+
+@item Oct 13th: SPARC V9, HPPA, Internationalization, GdiPlus
+
+       Dick Porter has checked in our rewrite of the international
+       substrate in Mono that uses the <a
+       href="http://oss.software.ibm.com/icu/">International
+       Components for Unicode</a> library from IBM.  This means that
+       we got CultureInfo support through the whole code base now.
+
+       Alexandre Pigolkine has checked-in the new implementation of
+       System.Drawing.  We have now dropped the old implementation
+       with multiple-backends that we had, and replaced it with an
+       implementation that P/Invokes into GDI+.  A GDI+
+       implementation on top of <a
+       href="http://www.cairographics.org">Cairo</a> is used on Unix
+       systems.  This step vastly simplifies the development and
+       maintenance of System.Drawing. 
+
+       There are plenty of updates to Mono as well, we encourage you
+       to read the <a
+       href="http://www.go-mono.com/monologue">Monologue</a> to keep
+       an eye on recent developments.
+
+       Bernie Solomon just <a
+       href="http://lists.ximian.com/archives/public/mono-devel-list/2003-October/002460.html">checked
+       in</a> 64-bit support for SPARC v9 and HPPA into the Mono
+       runtime.  This also improves the SPARC-32 support.
+
 @item Oct 6th: Linux s390 Mono packages available.
 
        Neale Ferguson has contributed Mono packages for the