Browse Source

ReleaseNotes for 1.2.2

Josh Yelon 19 years ago
parent
commit
c6a783c4a1
2 changed files with 11 additions and 1 deletions
  1. 10 0
      doc/doc/ReleaseNotes
  2. 1 1
      dtool/PandaVersion.pp

+ 10 - 0
doc/doc/ReleaseNotes

@@ -1,3 +1,13 @@
+------------------------  RELEASE 1.2.2  ------------------------
+
+This is a minor bugfix release.
+
+* Adds 'ppythonw', a version of ppython that doesn't
+  open a console window.
+* If you have a bad fmod DLL in your windows folder,
+  this version compensates.
+* Fixes a small bug in the VRML-to-egg converter.
+
 ------------------------  RELEASE 1.2.1  ------------------------
 
 This release is likely to be much more stable than its predecessors.

+ 1 - 1
dtool/PandaVersion.pp

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