summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-02-07 11:35:13 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-02-07 11:35:13 +0100
commit7f678500a9edad6218911dc7d81e0bc057c58326 (patch)
tree1a7f68ce58fab3d53af17799f94ab007807d5adb /NEWS
parent07993bb18195f19a07cdda3ba47b231b02863e2b (diff)
downloadpygobject-7f678500a9edad6218911dc7d81e0bc057c58326.tar.gz
release3.27.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 544fd8a9..9c51af84 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-3.27.2 - 2018-02-??
+3.27.2 - 2018-02-07
-------------------
* setup.py: Add a "quality" command which is equal to "make check.quality".
@@ -17,7 +17,7 @@
* Fix setting a property installed in Python from C in some cases. :mr:`8`
(:user:`Mathieu Duponchelle <mathieudu>`)
* pygobject-object: fix memory corruption around list of closures. :mr:`12`
- :issue:`158` (:user:` Mikhail Fludkov <fludkov.me>`)
+ :issue:`158` (:user:`Mikhail Fludkov <fludkov.me>`)
* Don't copy the boxed if we are the sole owner of the wrapper after a closure.
:mr:`14`
* Only copy transfer-none boxed values in closures once the closure exists.