File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 8
8
wxPython Changelog
9
9
==================
10
10
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
+
11
34
4.0.0 "The Phoenix Takes Flight!"
12
35
---------------------------------
13
36
* 31-Jan-2018
You can’t perform that action at this time.
0 commit comments