Mono 1.1.17.2 Release

This is a minor update to the just released Mono 1.1.17 and it contains some minor fixes.

This release is mostly a bug-fix release, there are very few new developments.

Changes since Mono 1.1.17.1

Fix a vulerability, see our vulnerabilities page for details.

Installing Mono 1.1.17.1

	
	$ ./configure --prefix=/devel
	

You can then setup your PATH to include /devel/bin to access the Mono 1.1. Alternatively you can replace your Mono installation with 1.1.17.1

Binary Packages and Source Code Downloads:

Source code and pre-compiled packages for SUSE, SLES, Fedora Core 3, 4, 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 xzf mono-1.1.17.1.tar.gz
    $ cd mono-1.1.17.1
    $ ./configure
    $ make
    $ make install

Then compile libgdiplus:

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