Mono 1.2.5.2 Release, October 18th, 2007

Mono 1.2.5.2 is an update to Mono 1.2.5 in the Mono 1.2 series, it is a bug fix release

All of the changes since 1.2 are documented in the following release notes: 1.2.1, 1.2.2 and 1.2.3 and 1.2.4 and 1.2.5 and

Changes

The changes in this release are bug fixes that have been backported from the trunk:

Installing Mono 1.2.5.2

	
	$ ./configure --prefix=/devel
	

Binary Packages and Source Code Downloads:

Source code and pre-compiled packages for SUSE, SLES, Fedora Core 3, 4, Solaris, RHEL, MacOS and Windows in a variety of platforms available from our web site from the download section.

Quick source code installation:

If we have no packages for your platform, installing from source code is very simple.

mono:

	
    $ tar xjf mono-1.2.5.2.tar.bz2
    $ cd mono-1.2.5.2
    $ ./configure
    $ make
    $ make install

Then compile libgdiplus:

	
    $ tar xzf libgdiplus-1.2.5.tar.gz
    $ cd libgdiplus-1.2.5
    $ ./configure
    $ make
    $ make install