File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 22Pyface Changelog
33================
44
5+ Release 7.4.1
6+ =============
7+
8+ Highlights of this release
9+ --------------------------
10+
11+ This is a bugfix release that fixes an issue that was causing memory
12+ corruption and occasional segfaults when using the new ArrayImage and
13+ PILImage classes on Windows with PySide2.
14+
15+ Detailed changes
16+ ----------------
17+
18+ Thanks to:
19+
20+ * Mark Dickinson
21+ * Rahul Poruri
22+ * Corran Webster
23+ * John Wiggins
24+
25+ Fixes
26+
27+ * fix segfaults and memory corruption from dropped QImage references (#1108)
28+
529Release 7.4.0
630=============
731
Original file line number Diff line number Diff line change 2424MINOR = 4
2525MICRO = 1
2626PRERELEASE = ""
27- IS_RELEASED = False
27+ IS_RELEASED = True
2828
2929# If this file is part of a Git export (for example created with "git archive",
3030# or downloaded from GitHub), ARCHIVE_COMMIT_HASH gives the full hash of the
You can’t perform that action at this time.
0 commit comments