Subject: CVS commit: pkgsrc/lang/mono
To: None <pkgsrc-changes@netbsd.org>
From: Julio Merino <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 05/09/2003 13:03:21
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Fri May  9 13:03:21 UTC 2003

Modified Files:
	pkgsrc/lang/mono: Makefile PLIST buildlink2.mk distinfo
	pkgsrc/lang/mono/patches: patch-ac
Removed Files:
	pkgsrc/lang/mono/patches: patch-ae

Log Message:
Update to 0.24.  Summary of changes:

# New code generation engine: The new code generation engine is the core of
  the Mono JIT, and now also features a code pre-compiler.
# Runtime: Mono now provides the GC system with object maps, providing better
  collection and improving applications speed. Also debugging information
  works across application domains.
# ASP.NET: WebForms parser has been rewritten.
# Remoting: Plenty of updates to the remoting infrastructure.
# C# compiler: Various speed improvements, plus support for C# 2.0 iterators.
# XML: XML deserialization, RELAX NG validating XmlReader, improved
  XmlNodeReader, XmlTextReader non-UTF8 stream support by default, plus a
  primitive DTD parser.
# Windows.Forms: Lots of updates, and System.Drawing progress.
# Globalization: Data files for supporting the various cultures are in,
  Chinese encoding support.
# New tools: Binding generator for C programs, security tools, mono-xsd.
# Ongoing development: ILASM, JScript, Soap, XmlSerialization.
# Mono Basic: Many improvements.
# Security: Uses new BigInteger, many new classes.
# 152 bugs closed, 3397 individual CVS commits.

The full announcement and list of changes can be found at:
    http://www.gnomedesktop.org/article.php?sid=1104


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/mono/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/lang/mono/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/lang/mono/buildlink2.mk
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/mono/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/lang/mono/patches/patch-ac
cvs rdiff -r1.1.1.1 -r0 pkgsrc/lang/mono/patches/patch-ae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.