summaryrefslogtreecommitdiff
path: root/lang/mono/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-05-09 13:03:21 +0000
committerjmmv <jmmv>2003-05-09 13:03:21 +0000
commit257cae6562419a3d9de38108e19a25d51905a3f9 (patch)
treee57594639143b76c98ba8a4edc332034a03631a2 /lang/mono/Makefile
parenta39673b653f4baf17dbca71a3f10bf322f5df196 (diff)
downloadpkgsrc-257cae6562419a3d9de38108e19a25d51905a3f9.tar.gz
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
Diffstat (limited to 'lang/mono/Makefile')
-rw-r--r--lang/mono/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile
index 9c8f05e1251..7020a97997b 100644
--- a/lang/mono/Makefile
+++ b/lang/mono/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2003/05/02 11:55:35 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2003/05/09 13:03:21 jmmv Exp $
#
-DISTNAME= mono-0.23
-PKGREVISION= 1
+DISTNAME= mono-0.24
CATEGORIES= lang
MASTER_SITES= http://www.go-mono.org/archive/