Skip to content

Commit

Permalink
Release 7.4.1 (#1113)
Browse files Browse the repository at this point in the history
* Update the changelog for the 7.4.1 release.

* Release 7.4.1
  • Loading branch information
corranwebster authored Feb 24, 2022
1 parent dd05bd0 commit 4284741
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@
Pyface Changelog
================

Release 7.4.1
=============

Highlights of this release
--------------------------

This is a bugfix release that fixes an issue that was causing memory
corruption and occasional segfaults when using the new ArrayImage and
PILImage classes on Windows with PySide2.

Detailed changes
----------------

Thanks to:

* Mark Dickinson
* Rahul Poruri
* Corran Webster
* John Wiggins

Fixes

* fix segfaults and memory corruption from dropped QImage references (#1108)

Release 7.4.0
=============

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
MINOR = 4
MICRO = 1
PRERELEASE = ""
IS_RELEASED = False
IS_RELEASED = True

# If this file is part of a Git export (for example created with "git archive",
# or downloaded from GitHub), ARCHIVE_COMMIT_HASH gives the full hash of the
Expand Down

0 comments on commit 4284741

Please sign in to comment.