summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-28 13:00:16 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-28 14:30:54 +0100
commit60cd45c04371390abe58bab9d8917704057cca9e (patch)
treee0ecc783b1b0261ea608dfe415d05e3c103ea06f
parent0615514fb03e88497e4f0a2e19418da2632294ff (diff)
downloadtelepathy-glib-60cd45c04371390abe58bab9d8917704057cca9e.tar.gz
0.23.0
-rw-r--r--NEWS32
-rw-r--r--configure.ac12
-rw-r--r--telepathy-glib/abi.am1
-rw-r--r--telepathy-glib/account-manager.c2
-rw-r--r--telepathy-glib/account.c4
-rw-r--r--telepathy-glib/util.c2
-rw-r--r--telepathy-glib/versions/0.23.0.abi19
7 files changed, 60 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index fc97aa6a9..ff4c5fafc 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 0f2c87015..3c464c7bc 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 c0ae10f40..6907cfb5f 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 ea3263b80..b77e827d9 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 3be8a541e..07a2af026 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 b62e7b7bc..a91117c91 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 000000000..303206560
--- /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