summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2012-10-22 17:37:17 +0200
committerMartin Pitt <martinpitt@gnome.org>2012-10-22 17:37:17 +0200
commitce0825f58c3eba6084143e430605ffb597622369 (patch)
tree7cfdcfb7779a1c0701bb2b310a3eb8f9bb0ccedc /NEWS
parenta93763337ba7f952d787c42f45bfbb3ff02cc80d (diff)
downloadpygobject-ce0825f58c3eba6084143e430605ffb597622369.tar.gz
release 3.7.13.7.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS42
1 files changed, 42 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 31e214c8..cdfc07c0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,45 @@
+3.7.1 22-Oct-2012
+ - Bump version to 3.7.1; let's follow the real GNOME versioning from
+ now on (Martin Pitt)
+ - Change install_properties to not use getattr on classes
+ (Simon Feltman) (#686559)
+ - Move property install function into propertyhelper.py (Simon Feltman)
+ (#686559)
+ - Fix Signal decorator to not use base class gsignals dict
+ (Simon Feltman) (#686496)
+ - tests: Consistently use GLib.MainLoop (Martin Pitt)
+ - Install the .egg-info files into correct multilib directory
+ (Kalev Lember) (#686315)
+ - Fix leaked vfunc return values (Simon Feltman) (#686140)
+ - Skip Regress tests with --disable-cairo (Martin Pitt) (#685094)
+ - Fix leak with python callables as closure argument. (Simon Feltman)
+ (#685598)
+ - Gio overrides: Handle setting GSettings enum keys (Martin Pitt)
+ (#685947)
+ - tests: Check reading GSettings enums in Gio overrides (Martin Pitt)
+ - Fix unsigned values in GArray/GList/GSList/GHash (Martin Pitt)
+ (#685860)
+ - _pygi_marshal_from_py_uint64(): Use correct data type in py2.7 check
+ (Alban Browaeys) (#685000)
+ - Install an .egg-info file (Johan Dahlin) (#680138)
+ - PyGProps_getattro(): Fix GObjectClass leak (Johan Dahlin) (#685218)
+ - pygobject.c: Don't leak GObjectClass reference (Olivier CrĂȘte)
+ (#684062)
+ - Fix memory leak in _pygi_argument_to_array() (Alban Browaeys)
+ (#685082)
+ - Fix error messages for out of range numbers (Martin Pitt) (#684314)
+ - Kill dbus-daemon after running tests (Martin Pitt) (#685009)
+ - GVariant overrides: Support empty tuple arrays (Martin Pitt)
+ (#684928)
+ - tests: Fix wrong return type in test_int64_callback() (Martin Pitt)
+ (#684700)
+ - Fix GValue marshalling of long and unsigned long (Giovanni Campagna)
+ (#684331)
+ - Clean up deprecation message for assigning gpointers to objects.
+ (Simon Feltman) (#683599)
+ - pygi-property: Lookup property in base classes of non-introspected
+ types (Olivier CrĂȘte) (#684058)
+
3.4.0 24-Sep-2012
- Bump g-i dependency to 1.33.14 (Martin Pitt)