diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-04-20 15:25:06 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-04-20 15:25:06 +0100 |
commit | fcb2ce6e6529c21028ca8d50f27761691c5138fb (patch) | |
tree | dafdc9b8bac9f920ad6ae6d6652e37b12f366837 | |
parent | 0fc248360683f3755c093433f1103af35fcb7461 (diff) |
Prepare version 0.10.4telepathy-glib-0.10.4
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 6 | ||||
-rw-r--r-- | telepathy-glib/util.c | 2 |
3 files changed, 7 insertions, 5 deletions
@@ -1,6 +1,8 @@ -telepathy-glib 0.10.4 (UNRELEASED) +telepathy-glib 0.10.4 (2010-04-20) ================================== +The "primarily dry and deserty" release. + Fixes: * fd.o #27714: support G_CONNECT_AFTER in tp_g_signal_connect_object, and diff --git a/configure.ac b/configure.ac index 8aa36f59..deea7bdc 100644 --- a/configure.ac +++ b/configure.ac @@ -11,14 +11,14 @@ AC_PREREQ([2.59]) m4_define([tp_glib_major_version], [0]) m4_define([tp_glib_minor_version], [10]) -m4_define([tp_glib_micro_version], [3]) -m4_define([tp_glib_nano_version], [1]) +m4_define([tp_glib_micro_version], [4]) +m4_define([tp_glib_nano_version], [0]) # If library source has changed since last release, increment revision. # Do not add new API or ABI, or make incompatible changes, on this branch # (which means that current and age should remain 32). m4_define([tp_glib_lt_current], [32]) -m4_define([tp_glib_lt_revision], [4]) +m4_define([tp_glib_lt_revision], [5]) m4_define([tp_glib_lt_age], [32]) # Some magic diff --git a/telepathy-glib/util.c b/telepathy-glib/util.c index 67ca7742..4c3a072f 100644 --- a/telepathy-glib/util.c +++ b/telepathy-glib/util.c @@ -914,7 +914,7 @@ closure_invalidated_cb (gpointer ctx_, * user_data for callbacks without having to explicitly disconnect all the * handlers in their finalizers. * - * Changed in 0.11.UNRELEASED: %G_CONNECT_AFTER is now respected. + * Changed in 0.10.4 and 0.11.3: %G_CONNECT_AFTER is now respected. * * Returns: the handler id * |