Prepare for release.

This commit is contained in:
the_fiddler 2007-08-22 16:41:09 +00:00
parent b2459933b2
commit b9c9c88083
2 changed files with 20 additions and 8 deletions

View file

@ -20,6 +20,7 @@ OpenTK 0.3.9 -> 0.3.10
+ Improved compatibility (now works with Mesa3d 7.0.x as well as 6.5.x) + Improved compatibility (now works with Mesa3d 7.0.x as well as 6.5.x)
+ Better error handling (although not completely safe by any measure). + Better error handling (although not completely safe by any measure).
+ Corrected client rectangle under Windows GameWindow implementation - now the Viewport correctly corresponds the rendering area. + Corrected client rectangle under Windows GameWindow implementation - now the Viewport correctly corresponds the rendering area.
* Critical bug: deadlock on Windows XP 32-bit. Investigating.
+ Input + Input
+ Slightly improved keyboard handling functions. + Slightly improved keyboard handling functions.
+ OpenGL + OpenGL
@ -28,8 +29,8 @@ OpenTK 0.3.9 -> 0.3.10
+ Examples + Examples
+ Slight improvements to event handling. + Slight improvements to event handling.
+ Improved the ExampleLauncher interface (now responds to key events, added a 'Run Example' button). + Improved the ExampleLauncher interface (now responds to key events, added a 'Run Example' button).
OpenTK 0.3.8 -> 0.3.9 OpenTK 0.3.8 -> 0.3.9
+ Bind + Bind

View file

@ -8,13 +8,24 @@ IMPORTANT: This release is intended for testing and experimentation only. Use at
Highlights: Highlights:
* Added complete WGL bindings. * IMPORTANT: Please report any deadlocks at http://opentk.sourceforge.net!
* Corrected interminent crashes when loading examples.
* Improved GLControl and GameWindow load/unload sequence, for improved stability and speed. * New feature: Complete WGL bindings.
* Corrected an insidious bug that returned corrupt visuals under x64 Linux. * New feature: Now compatible with both Mesa3d 6.5.x and 7.0.x!
* Improved GLControl compatibility with Linux drivers. * Feature: Improved loading speed for GLControl and GameWindow.
* Now compatible with both Mesa3d 6.5.x and 7.0.x * Feature: Improved GLControl compatibility under Linux (now selects a visual with the same bit-depth as the parent window).
* Feature: Improved GLControl and GameWindow stability (but see known issues below).
* Feature: GL.Color3 and GL.Color4 can now take a System.Drawing.Color (e.g. GL.Color3(System.Drawing.Color.MidnightBlue)).
* Bug fix: Fixed interminent ExampleLauncher crashes (but see known issues below).
* Bug fix: Fixed corrupt visuals under 64-bit Linux.
* Bug fix: GL.Load() would fail to load OpenGL functions.
* Bug fix: OpenGL overloads now call the closest matching delegate (corrects issues with GL.Color3(byte, byte, byte)).
* Known critical bug: ExampleLauncher locks up on Windows XP 32-bit. No such problem under Linux or 64-bit Vista.
* Known bug: ExampleLauncher shuts down when closing any GameWindow under Linux.
* Known issue: 32-bit modes exhibit flashing under Mesa3d 6.5.x. Is a Mesa3d problem, update to Mesa3d 7.0.x or use a 24-bit visual.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
For support, bug reports, feature requests and flames, visit the OpenTK site: http://opentk.sourceforge.net/ For support, bug reports, feature requests and flames, visit the OpenTK site: http://opentk.sourceforge.net/