diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-15 08:27:45 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-15 08:27:45 +0000 |
commit | ccd7613dfd2eabd19038c4326f9d63d85df5b108 (patch) | |
tree | 5ed08c79e8545f4801b84a479419bae4a731825f /lang/mono/Makefile | |
parent | 0754fdbec7d56e97850d80ae93b4f689396b6d12 (diff) | |
download | pkgsrc-ccd7613dfd2eabd19038c4326f9d63d85df5b108.tar.gz |
Update to 0.23. Changes since 0.21 are mostly bugfixes:
* The "MemoryStream" bug:
This bug affected a lot of classes, and made them crashy,
database code, XML parsing and a few others were
crashing. Thanks to Gonzalo for fixing this bug.
* System.Data:
More bug fixes from Aleksey and Tim.
* Reflection:
Zoltan continues to provide fixes to our Reflection.Emit code
to host IKVM.
* Remoting:
Lluis added support for activation using activation
attributes.
* PEToolkit:
Jackson imported the PEAPI package from the Queensland
University of Technology in Australia. This will replace the
existing Mono.PEToolkit for our ILasm back-end.
* Windows Forms:
More fixes from Reggie and Alexandre.
* System.Web.Mail:
Per has been working on this namespace. He announces recently
that all major parts of System.Web.Mail has now been implemented.
* System.Web.Mobile:
Gaurav continues to make progress here.
* Misc:
Ian MacLean contributed a /compile flag to monoresgen and
assorted bug-fixes and improvements from the rest of the team.
Patch provided in PR pkg/20677 by Marc Recht.
Diffstat (limited to 'lang/mono/Makefile')
-rw-r--r-- | lang/mono/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index fe972710da3..cb48e306f00 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/03/01 13:11:44 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/15 08:27:45 jmmv Exp $ # -DISTNAME= mono-0.21 +DISTNAME= mono-0.23 CATEGORIES= lang MASTER_SITES= http://www.go-mono.org/archive/ |