summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-11-23 16:15:26 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2011-11-23 22:53:38 +0000
commitba15e54bfdf1bbeb7481a003c623469799738d79 (patch)
treec7fa8ac28b6a05fba8542f9f7983f7d03cdaec90
parent0222ab06450cfc68435c487f44443e87b4a3df01 (diff)
Version 0.17.2
-rw-r--r--glib/NEWS2
-rw-r--r--glib/configure.ac4
-rw-r--r--glib/telepathy-glib/abi.am1
-rw-r--r--glib/telepathy-glib/base-protocol.c10
-rw-r--r--glib/telepathy-glib/versions/0.17.2.abi11
5 files changed, 20 insertions, 8 deletions
diff --git a/glib/NEWS b/glib/NEWS
index 614e21511..e5a65f58a 100644
--- a/glib/NEWS
+++ b/glib/NEWS
@@ -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/glib/configure.ac b/glib/configure.ac
index 89899fe16..f17b535e3 100644
--- a/glib/configure.ac
+++ b/glib/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/glib/telepathy-glib/abi.am b/glib/telepathy-glib/abi.am
index a3c000444..22baa22f1 100644
--- a/glib/telepathy-glib/abi.am
+++ b/glib/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/glib/telepathy-glib/base-protocol.c b/glib/telepathy-glib/base-protocol.c
index 7cec21074..2a6cae6cd 100644
--- a/glib/telepathy-glib/base-protocol.c
+++ b/glib/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/glib/telepathy-glib/versions/0.17.2.abi b/glib/telepathy-glib/versions/0.17.2.abi
new file mode 100644
index 000000000..e246a700e
--- /dev/null
+++ b/glib/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