summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-09-14 20:51:09 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-09-14 20:51:09 +0200
commit85baa83ca780b4aae89ce5f25b1186ee3790b828 (patch)
treea903acdbd1dfbc5c0500c10224f06a6387aec7a3
parentff88a830ec1818ced95a16467b68a06ceb75a247 (diff)
downloadpygobject-85baa83ca780b4aae89ce5f25b1186ee3790b828.tar.gz
Update NEWS3.30.1
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2b62f004..00a08bbf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+3.30.1 - 2018-09-14
+-------------------
+
+* Fix various crashes on big endian systems.
+ :issue:`247` (:user:`Dan HorĂ¡k <sharkcz>`)
+* meson: Don't link against libpython on non-Windows systems.
+ :issue:`253` :mr:`84`
+
+
3.30.0 - 2018-08-31
-------------------