[Lunar-commits] <moonbase> mono: version bumped to 2.0.

Florin Braescu florin at lunar-linux.org
Mon Oct 6 13:56:17 CEST 2008


commit 7a5b6008d512c2b891987b20129ea972bb8da5e5
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Oct 6 14:56:17 2008 +0300

    mono: version bumped to 2.0.
    
    A major milestone release which includes:
    
    ADO.NET 2.0 API for accessing databases.
    ASP.NET 2.0 API for developing Web-based applications.
    Windows.Forms 2.0 API to create desktop applications.
    System.XML 2.0: An API to manipulate XML documents.
    System.Core: Provides support for the Language Integrated Query (LINQ).
    System.Xml.Linq: Provides a LINQ provider for XML.
    System.Drawing 2.0 API: A portable graphics rendering API.
    
    C# 3.0 compiler implementation, with full support for LINQ.
    Visual Basic 8 compiler.
    IL assembler and disassembler and the development toolchain required to create libraries and applications.
---
 compilers/mono/DETAILS |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/compilers/mono/DETAILS b/compilers/mono/DETAILS
index 2815c14..e08208e 100644
--- a/compilers/mono/DETAILS
+++ b/compilers/mono/DETAILS
@@ -1,11 +1,11 @@
           MODULE=mono
-         VERSION=1.9.1
+         VERSION=2.0
           SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=http://www.go-mono.com/sources/$MODULE/
-      SOURCE_VFY=sha1:a6229bb625dcdbcc992aef3f8049bf1b27205db7
-        WEB_SITE=http://www.mono-project.com/
+      SOURCE_URL=http://ftp.novell.com/pub/mono/sources/$MODULE
+      SOURCE_VFY=sha1:761c653750367331732f76cc7fb3a7d4480bff80
+        WEB_SITE=http://www.mono-project.com
          ENTERED=20020801
-         UPDATED=20080711
+         UPDATED=20081006
            PSAFE=no
            SHORT=".NET and C# Compiler"
 


More information about the Lunar-commits mailing list