summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2022-07-16 19:56:25 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2022-07-16 19:56:25 +0200
commit3e46d7c47b218056b136db8e95eb04f4e5338ef7 (patch)
tree1d2f326b59bf6181a5d9557b50bb6fc4346d9916
parent5d865b089477481e6a59e8fba40272ce74dcd4b9 (diff)
downloadpygobject-3e46d7c47b218056b136db8e95eb04f4e5338ef7.tar.gz
Update NEWS
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3b77c8e0..e239aa95 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+3.42.2 - 2022-07-16
+-------------------
+
+* Error out instead of crashing when marshaling unsupported fundamental types in some cases :mr:`180`
+* Add a workaround for a PyPy 3.9+ bug when threads are used :mr:`200`
+* Fix crashes when marshaling zero terminated arrays for certain item types :mr:`191`
+* Fix a crash/refcounting error in case marshaling a hash table fails :mr:`191`
+* Make the test suite pass again with PyPy :mr:`191`
+* tests: support running tests with (MSVC) CPython 3.8+ on Windows :mr:`206`
+* interface: Fix leak when overriding GInterfaceInfo :mr:`204`
+* setup.py: look up pycairo headers without importing the module
+ (helps with building on Windows and MSVC CPython 3.8+) :mr:`205`
+
+
3.42.1 - 2022-04-17
-------------------