diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-07-12 08:46:44 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-07-12 08:46:48 +0900 |
commit | 6db7944f8363094c12cbd3fe2daf8a887fda86b2 (patch) | |
tree | 04471661319da32fb9915d94ba75adcd125bdc22 /NEWS | |
parent | d71148e4448b78edde9dd063d65c00a13ed27cef (diff) | |
download | pygobject2-6db7944f8363094c12cbd3fe2daf8a887fda86b2.tar.gz pygobject2-6db7944f8363094c12cbd3fe2daf8a887fda86b2.tar.bz2 pygobject2-6db7944f8363094c12cbd3fe2daf8a887fda86b2.zip |
Imported Upstream version 3.3.3.1
Change-Id: I57c64216ccaba663cfb48f7e060e4e8bb0961964
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +3.3.3.1 25-Jun-2012 + - Do not escape enum and flag names that are Python keywords (Martin Pitt) + +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) |