Skip to content

Commit 95bf511

Browse files
committed
Changelog updates for 4.0.1
1 parent 87b488e commit 95bf511

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGES.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,29 @@
88
wxPython Changelog
99
==================
1010

11+
4.0.1 Lemonade
12+
--------------
13+
* 2-Feb-2018
14+
15+
PyPI: https://pypi.python.org/pypi/wxPython/4.0.1
16+
Extras: https://extras.wxPython.org/wxPython4/extras/
17+
Pip: ``pip install wxPython==4.0.1``
18+
19+
This release is a quick hot-fix of some issues discovered in 4.0.0 just after
20+
the release, plus a bit of low-hanging fruit that was easy to squeeze in too.
21+
Changes in this release include the following:
22+
23+
* A fix for a segfault that happens upon startup on newer linux releases. (#648)
24+
25+
* Set LD_RUN_PATH for the wxWidgets part of the build so the wx libs that are
26+
loaded by other wx libs can be found successfully. (#723)
27+
28+
* Use wxApp::GetInstance to check if there is an existing wxApp object. (#720)
29+
30+
31+
32+
33+
1134
4.0.0 "The Phoenix Takes Flight!"
1235
---------------------------------
1336
* 31-Jan-2018

0 commit comments

Comments
 (0)