summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-20 15:25:06 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-20 15:25:06 +0100
commitfcb2ce6e6529c21028ca8d50f27761691c5138fb (patch)
treedafdc9b8bac9f920ad6ae6d6652e37b12f366837
parent0fc248360683f3755c093433f1103af35fcb7461 (diff)
Prepare version 0.10.4telepathy-glib-0.10.4
-rw-r--r--NEWS4
-rw-r--r--configure.ac6
-rw-r--r--telepathy-glib/util.c2
3 files changed, 7 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index e3e430c8d..0b7b8277b 100644
--- a/NEWS
+++ b/NEWS
@@ -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 8aa36f590..deea7bdc0 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 67ca77424..4c3a072f0 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
*