From 76a79efa5e2c48bda56bea4682997bd308451b64 Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Tue, 28 Nov 2006 21:48:50 +0000 Subject: [PATCH] Release notes for 1.3.2 --- doc/doc/ReleaseNotes | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/doc/ReleaseNotes b/doc/doc/ReleaseNotes index e3f27e6d71..783a7ce987 100644 --- a/doc/doc/ReleaseNotes +++ b/doc/doc/ReleaseNotes @@ -1,7 +1,14 @@ +------------------------ RELEASE 1.3.2 ------------------------ +Bugfix release. This fixes a few problems in 1.3.1 + +* Sound system won't initialize properly under linux: Fixed. +* Panda DLL names now all start with "libp3" or "libpanda" +* Normals reversed in heightfield tesselator: fixed. + ------------------------ RELEASE 1.3.1 ------------------------ Bugfix release. This fixes a few problems in 1.3.0 -* Sound system won't initialize properly under linux: Fixed. +* Sound system won't initialize properly under linux: Fixed.(Update: Not fixed) * Panda not compatible with SElinux: mostly fixed, except fmod. * Max exporter and importer broken: Fixed. * Minor problem involving gsg handling in showbase: Fixed.