Op de website van Mono Project is sinds enkele dagen versie 1.1.5 van Mono beschikbaar. Mono is een open-source implementatie van het .NET Framework. Door gebruik te maken van Mono kunnen ontwikkelaars crossplatform applicaties schrijven die niet alleen op Windows-systemen zullen werken, maar ook op Mac OS X, Linux en Unix. De software bevat onder andere een C#-compiler, een .NET compatible runtime en twee verschillende sets API's: een set die compatibiliteit met Microsofts .NET Framework verzorgt (inclusief ondersteuning voor ASP.NET, ADO.NET en een aantal andere componenten) en een set die allerlei Linux- en Unix-specifieke functies aanbiedt. De complete release notes zijn te lang om hier neer te zetten, dus we volstaan met een quote eruit:
Mono 1.1.5 is the fifth release on the development series of Mono. The Mono 1.1.x series will eventually lead to the next stable milestone: Mono 1.2.
We consider Mono 1.1.5 stable enough to recommend it for all users. Those upgrading from the 1.0.x series should note that these notes only contain the differences between 1.1.4 and 1.1.5. All of the changes since 1.0 are documented in the following release notes: 1.1.1, 1.1.2, 1.1.3 and 1.1.4. Note that some of the changes mentioned in these notes are also present in the 1.0.x series.
293 bugs were fixed from the 1.1.4 release to the 1.1.5 release. Major highlights include Nullable Types and Fixed Size Buffer features in the compiler; Much more improved Windows.Forms implementations; Increased performance, reduced memory usage.