Browse Source

Add 1.9.3 release notes, bump version number

rdb 9 years ago
parent
commit
4724a7ddbc
2 changed files with 19 additions and 1 deletions
  1. 18 0
      doc/ReleaseNotes
  2. 1 1
      dtool/PandaVersion.pp

+ 18 - 0
doc/ReleaseNotes

@@ -1,3 +1,21 @@
+------------------------  RELEASE 1.9.3  ------------------------
+
+This issue fixes several bugs that were still found in 1.9.2.
+
+* Fix crash when running in Steam on Linux when using OpenAL
+* Fix crash using wx/tkinter on Mac as long as want-wx/tk is set
+* Fix loading models from 'models' package with models/ prefix
+* Fix random crashes in task system
+* Fix memory leaks in BulletTriangleMesh
+* Fix loading old models with MovingPart<LMatrix4f>
+* Improve performance of CPU vertex animation somewhat
+* Show framebuffer properties when fbprop request fails
+* Fix hang on exit when using Python task on threaded task chain
+* Fix inability to get RGBA renderbuffer in certain cases
+* Work around GLSL issue with #pragma and certain Intel drivers
+* Improve performance of texture load and store operations
+* Fix crashes with pbuffers on Intel cards on Windows
+
 ------------------------  RELEASE 1.9.2  ------------------------
 ------------------------  RELEASE 1.9.2  ------------------------
 
 
 This is a minor bugfix release, fixing a few minor issues that
 This is a minor bugfix release, fixing a few minor issues that

+ 1 - 1
dtool/PandaVersion.pp

@@ -3,7 +3,7 @@
 // ppremake scripts for Panda.
 // ppremake scripts for Panda.
 
 
 // Use spaces to separate the major, minor, and sequence numbers here.
 // Use spaces to separate the major, minor, and sequence numbers here.
-#define PANDA_VERSION 1 9 2
+#define PANDA_VERSION 1 9 3
 
 
 // This variable will be defined to false in the CVS repository, but
 // This variable will be defined to false in the CVS repository, but
 // scripts that generate source tarballs and/or binary releases for
 // scripts that generate source tarballs and/or binary releases for