summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-28 11:28:31 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-28 11:41:44 +0100
commit95c60eb403c6eafa41c033317a6867f5a8e24397 (patch)
tree2cc5b42c9465e5aac9a9065495d41b71abe7edb2
parent3b559af4fed9f14516a42f952e5298ea679d5728 (diff)
Version 0.17.3
-rw-r--r--glib/NEWS7
-rw-r--r--glib/configure.ac8
-rw-r--r--glib/telepathy-glib/abi.am1
-rw-r--r--glib/telepathy-glib/connection-aliasing.c4
-rw-r--r--glib/telepathy-glib/versions/0.17.3.abi6
5 files changed, 19 insertions, 7 deletions
diff --git a/glib/NEWS b/glib/NEWS
index b5274c62c..2fa8db9de 100644
--- a/glib/NEWS
+++ b/glib/NEWS
@@ -1,4 +1,4 @@
-telepathy-glib 0.17.3 (UNRELEASED)
+telepathy-glib 0.17.3 (2011-11-28)
==================================
I DON'T ALWAYS
@@ -23,6 +23,11 @@ Fixes:
• Fix a crash in TpSimplePasswordManager (Mikhail)
+Enhancements:
+
+• Add high level API to check if a connection supports settings aliases
+ on contacts. (Guillaume)
+
telepathy-glib 0.17.2 (2011-11-23)
==================================
diff --git a/glib/configure.ac b/glib/configure.ac
index db9718a42..4b478b88a 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], [2])
-m4_define([tp_glib_nano_version], [1])
+m4_define([tp_glib_micro_version], [3])
+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], [65])
+m4_define([tp_glib_lt_current], [66])
m4_define([tp_glib_lt_revision], [0])
-m4_define([tp_glib_lt_age], [65])
+m4_define([tp_glib_lt_age], [66])
# Some magic
m4_define([tp_glib_base_version],
diff --git a/glib/telepathy-glib/abi.am b/glib/telepathy-glib/abi.am
index 22baa22f1..551c195fe 100644
--- a/glib/telepathy-glib/abi.am
+++ b/glib/telepathy-glib/abi.am
@@ -80,6 +80,7 @@ ABI_LISTS = \
versions/0.17.0.abi \
versions/0.17.1.abi \
versions/0.17.2.abi \
+ versions/0.17.3.abi \
$(NULL)
# The quoting here is unnecessary but harmless, and has the useful side-effect
diff --git a/glib/telepathy-glib/connection-aliasing.c b/glib/telepathy-glib/connection-aliasing.c
index 5a2a5669a..9581f3653 100644
--- a/glib/telepathy-glib/connection-aliasing.c
+++ b/glib/telepathy-glib/connection-aliasing.c
@@ -40,7 +40,7 @@
* One can ask for a feature to be prepared using the
* tp_proxy_prepare_async() function, and waiting for it to callback.
*
- * Since: 0.UNRELEASED
+ * Since: 0.17.3
*/
GQuark
tp_connection_get_feature_quark_aliasing (void)
@@ -59,7 +59,7 @@ tp_connection_get_feature_quark_aliasing (void)
* Returns: %TRUE if the aliases of contacts on @self
* may be changed by the user of the service, not just by the
* contacts themselves; %FALSE otherwise.
- * Since: 0.UNRELEASED
+ * Since: 0.17.3
*/
gboolean
tp_connection_can_set_contact_alias (TpConnection *self)
diff --git a/glib/telepathy-glib/versions/0.17.3.abi b/glib/telepathy-glib/versions/0.17.3.abi
new file mode 100644
index 000000000..1e0c0daa1
--- /dev/null
+++ b/glib/telepathy-glib/versions/0.17.3.abi
@@ -0,0 +1,6 @@
+Version: TELEPATHY_GLIB_0.17.3
+Extends: TELEPATHY_GLIB_0.17.2
+Release: 0.17.3
+
+tp_connection_can_set_contact_alias
+tp_connection_get_feature_quark_aliasing