[Mono-list] RE: [Mono-devel-list] Mono 0.26 has been released

Terry thenn@sbcglobal.net
Thu, 14 Aug 2003 21:22:29 -0500


This is a multi-part message in MIME format.

------=_NextPart_000_0014_01C362AA.2AB82760
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit

Thank you!  Wow!  :-)

Terry
  -----Original Message-----
  From: mono-devel-list-admin@lists.ximian.com
[mailto:mono-devel-list-admin@lists.ximian.com]On Behalf Of Miguel de Icaza
  Sent: Thursday, August 14, 2003 8:12 PM
  To: mono-list@ximian.com; mono-announce-list@ximian.com;
mono-devel-list@ximian.com
  Subject: [Mono-devel-list] Mono 0.26 has been released


  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:
    http://www.go-mono.com/download.html
  Source code for Mono, MCS, XSP and mod_mono are also available from our
web site


    a.. MCS package (Class Libraries, C# and VB.NET compiler and managed
tools):
    http://www.go-mono.com/archive/mcs-0.26.tar.gz
    b.. Mono package (Runtime engine, JIT compiler, pre-compiled compiler
and class libraries):
    http://www.go-mono.com/archive/mono-0.26.tar.gz
    c.. Mono Documentation Browser (GUI and command line), which includes
also the Mono tutorial:
    http://www.go-mono.com/archive/monodoc-0.6.tar.gz
    d.. 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




  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.

    The new build system supports profiles; Currently we support .NET 1.0,
.NET 1.1 and the experimental Generics profile (for the Generics
extensions).

    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.
  Runtime
    Thread pool management has been fixed to have the same semantics as
.NET; Lots of bugs have been fixed there.

    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.
  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.

    It was a fantastic compiler, now it is even better. Thanks to everyone
who contributed bug reports for MCS, keep them coming.

    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.

    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.
  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
  IL Assembler
    Jackson got our IL assembler passing all of the Rotor tests, and also
has added support for Generics.

    We used our assembler to test our runtime engine generics support.
  System.Net
    Gonzalo added support for proxies as well as fixing plenty of bugs in
NetworkStream, Socket and HttpWebRequest.

    Jerome contributed the IPV6 support to Mono, which is only available if
you build with the .NET 1.1 profile mode.
  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.

    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).

    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.

    Work on the various pieces of WSDL continues.
  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.

    Gonzalo and Lluis got the Web Services .asmx and .ashx files supported
in our web hosting facilities (both XSP and Apache).
  Xml Serialization
    Lluis improved the XmlSerializer. It now supports all attributes for
customizing xml output.

    Lluis implemented the XmlSchemaImporter and XmlCodeExporter. They also
improved primitive type support in xml schema.

    Atsushi and Lluis improved XmlSchema compilation support. It now
supports more precise schema object information.
  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.

    Bmp, Jpeg codecs improved, PngCodec added.

    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.

    Duncan and Larry Ewing (yes, that Larry Ewing) improved our Xr-based
rendering engine, which continues to move along

    Wine implementation improved to support image visualization.

    MDI Forms work on Linux.

    FileDialog is compatible with Wine, ColorDialog implemented. The dialogs
were not tested with WineLib package (looks like it does not support common
dialogs).

    Implementation of some controls (Button,Label,RadioButton,CheckBox)
changed to be compatible with documentation and to work with WineLib
package.

    Some bugs, revealed by samples at
http://www.nullenvoid.com/mono/wiki/index.php/WineSamples, are fixed.

    Switched to WineLib by default.
  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.

    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.

    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).

    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.

    On the DTD support: XmlValidatingReader validatation, entity handling,
ID and default attribute support in XmlDocument and XPathNavigator.

    Improved well-formedness check in XmlTextReader and XmlNodeWriter was
implemented, in relation to managed XSLT (Atsushi).
  Security
    C14N support has finally been added to System.Security assembly thanks
to Aleksey Sanin!

    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]

    New unit tests in System.Security.Permissions, System.Security.Policies
and System.Security.Principal. (Sebastien)

    All (known) bugs are fixed in CryptoStream. (Sebastien)

    MonoTODO attributes under System.Security.* have been updated and should
reflect reality. (Sebastien)
  Remoting
    Improvements in Remoting infrastucture. Now it can run Remoting.Corba
out of the box. Both client and server channels work.

    Implemented HttpChannel, thanks to the work of Hussein Mehanna, Ahmad
Tantawy and Ahmad Kadry.
  JScript
    Progress from Cesar:

    Parser: Support for classes, enumerations, interfaces, packages.

    Code Generation: "Hello mono::" is back. (first jscript .net program
compiled by mjs).

    Public API: The stubs for the classes of the Microsoft.JScript namespace
public API are complete now.

    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.
  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.
  Mono Cairo debuts
    Duncan has done Cairo bindings for Mono.


    In the next release we will drop our support for the old Xr bindings,
and move everything to the new Cairo API.
  3. The people behind this release
    The following developers contributed to this release:

    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é, 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.

  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 ;-).

------=_NextPart_000_0014_01C362AA.2AB82760
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1170" name=3DGENERATOR></HEAD>
<BODY>
<DIV><FONT face=3DArial color=3D#0000ff size=3D2><SPAN =
class=3D859322102-15082003>Thank=20
you!&nbsp; Wow!&nbsp; :-)</SPAN></FONT></DIV>
<DIV><FONT face=3DArial color=3D#0000ff size=3D2><SPAN=20
class=3D859322102-15082003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial color=3D#0000ff size=3D2><SPAN=20
class=3D859322102-15082003>Terry</SPAN></FONT></DIV>
<BLOCKQUOTE>
  <DIV class=3DOutlookMessageHeader dir=3Dltr align=3Dleft><FONT =
face=3DTahoma=20
  size=3D2>-----Original Message-----<BR><B>From:</B>=20
  mono-devel-list-admin@lists.ximian.com=20
  [mailto:mono-devel-list-admin@lists.ximian.com]<B>On Behalf Of =
</B>Miguel de=20
  Icaza<BR><B>Sent:</B> Thursday, August 14, 2003 8:12 PM<BR><B>To:</B>=20
  mono-list@ximian.com; mono-announce-list@ximian.com;=20
  mono-devel-list@ximian.com<BR><B>Subject:</B> [Mono-devel-list] Mono =
0.26 has=20
  been released<BR><BR></FONT></DIV>
  <H2><B>Mono 0.26 Release<BR></B></H2>Hello everyone,<BR><BR>A new =
release of=20
  the <A href=3D"http://www.go-mono.com"><U>Mono</U></A> runtime and SDK =
is=20
  available for UNIX and Windows. Packages for various distributions are =
also=20
  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=20
  commits to the repository).<BR><BR>189 bugzilla bugs were =
closed.<BR><BR>I=20
  know that the following summary is incomplete, I apologize for missing =
major=20
  features<BR><BR>We continue our SourceGear <A=20
  =
href=3D"http://www.ximian.com/about_us/press_center/press_releases/index.=
html?pr=3Dsourcegear"><U>contract</U></A>,=20
  so you will see a lot more stability and bug fixes in the area of =
networking,=20
  web services and the core of Mono.<BR><BR><BR>
  <H2>1. Availability</H2>Binaries for various platforms are available =
from our=20
  web site from the <A=20
  href=3D"http://www.go-mono.com/download.html"><U>download</U></A> =
section:=20
  <UL><A=20
    =
href=3D"http://www.go-mono.com/download.html"><U>http://www.go-mono.com/d=
ownload.html</U></A>=20
  </UL>Source code for Mono, MCS, XSP and mod_mono are also available =
from our=20
  web site<BR><BR>
  <UL>
    <LI>MCS package (Class Libraries, C# and VB.NET compiler and managed =

    tools):<BR><A=20
    =
href=3D"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>=20

    <LI>Mono package (Runtime engine, JIT compiler, pre-compiled =
compiler and=20
    class libraries):<BR><A=20
    =
href=3D"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>=20

    <LI>Mono Documentation Browser (GUI and command line), which =
includes also=20
    the Mono tutorial:<BR><A=20
    =
href=3D"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>=20

    <LI>Apache Mono Module and XSP runtime (needed for the Apache =
module):<BR><A=20
    =
href=3D"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=20
    =
href=3D"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></LI></UL><BR>
  <H2>2. New Features in this release.</H2>
  <BLOCKQUOTE>Peter Williams authored our new unified build system =
(before we=20
    had two build paths: one for Unix and one for Windows), and Gonzalo =
helped=20
    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=20
    support .NET 1.0, .NET 1.1 and the experimental Generics profile =
(for the=20
    Generics extensions). <BR><BR>Andreas Nahr continued his quest to =
fix the=20
    signatures, attributes and visibility in all of our class libraries. =
Also he=20
    has been adding the proper AssemblyInfo files to all of our =
assemblies as=20
    well as adding Locale support. </BLOCKQUOTE>
  <H3>Runtime</H3>
  <BLOCKQUOTE>Thread pool management has been fixed to have the same =
semantics=20
    as .NET; Lots of bugs have been fixed there. <BR><BR>Portability =
fixes, and=20
    progress on the Power PC port. Chris and Mark have initiated a SPARC =
port of=20
    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=20
    C# compiler, needless to say, we are very proud of the reliability =
and=20
    conformance of our compiler. <BR><BR>It was a fantastic compiler, =
now it is=20
    even better. Thanks to everyone who contributed bug reports for MCS, =
keep=20
    them coming. <BR><BR>Also MCS has gone through a memory usage diet, =
and we=20
    have increased the performance on this release mostly by reducing =
the memory=20
    usage. We did this by using Mono's integrated profiler. <BR><BR>Big=20
    outstanding bugs have been dealt with, and we are on a final pass to =
close=20
    the existing known problems before we jump into the anonymous =
methods and=20
    generics support. </BLOCKQUOTE>
  <H3>Tools</H3>
  <BLOCKQUOTE>Lluis contributed a new XSD tool based on the new=20
    XmlSerialization code. This version is more complete than our old =
XSD. It is=20
    now possible to create C# classes from a Xml Schema file and also =
create an=20
    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=20
    also has added support for Generics. <BR><BR>We used our assembler =
to test=20
    our runtime engine generics support. </BLOCKQUOTE>
  <H3>System.Net</H3>
  <BLOCKQUOTE>Gonzalo added support for proxies as well as fixing plenty =
of=20
    bugs in NetworkStream, Socket and HttpWebRequest. <BR><BR>Jerome =
contributed=20
    the IPV6 support to Mono, which is only available if you build with =
the .NET=20
    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=20
    headers and Soap extensions. <BR><BR>We also ship some nice examples =
in the=20
    XSP server that make use of the Web Services extension features =
(Dump,=20
    Encrypt and Trace samples included). <BR><BR>Gonzalo and Daniel made =
the=20
    mod_mono Apache module work with both 1.3 and 2.0 editions of =
Apache. This=20
    version also uses a separate process to host Mono, so we get the =
right=20
    caching semantics. <BR><BR>Work on the various pieces of WSDL =
continues.=20
  </BLOCKQUOTE>
  <H3>Web Forms</H3>
  <BLOCKQUOTE>Plenty of updates to the ASP.NET to conform to the new =
features=20
    in .NET 1.1, as well as many controls from Gaurav to support the =
Mobile=20
    class libraries. <BR><BR>Gonzalo and Lluis got the Web Services =
.asmx and=20
    .ashx files supported in our web hosting facilities (both XSP and =
Apache).=20
  </BLOCKQUOTE>
  <H3>Xml Serialization</H3>
  <BLOCKQUOTE>Lluis improved the XmlSerializer. It now supports all =
attributes=20
    for customizing xml output. <BR><BR>Lluis implemented the =
XmlSchemaImporter=20
    and XmlCodeExporter. They also improved primitive type support in =
xml=20
    schema. <BR><BR>Atsushi and Lluis improved XmlSchema compilation =
support. It=20
    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=20
    System.Windows.Forms and System.Drawing. Duncan and myself did =
janitorial=20
    work on the code base.<BR><BR>Bmp, Jpeg codecs improved, PngCodec =
added.=20
    <BR><BR>Xr implementation: It is possible to load an image, paint on =
it and=20
    save modified image to a file: Currently 24bpp and 32bpp formats are =

    supported. <BR><BR>Duncan and Larry Ewing (yes, that Larry Ewing) =
improved=20
    our Xr-based rendering engine, which continues to move along =
<BR><BR>Wine=20
    implementation improved to support image visualization. <BR><BR>MDI =
Forms=20
    work on Linux. <BR><BR>FileDialog is compatible with Wine, =
ColorDialog=20
    implemented. The dialogs were not tested with WineLib package (looks =
like it=20
    does not support common dialogs). <BR><BR>Implementation of some =
controls=20
    (Button,Label,RadioButton,CheckBox) changed to be compatible with=20
    documentation and to work with WineLib package. <BR><BR>Some bugs, =
revealed=20
    by samples at <A=20
    =
href=3D"http://www.nullenvoid.com/mono/wiki/index.php/WineSamples"><U>htt=
p://www.nullenvoid.com/mono/wiki/index.php/WineSamples</U></A>,=20
    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=20
    (System.Xml.Xsl) is making enourmous progress. The effort is being=20
    coordinated by Ben who has done an amazing job in implementing Xslt =
in=20
    record time. Both Atsushi and Piers made very big contributions to =
the=20
    effort. <BR><BR>Monodoc is now capable of running completely with =
our=20
    managed implementation of Xslt. This is good, because we will now be =
able to=20
    implement properly the XPathNavigator-based interfaces without =
having to=20
    resort to temporary files, and we also get the proper threading =
semantics.=20
    <BR><BR>Piers did an great job at fixing XPath as the work on Xstl=20
    progressed. He also fixed the various bugs reported by the Dashboard =
hackers=20
    (Variable handling, improved namespace support, sorting support and =
so on).=20
    <BR><BR>Atsushi also got XPathDocument and its XPathNavigator =
implemented.=20
    XmlDocument's XPathNavigator has been also improved and is a lot =
faster=20
    thanks to the new architecture. They are now almost finised. =
<BR><BR>On the=20
    DTD support: XmlValidatingReader validatation, entity handling, ID =
and=20
    default attribute support in XmlDocument and XPathNavigator.=20
    <BR><BR>Improved well-formedness check in XmlTextReader and =
XmlNodeWriter=20
    was implemented, in relation to managed XSLT (Atsushi). =
</BLOCKQUOTE>
  <H3>Security</H3>
  <BLOCKQUOTE>C14N support has finally been added to System.Security =
assembly=20
    thanks to Aleksey Sanin! <BR><BR>Added missing classes/methods to=20
    System.Security, System.Security.Permissions, =
System.Security.Policies and=20
    System.Security.Principal. We now have a much better signature =
compatibility=20
    with the framework. [Duncan, Sebastien] <BR><BR>New unit tests in=20
    System.Security.Permissions, System.Security.Policies and=20
    System.Security.Principal. (Sebastien) <BR><BR>All (known) bugs are =
fixed in=20
    CryptoStream. (Sebastien) <BR><BR>MonoTODO attributes under=20
    System.Security.* have been updated and should reflect reality. =
(Sebastien)=20
  </BLOCKQUOTE>
  <H3>Remoting</H3>
  <BLOCKQUOTE>Improvements in Remoting infrastucture. Now it can run <A=20
    =
href=3D"http://remoting-corba.sourceforge.net/"><U>Remoting.Corba</U></A>=
 out=20
    of the box. Both client and server channels work. =
<BR><BR>Implemented=20
    HttpChannel, thanks to the work of Hussein Mehanna, Ahmad Tantawy =
and Ahmad=20
    Kadry. </BLOCKQUOTE>
  <H3>JScript</H3>
  <BLOCKQUOTE>Progress from Cesar: <BR><BR>Parser: Support for classes,=20
    enumerations, interfaces, packages. <BR><BR>Code Generation: "Hello =
mono::"=20
    is back. (first jscript .net program compiled by mjs). =
<BR><BR>Public API:=20
    The stubs for the classes of the Microsoft.JScript namespace public =
API are=20
    complete now. <BR><BR>CodeGeneration and Semantic Analysis were =
supposed to=20
    be implemented as Visitor classed, that will change. The methods =
Resolve ()=20
    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=20
    plenty of functionality System.Design and also fixed roughly a =
thousand API=20
    entry points in the API. </BLOCKQUOTE>
  <H3>Mono Cairo debuts</H3>
  <BLOCKQUOTE>Duncan has done <A=20
    href=3D"http://www.cairographics.org/"><U>Cairo</U></A> bindings for =
Mono.=20
  </BLOCKQUOTE><BR>
  <BLOCKQUOTE>In the next release we will drop our support for the old =
Xr=20
    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:=20
    <BR><BR>Ahmad Kadry, Ahmad Tantawy, Aleksey Demakov, Aleksey =
Ryabchuk,=20
    Alexandre Pigolkine, Alex Graveley, Andreas Nahr, Atsushi Enomoto, =
Ben=20
    Maurer, Bernie Solomon, Carlos Alberto Cortes, Carlos Barcenilla, =
Cesar=20
    Octavio Lopez Nataren, Daniel Lopez, Dennis Hayes, Dick Porter, =
Dietmar=20
    Maurer, Duncan Mak, Ed Thomson, Ettore Perazzoli, Francisco =
Figueiredo Jr.,=20
    Gallery-a, Gaurav Vaish, Gonzalo Paniagua, Hussein Mehanna, Jackson =
Harper,=20
    Jaroslaw Kowalski, Jean-Marc Andr=E9, Jerome Laban, Joel Basson, =
Johannes=20
    Roith, John Luke, Jonathan Pryor, Joshua Tauberer, Juli Mallett, =
Larry=20
    Ewing, Lluis Sanchez, Malte Hildingson, Mark Crichton, Martin =
Baulig, Martin=20
    Willemoes Hansen, Miguel de Icaza, Mike Kestner, Mr. Mandar, Nick =
Drochak,=20
    Paolo Molaro, Pedro Martinez, Pelle Johnsen, Peter Williams, Philip =
Van=20
    Hoof, Piers Haken, Prajakt, Rachel Hestilow, Rafael Teixeira, Ravi =
Pratap,=20
    Rodrigo Moya, Sebastien Pouliot, Thong Nguyen, Timothy Parez, Zoltan =
Varga.=20
  </BLOCKQUOTE><BR>This list is not complete, it is missing =
contributions that=20
  were sent to the list, as it was very hard to track the two million=20
  incremental line patch since the last release (lots of documentation, =
thats=20
  why ;-). </BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_0014_01C362AA.2AB82760--