summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Feltman <sfeltman@src.gnome.org>2015-08-19 21:02:44 -0700
committerSimon Feltman <sfeltman@src.gnome.org>2015-08-19 21:02:44 -0700
commit6392b2727e7ed391683bebbf69fbc8b474e99a5f (patch)
treed094530fb96bb2808afdc896ecbdab956c9c166f
parent1da98892cf505b35ce0280db22e1e8ba31c095e0 (diff)
downloadpygobject-6392b2727e7ed391683bebbf69fbc8b474e99a5f.tar.gz
release 3.17.903.17.90
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e9b37e35..7a863a8f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+3.17.90 19-Aug-2015
+ - Allow passing unicode lists to GStrv properties on Python 2
+ (Christoph Reiter) (#744745)
+ - Avoid a silent long to int truncation (Rui Matos) (#749698)
+ - Handle gtype marshalling (Mathieu Bridon) (#749696)
+ - pygi-foreign-cairo.c: fix include for py3cairo.h
+ (Daniel Hahler) (#746742)
+ - tests: Silence various error messages and warnings
+ (Christoph Reiter) (#751156)
+ - Fix test regression when xdg-user-dirs is not installed
+ (Christoph Reiter) (#751299)
+ - Explicitly check if an override exists instead of ImportError
+ (Garrett Regier) (#749532)
+
3.17.1 15-Jun-2015
- Add gi.PyGIWarning used when import version is not specified
(Christoph Reiter) (#727379)