[Mono-announce-list] Mono 0.26 has been released

Miguel de Icaza miguel@ximian.com
14 Aug 2003 21:12:22 -0400


--=-PkKmt2ICoMM8u09CdgYF
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Mono 0.26 Release



Hello everyone,

A new release of the Mono runtime and SDK is available for UNIX and
Windows. Packages for various distributions are also available from our
download page.

Since the last release, 1,591 individual commits were done to our
runtime and class libraries (out of 2,700 commits to the repository).

189 bugzilla bugs were closed.

I know that the following summary is incomplete, I apologize for missing
major features

We continue our SourceGear contract, so you will see a lot more
stability and bug fixes in the area of networking, web services and the
core of Mono.



1. Availability

Binaries for various platforms are available from our web site from the
download section:=20

        http://www.go-mono.com/download.html

Source code for Mono, MCS, XSP and mod_mono are also available from our
web site


      * MCS package (Class Libraries, C# and VB.NET compiler and managed
        tools):
        http://www.go-mono.com/archive/mcs-0.26.tar.gz
      * Mono package (Runtime engine, JIT compiler, pre-compiled
        compiler and class libraries):
        http://www.go-mono.com/archive/mono-0.26.tar.gz
      * Mono Documentation Browser (GUI and command line), which
        includes also the Mono tutorial:
        http://www.go-mono.com/archive/monodoc-0.6.tar.gz
      * Apache Mono Module and XSP runtime (needed for the Apache
        module):
        http://www.go-mono.com/archive/mod_mono-0.4.tar.gz
        http://www.go-mono.com/archive/xsp-0.5.tar.gz
       =20



2. New Features in this release.

        Peter Williams authored our new unified build system (before we
        had two build paths: one for Unix and one for Windows), and
        Gonzalo helped with the roll-out. Thanks to the two of them for
        assisting us in the migration.=20
       =20
        The new build system supports profiles; Currently we support
        .NET 1.0, .NET 1.1 and the experimental Generics profile (for
        the Generics extensions).=20
       =20
        Andreas Nahr continued his quest to fix the signatures,
        attributes and visibility in all of our class libraries. Also he
        has been adding the proper AssemblyInfo files to all of our
        assemblies as well as adding Locale support.=20

Runtime

        Thread pool management has been fixed to have the same semantics
        as .NET; Lots of bugs have been fixed there.=20
       =20
        Portability fixes, and progress on the Power PC port. Chris and
        Mark have initiated a SPARC port of the JIT engine and Malte
        contributed fixes to the ARM port.=20

C# Compiler

        Martin, Ravi and Miguel fixed the top 88 most wanted bugs in the
        C# compiler, needless to say, we are very proud of the
        reliability and conformance of our compiler.=20
       =20
        It was a fantastic compiler, now it is even better. Thanks to
        everyone who contributed bug reports for MCS, keep them coming.=20
       =20
        Also MCS has gone through a memory usage diet, and we have
        increased the performance on this release mostly by reducing the
        memory usage. We did this by using Mono's integrated profiler.=20
       =20
        Big outstanding bugs have been dealt with, and we are on a final
        pass to close the existing known problems before we jump into
        the anonymous methods and generics support.=20

Tools

        Lluis contributed a new XSD tool based on the new
        XmlSerialization code. This version is more complete than our
        old XSD. It is now possible to create C# classes from a Xml
        Schema file and also create an XML schema out of a C# class=20

IL Assembler

        Jackson got our IL assembler passing all of the Rotor tests, and
        also has added support for Generics.=20
       =20
        We used our assembler to test our runtime engine generics
        support.=20

System.Net

        Gonzalo added support for proxies as well as fixing plenty of
        bugs in NetworkStream, Socket and HttpWebRequest.=20
       =20
        Jerome contributed the IPV6 support to Mono, which is only
        available if you build with the .NET 1.1 profile mode.=20

Web Services world

        Lluis worked on adding support for server side ASP.NET web
        services, including complex parameters, in/out parameters, async
        calls, Soap headers and Soap extensions.=20
       =20
        We also ship some nice examples in the XSP server that make use
        of the Web Services extension features (Dump, Encrypt and Trace
        samples included).=20
       =20
        Gonzalo and Daniel made the mod_mono Apache module work with
        both 1.3 and 2.0 editions of Apache. This version also uses a
        separate process to host Mono, so we get the right caching
        semantics.=20
       =20
        Work on the various pieces of WSDL continues.=20

Web Forms

        Plenty of updates to the ASP.NET to conform to the new features
        in .NET 1.1, as well as many controls from Gaurav to support the
        Mobile class libraries.=20
       =20
        Gonzalo and Lluis got the Web Services .asmx and .ashx files
        supported in our web hosting facilities (both XSP and Apache).=20

Xml Serialization

        Lluis improved the XmlSerializer. It now supports all attributes
        for customizing xml output.=20
       =20
        Lluis implemented the XmlSchemaImporter and XmlCodeExporter.
        They also improved primitive type support in xml schema.=20
       =20
        Atsushi and Lluis improved XmlSchema compilation support. It now
        supports more precise schema object information.=20

Windows.Forms and System.Drawing

        Alexandre Pigolkine and Aleksey Ryabchuk did most of the work on
        System.Windows.Forms and System.Drawing. Duncan and myself did
        janitorial work on the code base.
       =20
        Bmp, Jpeg codecs improved, PngCodec added.=20
       =20
        Xr implementation: It is possible to load an image, paint on it
        and save modified image to a file: Currently 24bpp and 32bpp
        formats are supported.=20
       =20
        Duncan and Larry Ewing (yes, that Larry Ewing) improved our
        Xr-based rendering engine, which continues to move along=20
       =20
        Wine implementation improved to support image visualization.=20
       =20
        MDI Forms work on Linux.=20
       =20
        FileDialog is compatible with Wine, ColorDialog implemented. The
        dialogs were not tested with WineLib package (looks like it does
        not support common dialogs).=20
       =20
        Implementation of some controls
        (Button,Label,RadioButton,CheckBox) changed to be compatible
        with documentation and to work with WineLib package.=20
       =20
        Some bugs, revealed by samples at
        http://www.nullenvoid.com/mono/wiki/index.php/WineSamples, are
        fixed.=20
       =20
        Switched to WineLib by default.=20

XML support

        The work to implement a fully managed version of Xslt
        (System.Xml.Xsl) is making enourmous progress. The effort is
        being coordinated by Ben who has done an amazing job in
        implementing Xslt in record time. Both Atsushi and Piers made
        very big contributions to the effort.=20
       =20
        Monodoc is now capable of running completely with our managed
        implementation of Xslt. This is good, because we will now be
        able to implement properly the XPathNavigator-based interfaces
        without having to resort to temporary files, and we also get the
        proper threading semantics.=20
       =20
        Piers did an great job at fixing XPath as the work on Xstl
        progressed. He also fixed the various bugs reported by the
        Dashboard hackers (Variable handling, improved namespace
        support, sorting support and so on).=20
       =20
        Atsushi also got XPathDocument and its XPathNavigator
        implemented. XmlDocument's XPathNavigator has been also improved
        and is a lot faster thanks to the new architecture. They are now
        almost finised.=20
       =20
        On the DTD support: XmlValidatingReader validatation, entity
        handling, ID and default attribute support in XmlDocument and
        XPathNavigator.=20
       =20
        Improved well-formedness check in XmlTextReader and
        XmlNodeWriter was implemented, in relation to managed XSLT
        (Atsushi).=20

Security

        C14N support has finally been added to System.Security assembly
        thanks to Aleksey Sanin!=20
       =20
        Added missing classes/methods to System.Security,
        System.Security.Permissions, System.Security.Policies and
        System.Security.Principal. We now have a much better signature
        compatibility with the framework. [Duncan, Sebastien]=20
       =20
        New unit tests in System.Security.Permissions,
        System.Security.Policies and System.Security.Principal.
        (Sebastien)=20
       =20
        All (known) bugs are fixed in CryptoStream. (Sebastien)=20
       =20
        MonoTODO attributes under System.Security.* have been updated
        and should reflect reality. (Sebastien)=20

Remoting

        Improvements in Remoting infrastucture. Now it can run
        Remoting.Corba out of the box. Both client and server channels
        work.=20
       =20
        Implemented HttpChannel, thanks to the work of Hussein Mehanna,
        Ahmad Tantawy and Ahmad Kadry.=20

JScript

        Progress from Cesar:=20
       =20
        Parser: Support for classes, enumerations, interfaces, packages.
       =20
        Code Generation: "Hello mono::" is back. (first jscript .net
        program compiled by mjs).=20
       =20
        Public API: The stubs for the classes of the Microsoft.JScript
        namespace public API are complete now.=20
       =20
        CodeGeneration and Semantic Analysis were supposed to be
        implemented as Visitor classed, that will change. The methods
        Resolve () and Emit () will be at each AST class.=20

System.Design and CodeDom

        Andreas contributed a VB CodeDom provider and also implemented
        plenty of functionality System.Design and also fixed roughly a
        thousand API entry points in the API.=20

Mono Cairo debuts

        Duncan has done Cairo bindings for Mono.=20



        In the next release we will drop our support for the old Xr
        bindings, and move everything to the new Cairo API.=20

3. The people behind this release

        The following developers contributed to this release:=20
       =20
        Ahmad Kadry, Ahmad Tantawy, Aleksey Demakov, Aleksey Ryabchuk,
        Alexandre Pigolkine, Alex Graveley, Andreas Nahr, Atsushi
        Enomoto, Ben Maurer, Bernie Solomon, Carlos Alberto Cortes,
        Carlos Barcenilla, Cesar Octavio Lopez Nataren, Daniel Lopez,
        Dennis Hayes, Dick Porter, Dietmar Maurer, Duncan Mak, Ed
        Thomson, Ettore Perazzoli, Francisco Figueiredo Jr., Gallery-a,
        Gaurav Vaish, Gonzalo Paniagua, Hussein Mehanna, Jackson Harper,
        Jaroslaw Kowalski, Jean-Marc Andr=E9, Jerome Laban, Joel Basson,
        Johannes Roith, John Luke, Jonathan Pryor, Joshua Tauberer, Juli
        Mallett, Larry Ewing, Lluis Sanchez, Malte Hildingson, Mark
        Crichton, Martin Baulig, Martin Willemoes Hansen, Miguel de
        Icaza, Mike Kestner, Mr. Mandar, Nick Drochak, Paolo Molaro,
        Pedro Martinez, Pelle Johnsen, Peter Williams, Philip Van Hoof,
        Piers Haken, Prajakt, Rachel Hestilow, Rafael Teixeira, Ravi
        Pratap, Rodrigo Moya, Sebastien Pouliot, Thong Nguyen, Timothy
        Parez, Zoltan Varga.=20


This list is not complete, it is missing contributions that were sent to
the list, as it was very hard to track the two million incremental line
patch since the last release (lots of documentation, thats why ;-).

--=-PkKmt2ICoMM8u09CdgYF
Content-Type: text/html; charset=utf-8

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.7">
</HEAD>
<BODY>
<H2><B>Mono 0.26 Release<BR>
</B></H2>
Hello everyone,<BR>
<BR>
A new release of the <A HREF="http://www.go-mono.com"><U>Mono</U></A> runtime and SDK is available for UNIX and Windows. Packages for various distributions are also available from our download page.<BR>
<BR>
Since the last release, 1,591 individual commits were done to our runtime and class libraries (out of 2,700 commits to the repository).<BR>
<BR>
189 bugzilla bugs were closed.<BR>
<BR>
I know that the following summary is incomplete, I apologize for missing major features<BR>
<BR>
We continue our SourceGear <A HREF="http://www.ximian.com/about_us/press_center/press_releases/index.html?pr=sourcegear"><U>contract</U></A>, so you will see a lot more stability and bug fixes in the area of networking, web services and the core of Mono.<BR>
<BR>
<BR>
<H2>1. Availability</H2>
Binaries for various platforms are available from our web site from the <A HREF="http://www.go-mono.com/download.html"><U>download</U></A> section: 
<UL>
    <A HREF="http://www.go-mono.com/download.html"><U>http://www.go-mono.com/download.html</U></A>
</UL>
Source code for Mono, MCS, XSP and mod_mono are also available from our web site<BR>
<BR>
<UL>
    <LI>MCS package (Class Libraries, C# and VB.NET compiler and managed tools):<BR>
    <A HREF="http://www.go-mono.com/archive/mcs-0.26.tar.gz"><U>http://www.go-mono.com/archive/mcs-0.26.tar.gz</U></A>
    <LI>Mono package (Runtime engine, JIT compiler, pre-compiled compiler and class libraries):<BR>
    <A HREF="http://www.go-mono.com/archive/mono-0.26.tar.gz"><U>http://www.go-mono.com/archive/mono-0.26.tar.gz</U></A>
    <LI>Mono Documentation Browser (GUI and command line), which includes also the Mono tutorial:<BR>
    <A HREF="http://www.go-mono.com/archive/monodoc-0.6.tar.gz"><U>http://www.go-mono.com/archive/monodoc-0.6.tar.gz</U></A>
    <LI>Apache Mono Module and XSP runtime (needed for the Apache module):<BR>
    <A HREF="http://www.go-mono.com/archive/mod_mono-0.4.tar.gz"><U>http://www.go-mono.com/archive/mod_mono-0.4.tar.gz</A><BR>
    <A HREF="http://www.go-mono.com/archive/xsp-0.5.tar.gz">http://www.go-mono.com/archive/xsp-0.5.tar.gz</U></A><BR>
    <BR>
</UL>
<BR>
<H2>2. New Features in this release.</H2>
<BLOCKQUOTE>
    Peter Williams authored our new unified build system (before we had two build paths: one for Unix and one for Windows), and Gonzalo helped with the roll-out. Thanks to the two of them for assisting us in the migration. <BR>
    <BR>
    The new build system supports profiles; Currently we support .NET 1.0, .NET 1.1 and the experimental Generics profile (for the Generics extensions). <BR>
    <BR>
    Andreas Nahr continued his quest to fix the signatures, attributes and visibility in all of our class libraries. Also he has been adding the proper AssemblyInfo files to all of our assemblies as well as adding Locale support. 
</BLOCKQUOTE>
<H3>Runtime</H3>
<BLOCKQUOTE>
    Thread pool management has been fixed to have the same semantics as .NET; Lots of bugs have been fixed there. <BR>
    <BR>
    Portability fixes, and progress on the Power PC port. Chris and Mark have initiated a SPARC port of the JIT engine and Malte contributed fixes to the ARM port. 
</BLOCKQUOTE>
<H3>C# Compiler</H3>
<BLOCKQUOTE>
    Martin, Ravi and Miguel fixed the top 88 most wanted bugs in the C# compiler, needless to say, we are very proud of the reliability and conformance of our compiler. <BR>
    <BR>
    It was a fantastic compiler, now it is even better. Thanks to everyone who contributed bug reports for MCS, keep them coming. <BR>
    <BR>
    Also MCS has gone through a memory usage diet, and we have increased the performance on this release mostly by reducing the memory usage. We did this by using Mono's integrated profiler. <BR>
    <BR>
    Big outstanding bugs have been dealt with, and we are on a final pass to close the existing known problems before we jump into the anonymous methods and generics support. 
</BLOCKQUOTE>
<H3>Tools</H3>
<BLOCKQUOTE>
    Lluis contributed a new XSD tool based on the new XmlSerialization code. This version is more complete than our old XSD. It is now possible to create C# classes from a Xml Schema file and also create an XML schema out of a C# class 
</BLOCKQUOTE>
<H3>IL Assembler</H3>
<BLOCKQUOTE>
    Jackson got our IL assembler passing all of the Rotor tests, and also has added support for Generics. <BR>
    <BR>
    We used our assembler to test our runtime engine generics support. 
</BLOCKQUOTE>
<H3>System.Net</H3>
<BLOCKQUOTE>
    Gonzalo added support for proxies as well as fixing plenty of bugs in NetworkStream, Socket and HttpWebRequest. <BR>
    <BR>
    Jerome contributed the IPV6 support to Mono, which is only available if you build with the .NET 1.1 profile mode. 
</BLOCKQUOTE>
<H3>Web Services world</H3>
<BLOCKQUOTE>
    Lluis worked on adding support for server side ASP.NET web services, including complex parameters, in/out parameters, async calls, Soap headers and Soap extensions. <BR>
    <BR>
    We also ship some nice examples in the XSP server that make use of the Web Services extension features (Dump, Encrypt and Trace samples included). <BR>
    <BR>
    Gonzalo and Daniel made the mod_mono Apache module work with both 1.3 and 2.0 editions of Apache. This version also uses a separate process to host Mono, so we get the right caching semantics. <BR>
    <BR>
    Work on the various pieces of WSDL continues. 
</BLOCKQUOTE>
<H3>Web Forms</H3>
<BLOCKQUOTE>
    Plenty of updates to the ASP.NET to conform to the new features in .NET 1.1, as well as many controls from Gaurav to support the Mobile class libraries. <BR>
    <BR>
    Gonzalo and Lluis got the Web Services .asmx and .ashx files supported in our web hosting facilities (both XSP and Apache). 
</BLOCKQUOTE>
<H3>Xml Serialization</H3>
<BLOCKQUOTE>
    Lluis improved the XmlSerializer. It now supports all attributes for customizing xml output. <BR>
    <BR>
    Lluis implemented the XmlSchemaImporter and XmlCodeExporter. They also improved primitive type support in xml schema. <BR>
    <BR>
    Atsushi and Lluis improved XmlSchema compilation support. It now supports more precise schema object information. 
</BLOCKQUOTE>
<H3>Windows.Forms and System.Drawing</H3>
<BLOCKQUOTE>
    Alexandre Pigolkine and Aleksey Ryabchuk did most of the work on System.Windows.Forms and System.Drawing. Duncan and myself did janitorial work on the code base.<BR>
    <BR>
    Bmp, Jpeg codecs improved, PngCodec added. <BR>
    <BR>
    Xr implementation: It is possible to load an image, paint on it and save modified image to a file: Currently 24bpp and 32bpp formats are supported. <BR>
    <BR>
    Duncan and Larry Ewing (yes, that Larry Ewing) improved our Xr-based rendering engine, which continues to move along <BR>
    <BR>
    Wine implementation improved to support image visualization. <BR>
    <BR>
    MDI Forms work on Linux. <BR>
    <BR>
    FileDialog is compatible with Wine, ColorDialog implemented. The dialogs were not tested with WineLib package (looks like it does not support common dialogs). <BR>
    <BR>
    Implementation of some controls (Button,Label,RadioButton,CheckBox) changed to be compatible with documentation and to work with WineLib package. <BR>
    <BR>
    Some bugs, revealed by samples at <A HREF="http://www.nullenvoid.com/mono/wiki/index.php/WineSamples"><U>http://www.nullenvoid.com/mono/wiki/index.php/WineSamples</U></A>, are fixed. <BR>
    <BR>
    Switched to WineLib by default. 
</BLOCKQUOTE>
<H3>XML support</H3>
<BLOCKQUOTE>
    The work to implement a fully managed version of Xslt (System.Xml.Xsl) is making enourmous progress. The effort is being coordinated by Ben who has done an amazing job in implementing Xslt in record time. Both Atsushi and Piers made very big contributions to the effort. <BR>
    <BR>
    Monodoc is now capable of running completely with our managed implementation of Xslt. This is good, because we will now be able to implement properly the XPathNavigator-based interfaces without having to resort to temporary files, and we also get the proper threading semantics. <BR>
    <BR>
    Piers did an great job at fixing XPath as the work on Xstl progressed. He also fixed the various bugs reported by the Dashboard hackers (Variable handling, improved namespace support, sorting support and so on). <BR>
    <BR>
    Atsushi also got XPathDocument and its XPathNavigator implemented. XmlDocument's XPathNavigator has been also improved and is a lot faster thanks to the new architecture. They are now almost finised. <BR>
    <BR>
    On the DTD support: XmlValidatingReader validatation, entity handling, ID and default attribute support in XmlDocument and XPathNavigator. <BR>
    <BR>
    Improved well-formedness check in XmlTextReader and XmlNodeWriter was implemented, in relation to managed XSLT (Atsushi). 
</BLOCKQUOTE>
<H3>Security</H3>
<BLOCKQUOTE>
    C14N support has finally been added to System.Security assembly thanks to Aleksey Sanin! <BR>
    <BR>
    Added missing classes/methods to System.Security, System.Security.Permissions, System.Security.Policies and System.Security.Principal. We now have a much better signature compatibility with the framework. [Duncan, Sebastien] <BR>
    <BR>
    New unit tests in System.Security.Permissions, System.Security.Policies and System.Security.Principal. (Sebastien) <BR>
    <BR>
    All (known) bugs are fixed in CryptoStream. (Sebastien) <BR>
    <BR>
    MonoTODO attributes under System.Security.* have been updated and should reflect reality. (Sebastien) 
</BLOCKQUOTE>
<H3>Remoting</H3>
<BLOCKQUOTE>
    Improvements in Remoting infrastucture. Now it can run <A HREF="http://remoting-corba.sourceforge.net/"><U>Remoting.Corba</U></A> out of the box. Both client and server channels work. <BR>
    <BR>
    Implemented HttpChannel, thanks to the work of Hussein Mehanna, Ahmad Tantawy and Ahmad Kadry. 
</BLOCKQUOTE>
<H3>JScript</H3>
<BLOCKQUOTE>
    Progress from Cesar: <BR>
    <BR>
    Parser: Support for classes, enumerations, interfaces, packages. <BR>
    <BR>
    Code Generation: &quot;Hello mono::&quot; is back. (first jscript .net program compiled by mjs). <BR>
    <BR>
    Public API: The stubs for the classes of the Microsoft.JScript namespace public API are complete now. <BR>
    <BR>
    CodeGeneration and Semantic Analysis were supposed to be implemented as Visitor classed, that will change. The methods Resolve () and Emit () will be at each AST class. 
</BLOCKQUOTE>
<H3>System.Design and CodeDom</H3>
<BLOCKQUOTE>
    Andreas contributed a VB CodeDom provider and also implemented plenty of functionality System.Design and also fixed roughly a thousand API entry points in the API. 
</BLOCKQUOTE>
<H3>Mono Cairo debuts</H3>
<BLOCKQUOTE>
    Duncan has done <A HREF="http://www.cairographics.org/"><U>Cairo</U></A> bindings for Mono. 
</BLOCKQUOTE>
<BR>
<BLOCKQUOTE>
    In the next release we will drop our support for the old Xr bindings, and move everything to the new Cairo API. 
</BLOCKQUOTE>
<H2>3. The people behind this release</H2>
<BLOCKQUOTE>
    The following developers contributed to this release: <BR>
    <BR>
    Ahmad Kadry, Ahmad Tantawy, Aleksey Demakov, Aleksey Ryabchuk, Alexandre Pigolkine, Alex Graveley, Andreas Nahr, Atsushi Enomoto, Ben Maurer, Bernie Solomon, Carlos Alberto Cortes, Carlos Barcenilla, Cesar Octavio Lopez Nataren, Daniel Lopez, Dennis Hayes, Dick Porter, Dietmar Maurer, Duncan Mak, Ed Thomson, Ettore Perazzoli, Francisco Figueiredo Jr., Gallery-a, Gaurav Vaish, Gonzalo Paniagua, Hussein Mehanna, Jackson Harper, Jaroslaw Kowalski, Jean-Marc Andr&#233;, Jerome Laban, Joel Basson, Johannes Roith, John Luke, Jonathan Pryor, Joshua Tauberer, Juli Mallett, Larry Ewing, Lluis Sanchez, Malte Hildingson, Mark Crichton, Martin Baulig, Martin Willemoes Hansen, Miguel de Icaza, Mike Kestner, Mr. Mandar, Nick Drochak, Paolo Molaro, Pedro Martinez, Pelle Johnsen, Peter Williams, Philip Van Hoof, Piers Haken, Prajakt, Rachel Hestilow, Rafael Teixeira, Ravi Pratap, Rodrigo Moya, Sebastien Pouliot, Thong Nguyen, Timothy Parez, Zoltan Varga. 
</BLOCKQUOTE>
<BR>
This list is not complete, it is missing contributions that were sent to the list, as it was very hard to track the two million incremental line patch since the last release (lots of documentation, thats why ;-).
</BODY>
</HTML>

--=-PkKmt2ICoMM8u09CdgYF--