Skip to content

Commit 4284741

Browse files
Release 7.4.1 (#1113)
* Update the changelog for the 7.4.1 release. * Release 7.4.1
1 parent dd05bd0 commit 4284741

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGES.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22
Pyface 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+
529
Release 7.4.0
630
=============
731

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
MINOR = 4
2525
MICRO = 1
2626
PRERELEASE = ""
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

0 commit comments

Comments
 (0)