pygobject r984 - branches/pygobject-2-16
- From: gianmt svn gnome org
- To: svn-commits-list gnome org
- Subject: pygobject r984 - branches/pygobject-2-16
- Date: Sun, 4 Jan 2009 20:30:48 +0000 (UTC)
Author: gianmt
Date: Sun Jan 4 20:30:48 2009
New Revision: 984
URL: http://svn.gnome.org/viewvc/pygobject?rev=984&view=rev
Log:
Version bump to 2.16.0
Modified:
branches/pygobject-2-16/ChangeLog
branches/pygobject-2-16/NEWS
branches/pygobject-2-16/configure.ac
Modified: branches/pygobject-2-16/NEWS
==============================================================================
--- branches/pygobject-2-16/NEWS (original)
+++ branches/pygobject-2-16/NEWS Sun Jan 4 20:30:48 2009
@@ -1,3 +1,21 @@
+2.16.0 04-jan-2009
+ - gobject.timeout_add_seconds() not found in docs
+ (Paul Pogonyshev, #547119)
+ - _wrap_g_output_stream_write_async not adding a reference to the
+ buffer passed (Paul, #564102)
+ - gio.VolumeMonitor segfaults (Gian Mario Tagliaretti, #555613)
+ - Test if `domain' is not-null before using it to avoids segfaults
+ (Paul, #561826)
+ - g_output_stream_write_all use gsize instead of gssize (Gian)
+ - add __repr__ to gio.Drive, gio.Mount and gio.Volume
+ (Paul, #530935)
+ - Missing AC_CONFIG_MACRO_DIR([m4]) (LoÃc Minier, #551227)
+ - Make codegen not import when corresponding argument types are not
+ registered (Paul, #551056)
+ - Fix typos breaking compilation (Frederic Peters #551212)
+ - GFile load_contents methods chop data at first \0
+ (Jonathan Matthew, #551059)
+
2.15.4 3-sep-2008
- Fix typo in GPointer type registration (LoÃc Minier,#550463)
- support G_TYPE_CLOSURE in codegen (Gian)
Modified: branches/pygobject-2-16/configure.ac
==============================================================================
--- branches/pygobject-2-16/configure.ac (original)
+++ branches/pygobject-2-16/configure.ac Sun Jan 4 20:30:48 2009
@@ -3,8 +3,8 @@
dnl the pygobject version number
m4_define(pygobject_major_version, 2)
-m4_define(pygobject_minor_version, 15)
-m4_define(pygobject_micro_version, 5)
+m4_define(pygobject_minor_version, 16)
+m4_define(pygobject_micro_version, 0)
m4_define(pygobject_version, pygobject_major_version.pygobject_minor_version.pygobject_micro_version)
dnl versions of packages we require ...
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]