From 0dd33265ee008878ef36b9352235bea539da3575 Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 10 Mar 2019 20:44:02 +0100 Subject: [PATCH] doc: add release notes for 1.10.2 --- doc/ReleaseNotes | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/doc/ReleaseNotes b/doc/ReleaseNotes index ba67ff8dc8..b9a1150731 100644 --- a/doc/ReleaseNotes +++ b/doc/ReleaseNotes @@ -1,3 +1,28 @@ +------------------------ RELEASE 1.10.2 ----------------------- + +This release fixes several more bugs, including a few regressions +in 1.10.2. Upgrading is highly recommended. + +* Fix regression on Windows causing freezes and instability +* Fix a memory leak issue in Python applications +* Fix crash reading unaligned float4 column in GeomVertexReader +* Fixes for switching to fullscreen at runtime on Windows and Linux +* Fix incorrect display mode listing in some Linux distributions +* Fix threading crash on Linux when using get_keyboard_map() +* Support "from __future__ import division" for Panda types +* Support building with Visual Studio 2019 in makepanda +* Work around Assimp crash when loading multiple .ply models +* On Windows, a Python 3-compatible version of Pmw is included +* Fix ParticlePanel spam when hovering over File menu items +* TexMemWatcher has been fixed for Python 3 +* Prevent macOS window getting stuck after base.destroy() +* Fix assertion setting mass before shape with Bullet debug build +* Don't error if DirectScrolledFrame is destroyed twice +* Fix reference count corruption accessing task.__dict__ +* Fix writing to SequenceNode frame_rate property +* Fix collider sort not copied when copying CollisionNode +* Add OpenCollective backer file + ------------------------ RELEASE 1.10.1 ----------------------- This is a bugfix release intended to fix several issues in 1.10.0.