summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2012-06-25 15:36:37 +0200
committerMartin Pitt <martinpitt@gnome.org>2012-06-25 15:36:37 +0200
commitfe56faa346c8e8f9fd5915602424778d458a776d (patch)
treef515f79009e1114a49989afa621e498659584632 /NEWS
parent299a2fd726f0aceaf67b1cec7a0ef8b21ff7bcbc (diff)
downloadpygobject-fe56faa346c8e8f9fd5915602424778d458a776d.tar.gz
release 3.3.33.3.3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 50fb3f9a..03736e6c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+3.3.3 25-Jun-2012
+ - Remove obsolete release-tag make target (Martin Pitt)
+ - Do not do any python calls when GObjects are destroyed after the
+ python interpreter has been finalized (Simon Schampijer) (#678046)
+ - Do not change constructor-only "type" Window property (Martin Pitt)
+ (#678510)
+ - Escape identifiers which are Python keywords (Martin Pitt) (#676746)
+ - Fix code for PEP-8 violations detected by the latest pep8 checker.
+ (Martin Pitt)
+ - Fix crash in GLib.find_program_in_path() (Martin Pitt) (#678119)
+ - Revert "Do not bind gobject_get_data() and gobject_set_data()" (Martin Pitt)
+ (#641944)
+ - GVariant: Raise proper TypeError on invalid tuple input (David Keijser)
+ (#678317)
+
3.3.2 05-Jun-2012
- foreign: Register cairo.Path and cairo.FontOptions foreign structs
(Bastian Winkler) (#677388)