Subject: CVS commit: pkgsrc/lang/mono
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 10/02/2003 08:41:42
Module Name:	pkgsrc
Committed By:	recht
Date:		Thu Oct  2 08:41:42 UTC 2003

Modified Files:
	pkgsrc/lang/mono: Makefile PLIST buildlink2.mk distinfo
	pkgsrc/lang/mono/patches: patch-ad patch-af
Removed Files:
	pkgsrc/lang/mono/patches: patch-ah

Log Message:
Update to 0.28

the ususal: new features and fixes
notably:

New Thread Locking

Zoltan removed the big locks we had in the runtime, and now we have a
finely grained lock system in the runtime. Runtime hackers can read the
included lock matrix document which describes the requirements to use
the new fine grained locks in their code.

Ahead of Time Compiler Optimizations

Zoltan has worked extensively on the Mono ahead-of-time compilation
feature (AOT). The AOT code is now considered to be production quality,
and also for the first time precompiled code runs faster than JITed
code. This resulted in a 13% compilation speed up for the Mono C#
compiler, reducing the compile time to 3.185 seconds. A clear goal of
the team for the next release is to reach 3.1416 seconds.

for a complete list see: http://www.go-mono.com/archive/mono-0.28.html


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/lang/mono/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/mono/PLIST
cvs rdiff -r1.7 -r1.8 pkgsrc/lang/mono/buildlink2.mk
cvs rdiff -r1.4 -r1.5 pkgsrc/lang/mono/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/mono/patches/patch-ad
cvs rdiff -r1.1 -r1.2 pkgsrc/lang/mono/patches/patch-af
cvs rdiff -r1.1 -r0 pkgsrc/lang/mono/patches/patch-ah

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