From 97f99e43d49411f348c0fabff6ab65ba7dd20021 Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 7 Mar 2013 10:21:27 +0000 Subject: [PATCH] release notes for 1.8.1 --- doc/ReleaseNotes | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/doc/ReleaseNotes b/doc/ReleaseNotes index e1a3dec9d7..d20d255b38 100644 --- a/doc/ReleaseNotes +++ b/doc/ReleaseNotes @@ -1,3 +1,33 @@ +------------------------ RELEASE 1.8.1 ------------------------ + +This is a bugfix release, fixing many issues in 1.8.0. +However, there may still be some (minor) bugs. + +* Fix a host of issues related to GLSL shaders +* Fix incorrect registry entry for Python in Windows installer +* pdeploy generated binaries with wrong architecture on Linux +* Fix runtime error in pdeploy when building for Windows +* Support for Maya 2013 +* ARToolKit now also works on Mac OS X +* WM_CLASS can be set using x-wm-class and x-wm-class-name +* No longer crashes when Xrandr is not supported +* Aux normals are now also normalized when no lights are applied +* Fix hidden cursor when switching fullscreen on Mac OS X +* PackageInstaller didn't add packages to system paths +* Allow disabling custom cursor on Windows +* Fix incorrect panning of 3D audio +* Fix omission of textures of non-standard format in ShaderGenerator +* Fix compile issue with newer gcc versions +* Fix circular reference held by ActorNode +* Window is now correctly centered on Windows +* Fix confusion with depth range of Lens::project() +* Now successfully compiles against recent SSL versions on Windows +* Fix incorrect Cg TEXUNIT0 binding during the first frame +* TextNode::set_text_scale now correctly scales spaces as well +* Expose AudioLoadRequest to Python (for async audio loading) +* Support for the libRocket debugger +* Fix newline entry in libRocket + ------------------------ RELEASE 1.8.0 ------------------------ This is a major release, with several big new features. As such,