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 2
2
Pyface Changelog
3
3
================
4
4
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
+
5
29
Release 7.4.0
6
30
=============
7
31
Original file line number Diff line number Diff line change 24
24
MINOR = 4
25
25
MICRO = 1
26
26
PRERELEASE = ""
27
- IS_RELEASED = False
27
+ IS_RELEASED = True
28
28
29
29
# If this file is part of a Git export (for example created with "git archive",
30
30
# 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