X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=web%2Findex;h=601c89a6a6793eb7b662dd7821932b2fe1cdde41;hb=da88e996b2a537740a8c0db106df146ed4eb049f;hp=079cf3d9e5e8a03ba37e4ffaf1f56a4ed883fa15;hpb=b99420671b413561fd740991f0bddc3c49323474;p=mono.git diff --git a/web/index b/web/index index 079cf3d9e5e..601c89a6a67 100644 --- a/web/index +++ b/web/index @@ -151,6 +151,57 @@ +@item Jul 27th, 2003: Daily Snapshots + + We're now building daily snapshots of Mono. They come in + three distinct flavors: + + + + The daily builds are availble here: http://go-mono.com/daily + +If you find that the builds are broken, please notify me. +@item Jul 19th, 2003: Recent developments + + Since Mono has matured, we have limited the news on the site + to major accomplishments that are finished, but this week, it + is worth devoting some time to talk about some of the + work-in-progress projects that are progressing. + + Jackson has added support to the IL assembler for generics as + well as to the PEAPI library, and it has assembled its first + generic program. Support for handling images with generics + has been on our file format reader for a while, but the JIT + engine is still incomplete. + + On the XSLT world, Atsushi and Ben continue to make big + improvements. Ben recently got the prototype managed XSLT + implementation to run its first stylesheet. Although + currently Mono uses libxslt to implement the System.Xml.Xsl + namespace, to have a fully .NET compliant implementation we + will need a managed version, and this is the beginning of it. + + Lluis recently posted an update on the state + of WSDL in Mono. Now that the web services runtime is + ready, the WSDL compiler becomes more important as a + development tool. + + Atsushi continues his work on the DTD validating reader in + System.Xml, as well as improving our XML Schema support. + @item Jul 14th, 2003: New build system; IPV6 support. Peter Williams has contributed a new build system that