|
| 1 | +------------------------ RELEASE 1.10.2 ----------------------- |
| 2 | + |
| 3 | +This release fixes several more bugs, including a few regressions |
| 4 | +in 1.10.2. Upgrading is highly recommended. |
| 5 | + |
| 6 | +* Fix regression on Windows causing freezes and instability |
| 7 | +* Fix a memory leak issue in Python applications |
| 8 | +* Fix crash reading unaligned float4 column in GeomVertexReader |
| 9 | +* Fixes for switching to fullscreen at runtime on Windows and Linux |
| 10 | +* Fix incorrect display mode listing in some Linux distributions |
| 11 | +* Fix threading crash on Linux when using get_keyboard_map() |
| 12 | +* Support "from __future__ import division" for Panda types |
| 13 | +* Support building with Visual Studio 2019 in makepanda |
| 14 | +* Work around Assimp crash when loading multiple .ply models |
| 15 | +* On Windows, a Python 3-compatible version of Pmw is included |
| 16 | +* Fix ParticlePanel spam when hovering over File menu items |
| 17 | +* TexMemWatcher has been fixed for Python 3 |
| 18 | +* Prevent macOS window getting stuck after base.destroy() |
| 19 | +* Fix assertion setting mass before shape with Bullet debug build |
| 20 | +* Don't error if DirectScrolledFrame is destroyed twice |
| 21 | +* Fix reference count corruption accessing task.__dict__ |
| 22 | +* Fix writing to SequenceNode frame_rate property |
| 23 | +* Fix collider sort not copied when copying CollisionNode |
| 24 | +* Add OpenCollective backer file |
| 25 | + |
1 | 26 | ------------------------ RELEASE 1.10.1 -----------------------
|
2 | 27 |
|
3 | 28 | This is a bugfix release intended to fix several issues in 1.10.0.
|
|
0 commit comments