diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-11-05 13:58:40 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-11-05 13:58:40 +0000 |
commit | cdbf0f3b18b275a658c03f6446b71999ab34ab38 (patch) | |
tree | 476261c9e22845a6a5fd338c7ff69139cbe8cfd3 | |
parent | 96f35c9e98d8e3004ee022c039f1ace2135b735c (diff) |
Prepare version 0.13.5telepathy-glib-0.13.5
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 8 | ||||
-rw-r--r-- | telepathy-glib/abi.am | 1 | ||||
-rw-r--r-- | telepathy-glib/base-protocol.c | 4 | ||||
-rw-r--r-- | telepathy-glib/versions/0.13.5.abi | 5 |
5 files changed, 20 insertions, 7 deletions
@@ -1,6 +1,13 @@ -telepathy-glib 0.13.5 (UNRELEASED) +telepathy-glib 0.13.5 (2010-11-05) ================================== +The "gunpowder, treason and plot" release. + +Enhancements: + +• fd.o #30088: add support for Protocol.I.Presence to TpBaseProtocol + (fledermaus, smcv) + Fixes: • fd.o #10613: release connections' object paths before their bus diff --git a/configure.ac b/configure.ac index d3b328480..026f2936d 100644 --- a/configure.ac +++ b/configure.ac @@ -11,8 +11,8 @@ AC_PREREQ([2.59]) m4_define([tp_glib_major_version], [0]) m4_define([tp_glib_minor_version], [13]) -m4_define([tp_glib_micro_version], [4]) -m4_define([tp_glib_nano_version], [1]) +m4_define([tp_glib_micro_version], [5]) +m4_define([tp_glib_nano_version], [0]) # If library source has changed since last release, increment revision # If interfaces have been added, removed or changed since last release, @@ -26,9 +26,9 @@ m4_define([tp_glib_nano_version], [1]) # (we don't guarantee that we won't add ABI then remove it again, if it was # never seen in a release). -m4_define([tp_glib_lt_current], [50]) +m4_define([tp_glib_lt_current], [51]) m4_define([tp_glib_lt_revision], [0]) -m4_define([tp_glib_lt_age], [50]) +m4_define([tp_glib_lt_age], [51]) # Some magic m4_define([tp_glib_base_version], diff --git a/telepathy-glib/abi.am b/telepathy-glib/abi.am index bc9f7451a..f25fb0421 100644 --- a/telepathy-glib/abi.am +++ b/telepathy-glib/abi.am @@ -55,6 +55,7 @@ ABI_LISTS = \ versions/0.13.2.abi \ versions/0.13.3.abi \ versions/0.13.4.abi \ + versions/0.13.5.abi \ $(NULL) # The quoting here is unnecessary but harmless, and has the useful side-effect diff --git a/telepathy-glib/base-protocol.c b/telepathy-glib/base-protocol.c index 57c59fe66..4dfc2c222 100644 --- a/telepathy-glib/base-protocol.c +++ b/telepathy-glib/base-protocol.c @@ -413,7 +413,7 @@ tp_cm_param_filter_string_nonempty (const TpCMParamSpec *paramspec, * properties that represent details of the connections provided by this * protocol * @get_statuses: a callback used to implement the Protocol.Interface.Presence - * interface's Statuses property. Since 0.13.UNRELEASED + * interface's Statuses property. Since 0.13.5 * * The class of a #TpBaseProtocol. * @@ -919,7 +919,7 @@ tp_base_protocol_init (TpBaseProtocol *self) * whose name element is guaranteed to be %NULL. The array must remain * valid at least as long as @self does. * - * Since: 0.13.UNRELEASED + * Since: 0.13.5 */ const TpPresenceStatusSpec * tp_base_protocol_get_statuses (TpBaseProtocol *self) diff --git a/telepathy-glib/versions/0.13.5.abi b/telepathy-glib/versions/0.13.5.abi new file mode 100644 index 000000000..5352e851c --- /dev/null +++ b/telepathy-glib/versions/0.13.5.abi @@ -0,0 +1,5 @@ +Version: TELEPATHY_GLIB_0.13.5 +Extends: TELEPATHY_GLIB_0.13.4 +Release: 0.13.5 + +tp_base_protocol_get_statuses |