From a1fa6d91bb680da82a5d89addad2d2ff12db7c74 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sun, 6 Sep 2009 09:04:22 +0000 Subject: [PATCH] Added "MonoDevelop fails to sign assemblies" to known issues, with links to MonoDevelop bugzilla. --- Documentation/Release.txt | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/Documentation/Release.txt b/Documentation/Release.txt index 3893056d..c2e0f634 100644 --- a/Documentation/Release.txt +++ b/Documentation/Release.txt @@ -47,19 +47,14 @@ Please visit http://www.opentk.com to report issues or request features. [Known issues] -Mono 2.2 and 2.4 fail to compile this release (bug report: https://bugzilla.novell.com/show_bug.cgi?id=488960). Please compile with Mono 2.0, 2.4.2+ or use the precompiled binaries. - -OpenTK.Graphics.TextPrinter fails to render text with newlines or a layout rectangle on Mono. This is a Mono GDI+ bug. - -Example documentation may not show up correctly when running on Mono. This is a Mono issue with RTF parsing. - -Joystick input is not supported on Mac OS X at this time. - -OpenGL 3.0 is not supported on Mac OS X at this time. - -The new GameWindow implementation may not function correctly on Mac OS X. - -The new GraphicsContext implementation may not function correctly on Mac OS X. +* Mono 2.2 and 2.4 fail to compile this release (bug report: https://bugzilla.novell.com/show_bug.cgi?id=488960). Please compile with Mono 2.0, 2.4.2+ or use the precompiled binaries. +* OpenTK.Graphics.TextPrinter fails to render text with newlines or a layout rectangle on Mono. This is a Mono GDI+ bug. +* Example documentation may not show up correctly when running on Mono. This is a Mono issue with RTF parsing. +* Joystick input is not supported on Mac OS X at this time. +* OpenGL 3.0 is not supported on Mac OS X at this time. +* The new GameWindow implementation may not function correctly on Mac OS X. +* The new GraphicsContext implementation may not function correctly on Mac OS X. +* MonoDevelop fails to sign assemblies (bugs https://bugzilla.novell.com/show_bug.cgi?id=484752 and https://bugzilla.novell.com/show_bug.cgi?id=537063).