diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | NEWS | 18 | ||||
| -rw-r--r-- | configure.ac | 4 |
3 files changed, 24 insertions, 2 deletions
@@ -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 @@ -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 ... |
