summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2012-09-17 22:48:13 +0200
committerMartin Pitt <martinpitt@gnome.org>2012-09-17 22:48:13 +0200
commit7e154cf01cf0ce7a8b52c45ba4db755f73b45d1d (patch)
treea6f83ee99b3db6fc44753bda87ce47f0e2e014a4
parentadbe30dc72b4d88bb31055f6ee33fddf32638af9 (diff)
downloadpygobject-3.3.92.tar.gz
release 3.3.923.3.92
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9a274c95..4931c99a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+3.3.92 17-Sep-2012
+ - [API add] Add ObjectInfo.get_abstract method (Simon Feltman) (#675581)
+ - Add deprecation warning when setting gpointers to anything other than
+ int. (Simon Feltman) (#683599)
+ - argument: Fix 64bit integer convertion from GValue (Nicolas Dufresne)
+ (#683596)
+ - Improve setting pointer fields/arguments to NULL using None
+ (Simon Feltman) (#683150)
+ - Bump g-i dependency to 1.33.10 (Martin Pitt)
+ - Fix -uninstalled.pc.in file (Thibault Saunier) (#683379)
+ - Various test suite additions and improvements (Martin Pitt)
+
3.3.91 03-Sep-2012
- Fix exception test case for Python 2 (Martin Pitt)
- Bump g-i dependency to >= 1.3.9 (Martin Pitt)