telepathy-glib: 0.23.0
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Mon Oct 28 06:31:43 PDT 2013
Module: telepathy-glib
Branch: master
Commit: 60cd45c04371390abe58bab9d8917704057cca9e
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=60cd45c04371390abe58bab9d8917704057cca9e
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Mon Oct 28 13:00:16 2013 +0100
0.23.0
---
NEWS | 32 ++++++++++++++++++++++++++++++--
configure.ac | 12 ++++++------
telepathy-glib/abi.am | 1 +
telepathy-glib/account-manager.c | 2 +-
telepathy-glib/account.c | 4 ++--
telepathy-glib/util.c | 2 +-
telepathy-glib/versions/0.23.0.abi | 19 +++++++++++++++++++
7 files changed, 60 insertions(+), 12 deletions(-)
diff --git a/NEWS b/NEWS
index fc97aa6..ff4c5fa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,35 @@
-telepathy-glib 0.23.0 (UNRELEASED)
+telepathy-glib 0.23.0 (2013-10-28)
==================================
-â¦
+We no longer guarantee compatible upgrades within a development (odd) branch,
+see README for details.
+
+Dependencies:
+
+⢠GLib 2.34 or later is required.
+
+Enhancements:
+
+⢠Spec 0.27.3
+ · added Conn.I.Sidecars1
+ · added Conn.I.Renaming
+ · added CD.I.Messages1
+
+⢠TpAccount::avatar-changed signal (fd.o #52938, Guillaume)
+
+⢠tp_value_array_free: equivalent of g_value_array_free but does not provoke
+ deprecation warnings from GLib (fd.o #69849, Simon)
+
+⢠tp_account_is_prepared and tp_account_manager_is_prepared are now deprecated
+ (Guillaume)
+
+Fixes:
+
+⢠tp_contact_set_attributes: don't warn on genuinely absent interfaces
+ (fd.o #68149, Simon)
+
+⢠channel-group: don't crash if no message has been provided (Guillaume)
+
telepathy-glib 0.22.0 (2013-10-02)
==================================
diff --git a/configure.ac b/configure.ac
index 0f2c870..3c464c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,9 +10,9 @@ AC_PREREQ([2.60])
# set nano_version to 1
m4_define([tp_glib_major_version], [0])
-m4_define([tp_glib_minor_version], [22])
-m4_define([tp_glib_micro_version], [99])
-m4_define([tp_glib_nano_version], [1])
+m4_define([tp_glib_minor_version], [23])
+m4_define([tp_glib_micro_version], [0])
+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], [80])
-m4_define([tp_glib_lt_revision], [1])
-m4_define([tp_glib_lt_age], [80])
+m4_define([tp_glib_lt_current], [81])
+m4_define([tp_glib_lt_revision], [0])
+m4_define([tp_glib_lt_age], [81])
# Some magic
m4_define([tp_glib_base_version],
diff --git a/telepathy-glib/abi.am b/telepathy-glib/abi.am
index c0ae10f..6907cfb 100644
--- a/telepathy-glib/abi.am
+++ b/telepathy-glib/abi.am
@@ -96,6 +96,7 @@ ABI_LISTS = \
versions/0.19.9.abi \
versions/0.19.10.abi \
versions/0.21.2.abi \
+ versions/0.23.0.abi \
$(NULL)
# The quoting here is unnecessary but harmless, and has the useful side-effect
diff --git a/telepathy-glib/account-manager.c b/telepathy-glib/account-manager.c
index ea3263b..b77e827 100644
--- a/telepathy-glib/account-manager.c
+++ b/telepathy-glib/account-manager.c
@@ -1463,7 +1463,7 @@ tp_account_manager_create_account_finish (TpAccountManager *manager,
* Returns: the same thing as tp_proxy_is_prepared()
*
* Since: 0.9.0
- * Deprecated: since 0.UNRELEASED, use tp_proxy_is_prepared() instead.
+ * Deprecated: since 0.23.0, use tp_proxy_is_prepared() instead.
*/
gboolean
tp_account_manager_is_prepared (TpAccountManager *manager,
diff --git a/telepathy-glib/account.c b/telepathy-glib/account.c
index 3be8a54..07a2af0 100644
--- a/telepathy-glib/account.c
+++ b/telepathy-glib/account.c
@@ -2171,7 +2171,7 @@ tp_account_class_init (TpAccountClass *klass)
* Emitted when the avatar changes. Call tp_account_get_avatar_async()
* to get the new avatar data.
*
- * Since: UNRELEASED
+ * Since: 0.23.0
*/
signals[AVATAR_CHANGED] = g_signal_new ("avatar-changed",
G_OBJECT_CLASS_TYPE (klass),
@@ -3681,7 +3681,7 @@ tp_account_get_avatar_finish (TpAccount *account,
* Returns: the same thing as tp_proxy_is_prepared()
*
* Since: 0.9.0
- * Deprecated: since 0.UNRELEASED, use tp_proxy_is_prepared() instead.
+ * Deprecated: since 0.23.0, use tp_proxy_is_prepared() instead.
*/
gboolean
tp_account_is_prepared (TpAccount *account,
diff --git a/telepathy-glib/util.c b/telepathy-glib/util.c
index b62e7b7..a91117c 100644
--- a/telepathy-glib/util.c
+++ b/telepathy-glib/util.c
@@ -2133,7 +2133,7 @@ _tp_g_list_copy_deep (GList *list,
* provoke deprecation warnings from GLib when used in conjunction with
* tp_value_array_build() and tp_value_array_unpack().
*
- * Since: 0.UNRELEASED
+ * Since: 0.23.0
*/
void
(tp_value_array_free) (GValueArray *va)
diff --git a/telepathy-glib/versions/0.23.0.abi b/telepathy-glib/versions/0.23.0.abi
new file mode 100644
index 0000000..3032065
--- /dev/null
+++ b/telepathy-glib/versions/0.23.0.abi
@@ -0,0 +1,19 @@
+Version: TELEPATHY_GLIB_0.23.0
+Extends: TELEPATHY_GLIB_0.21.2
+Release: 0.23.0
+
+tp_cli_channel_dispatcher_interface_messages1_call_send_message
+tp_cli_connection_interface_renaming_call_request_rename
+tp_cli_connection_interface_renaming_connect_to_renamed
+tp_cli_connection_interface_sidecars1_call_ensure_sidecar
+tp_iface_quark_channel_dispatcher_interface_messages1
+tp_iface_quark_connection_interface_renaming
+tp_iface_quark_connection_interface_sidecars1
+tp_svc_channel_dispatcher_interface_messages1_get_type
+tp_svc_channel_dispatcher_interface_messages1_implement_send_message
+tp_svc_connection_interface_renaming_emit_renamed
+tp_svc_connection_interface_renaming_get_type
+tp_svc_connection_interface_renaming_implement_request_rename
+tp_svc_connection_interface_sidecars1_get_type
+tp_svc_connection_interface_sidecars1_implement_ensure_sidecar
+tp_value_array_free
More information about the telepathy-commits
mailing list