diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-11-23 16:15:26 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-11-23 22:53:38 +0000 |
commit | e3e191cdb83bce235fbcf10d7ee6ab879fa83734 (patch) | |
tree | ebee47f979eb0717d73e3d58de8158fcae555a36 | |
parent | 3c5dc1e3f7dd27b7261d5a41be32061dfea7cc77 (diff) |
Version 0.17.2telepathy-glib-0.17.2
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | telepathy-glib/abi.am | 1 | ||||
-rw-r--r-- | telepathy-glib/base-protocol.c | 10 | ||||
-rw-r--r-- | telepathy-glib/versions/0.17.2.abi | 11 |
5 files changed, 20 insertions, 8 deletions
@@ -1,4 +1,4 @@ -telepathy-glib 0.17.2 (UNRELEASED) +telepathy-glib 0.17.2 (2011-11-23) ================================== The “maple syrup bread” release. diff --git a/configure.ac b/configure.ac index 89899fe16..f17b535e3 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], [17]) -m4_define([tp_glib_micro_version], [1]) -m4_define([tp_glib_nano_version], [1]) +m4_define([tp_glib_micro_version], [2]) +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, diff --git a/telepathy-glib/abi.am b/telepathy-glib/abi.am index a3c000444..22baa22f1 100644 --- a/telepathy-glib/abi.am +++ b/telepathy-glib/abi.am @@ -79,6 +79,7 @@ ABI_LISTS = \ versions/0.15.8.abi \ versions/0.17.0.abi \ versions/0.17.1.abi \ + versions/0.17.2.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 7cec21074..2a6cae6cd 100644 --- a/telepathy-glib/base-protocol.c +++ b/telepathy-glib/base-protocol.c @@ -417,7 +417,7 @@ tp_cm_param_filter_string_nonempty (const TpCMParamSpec *paramspec, * Interface representing a #TpBaseProtocol that implements * Protocol.Interface.Addressing. * - * Since: 0.13.UNRELEASED + * Since: 0.17.2 */ /** @@ -433,7 +433,7 @@ tp_cm_param_filter_string_nonempty (const TpCMParamSpec *paramspec, * * The interface vtable for a %TP_TYPE_PROTOCOL_ADDRESSING. * - * Since: 0.13.UNRELEASED + * Since: 0.17.2 */ /** @@ -446,7 +446,7 @@ tp_cm_param_filter_string_nonempty (const TpCMParamSpec *paramspec, * Returns: (allow-none) (out) (transfer full): a list of vCard fields in lower * case, e.g. [x-sip, tel] * - * Since: 0.13.UNRELEASED + * Since: 0.17.2 */ /** @@ -458,7 +458,7 @@ tp_cm_param_filter_string_nonempty (const TpCMParamSpec *paramspec, * * Returns: (allow-none) (out) (transfer full): a list of uri schemes, e.g. [sip, sips, tel] * - * Since: 0.13.UNRELEASED + * Since: 0.17.2 */ /** @@ -475,7 +475,7 @@ tp_cm_param_filter_string_nonempty (const TpCMParamSpec *paramspec, * * Returns: (transfer full): a normalized identifier, or %NULL on error * - * Since: 0.13.UNRELEASED + * Since: 0.17.2 */ /** diff --git a/telepathy-glib/versions/0.17.2.abi b/telepathy-glib/versions/0.17.2.abi new file mode 100644 index 000000000..e246a700e --- /dev/null +++ b/telepathy-glib/versions/0.17.2.abi @@ -0,0 +1,11 @@ +Version: TELEPATHY_GLIB_0.17.2 +Extends: TELEPATHY_GLIB_0.17.1 +Release: 0.17.2 + +tp_cli_protocol_interface_addressing_call_normalize_contact_uri +tp_cli_protocol_interface_addressing_call_normalize_vcard_address +tp_iface_quark_protocol_interface_addressing +tp_protocol_addressing_get_type +tp_svc_protocol_interface_addressing_get_type +tp_svc_protocol_interface_addressing_implement_normalize_contact_uri +tp_svc_protocol_interface_addressing_implement_normalize_vcard_address |