From 0b1a67b0ce875f5a59a5f59ae8d483cfad91f9ef Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 26 Feb 2014 11:07:15 +0100 Subject: 0.23.2 --- NEWS | 14 +++++++++++++- configure.ac | 8 ++++---- telepathy-glib/abi.am | 1 + telepathy-glib/account-channel-request.c | 14 +++++++------- telepathy-glib/base-connection.c | 4 ++-- telepathy-glib/base-connection.h | 2 +- telepathy-glib/versions/0.23.2.abi | 12 ++++++++++++ 7 files changed, 40 insertions(+), 15 deletions(-) create mode 100644 telepathy-glib/versions/0.23.2.abi diff --git a/NEWS b/NEWS index e3e538d2f..05c93519d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,18 @@ -telepathy-glib 0.23.2 (UNRELEASED) +telepathy-glib 0.23.2 (2014-02-26) ================================== +Enhancements: + +• TpBaseConnection now has an "account-path-suffix" property + (fd.o #74030, Xavier) + +• New high level TpAccountChannelRequest API, including tubes, Conference and + SMSChannel. (fd.o #75450, Guillaume) + +• 'TargetHandleType: None' is now automatically added when requesting a + channel with TpAccountChannelRequest if no handle type has been defined. + (fd.o #75450, Guillaume) + telepathy-glib 0.23.1 (2014-02-04) ================================== diff --git a/configure.ac b/configure.ac index 3ef794e3f..b389938a7 100644 --- a/configure.ac +++ b/configure.ac @@ -11,8 +11,8 @@ AC_PREREQ([2.60]) m4_define([tp_glib_major_version], [0]) m4_define([tp_glib_minor_version], [23]) -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, @@ -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], [82]) +m4_define([tp_glib_lt_current], [83]) m4_define([tp_glib_lt_revision], [0]) -m4_define([tp_glib_lt_age], [82]) +m4_define([tp_glib_lt_age], [83]) # Some magic m4_define([tp_glib_base_version], diff --git a/telepathy-glib/abi.am b/telepathy-glib/abi.am index 9f9db6abb..a503f5615 100644 --- a/telepathy-glib/abi.am +++ b/telepathy-glib/abi.am @@ -98,6 +98,7 @@ ABI_LISTS = \ versions/0.21.2.abi \ versions/0.23.0.abi \ versions/0.23.1.abi \ + versions/0.23.2.abi \ $(NULL) # The quoting here is unnecessary but harmless, and has the useful side-effect diff --git a/telepathy-glib/account-channel-request.c b/telepathy-glib/account-channel-request.c index 8c3bb9584..e32d64704 100644 --- a/telepathy-glib/account-channel-request.c +++ b/telepathy-glib/account-channel-request.c @@ -2400,7 +2400,7 @@ tp_account_channel_request_set_file_transfer_initial_offset ( * This function can't be called once @self has been used to request a * channel. * - * Since: UNRELEASED + * Since: 0.23.2 */ void tp_account_channel_request_set_file_transfer_hash ( @@ -2444,7 +2444,7 @@ tp_account_channel_request_set_file_transfer_hash ( * * Returns: a new #TpAccountChannelRequest object * - * Since: UNRELEASED + * Since: 0.23.2 */ TpAccountChannelRequest * tp_account_channel_request_new_stream_tube (TpAccount *account, @@ -2493,7 +2493,7 @@ tp_account_channel_request_new_stream_tube (TpAccount *account, * * Returns: a new #TpAccountChannelRequest object * - * Since: UNRELEASED + * Since: 0.23.2 */ TpAccountChannelRequest * tp_account_channel_request_new_dbus_tube (TpAccount *account, @@ -2533,7 +2533,7 @@ tp_account_channel_request_new_dbus_tube (TpAccount *account, * This function can't be called once @self has been used to request a * channel. * - * Since: UNRELEASED + * Since: 0.23.2 */ void tp_account_channel_request_set_sms_channel (TpAccountChannelRequest *self, @@ -2558,7 +2558,7 @@ tp_account_channel_request_set_sms_channel (TpAccountChannelRequest *self, * This function can't be called once @self has been used to request a * channel. * - * Since: UNRELEASED + * Since: 0.23.2 */ void tp_account_channel_request_set_conference_initial_channels ( @@ -2594,7 +2594,7 @@ tp_account_channel_request_set_conference_initial_channels ( * This function can't be called once @self has been used to request a * channel. * - * Since: UNRELEASED + * Since: 0.23.2 */ void tp_account_channel_request_set_initial_invitee_ids ( @@ -2621,7 +2621,7 @@ tp_account_channel_request_set_initial_invitee_ids ( * This function can't be called once @self has been used to request a * channel. * - * Since: UNRELEASED + * Since: 0.23.2 */ void tp_account_channel_request_set_initial_invitees ( diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c index 8608dc2ef..483e4cc61 100644 --- a/telepathy-glib/base-connection.c +++ b/telepathy-glib/base-connection.c @@ -1692,7 +1692,7 @@ tp_base_connection_class_init (TpBaseConnectionClass *klass) * It is given by the AccountManager in the connection parameters. Or %NULL if * the ConnectionManager or the AccountManager are too old. * - * Since: 0.UNRELEASED + * Since: 0.23.2 */ param_spec = g_param_spec_string ("account-path-suffix", "Account path suffix", @@ -4137,7 +4137,7 @@ tp_base_connection_get_object_path (TpBaseConnection *self) * * Returns: the same value has the #TpBaseConnection:account-path-suffix * property. - * Since: 0.UNRELEASED + * Since: 0.23.2 */ const gchar * tp_base_connection_get_account_path_suffix (TpBaseConnection *self) diff --git a/telepathy-glib/base-connection.h b/telepathy-glib/base-connection.h index e0e414e9f..f4c16eaf1 100644 --- a/telepathy-glib/base-connection.h +++ b/telepathy-glib/base-connection.h @@ -241,7 +241,7 @@ void tp_base_connection_add_client_interest (TpBaseConnection *self, void tp_base_connection_add_possible_client_interest (TpBaseConnection *self, GQuark token); -_TP_AVAILABLE_IN_UNRELEASED +_TP_AVAILABLE_IN_0_24 const gchar *tp_base_connection_get_account_path_suffix ( TpBaseConnection *self); diff --git a/telepathy-glib/versions/0.23.2.abi b/telepathy-glib/versions/0.23.2.abi new file mode 100644 index 000000000..a379404ef --- /dev/null +++ b/telepathy-glib/versions/0.23.2.abi @@ -0,0 +1,12 @@ +Version: TELEPATHY_GLIB_0.23.2 +Extends: TELEPATHY_GLIB_0.23.1 +Release: 0.23.2 + +tp_account_channel_request_new_dbus_tube +tp_account_channel_request_new_stream_tube +tp_account_channel_request_set_conference_initial_channels +tp_account_channel_request_set_file_transfer_hash +tp_account_channel_request_set_initial_invitee_ids +tp_account_channel_request_set_initial_invitees +tp_account_channel_request_set_sms_channel +tp_base_connection_get_account_path_suffix -- cgit v1.2.3