summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@src.gnome.org>2009-01-04 20:30:48 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2009-01-04 20:30:48 +0000
commit60bf24b96a0db48ff00a9127a01bb7bfc5f3fda1 (patch)
tree3545e880db45750eaeae9a276fd7bc3c8c9fe4ab
parent23c0aa17c505005152f30f9d63a54ca2d70c55f9 (diff)
Version bump to 2.16.0
svn path=/branches/pygobject-2-16/; revision=984
-rw-r--r--ChangeLog4
-rw-r--r--NEWS18
-rw-r--r--configure.ac4
3 files changed, 24 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a41e44..dca03a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-04 Gian Mario Tagliaretti <gianmt@gnome.org>
+
+ * configure.ac: Version bump to 2.16.0
+
2008-12-24 Paul Pogonyshev <pogonyshev@gmx.net>
Bug 547119 – gobject.timeout_add_seconds() not found in docs
diff --git a/NEWS b/NEWS
index cb5a656..618d50e 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
diff --git a/configure.ac b/configure.ac
index a0c41ec..66567d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ AC_PREREQ(2.52)
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 ...