[telepathy-glib/master] Prepare version 0.9.0
Simon McVittie
simon.mcvittie at collabora.co.uk
Mon Sep 28 07:52:50 PDT 2009
---
NEWS | 21 ++++++++++++-
configure.ac | 12 ++++----
telepathy-glib/Makefile.am | 3 +-
telepathy-glib/versions/0.9.0.abi | 56 +++++++++++++++++++++++++++++++++++++
4 files changed, 83 insertions(+), 9 deletions(-)
create mode 100644 telepathy-glib/versions/0.9.0.abi
diff --git a/NEWS b/NEWS
index 97ff302..fe8f479 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,24 @@
-telepathy-glib 0.9.0 (UNRELEASED)
+telepathy-glib 0.9.0 (2009-09-28)
=================================
-...
+The "purging all the lies" release.
+
+Dependencies:
+
+* telepathy-glib now links to GIO as well as GLib and GObject (in practice
+ they're packaged together, and we already depended on a new enough GLib
+ version that it would come with GIO).
+
+Enhancements:
+
+* TpAccountManager, TpAccount: add convenience API similar to libempathy's
+ (jonny, with contributions from wjt/danni/sjoerd/smcv)
+
+* telepathy-glib now uses Automake 1.11's "silent rules" feature for
+ kernel-style output; as a result, we no longer use shave. If you were
+ previously using --enable-shave to get prettier output, use
+ --enable-silent-rules instead, and upgrade to Automake >= 1.11 if you will
+ be altering the build system. (jonny)
telepathy-glib 0.8.0 (2009-09-24)
=================================
diff --git a/configure.ac b/configure.ac
index ebabf41..5cbf87c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,9 +10,9 @@ AC_PREREQ([2.59])
# set nano_version to 1
m4_define([tp_glib_major_version], [0])
-m4_define([tp_glib_minor_version], [8])
-m4_define([tp_glib_micro_version], [999])
-m4_define([tp_glib_nano_version], [1])
+m4_define([tp_glib_minor_version], [9])
+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], [30])
-m4_define([tp_glib_lt_revision], [1])
-m4_define([tp_glib_lt_age], [30])
+m4_define([tp_glib_lt_current], [31])
+m4_define([tp_glib_lt_revision], [0])
+m4_define([tp_glib_lt_age], [31])
# Some magic
m4_define([tp_glib_base_version],
diff --git a/telepathy-glib/Makefile.am b/telepathy-glib/Makefile.am
index a689552..a29b715 100644
--- a/telepathy-glib/Makefile.am
+++ b/telepathy-glib/Makefile.am
@@ -39,7 +39,8 @@ ABI_LISTS = \
versions/0.7.34.abi \
versions/0.7.35.abi \
versions/0.7.36.abi \
- versions/0.7.37.abi
+ versions/0.7.37.abi \
+ versions/0.9.0.abi
EXTRA_DIST = \
$(ABI_LISTS) \
diff --git a/telepathy-glib/versions/0.9.0.abi b/telepathy-glib/versions/0.9.0.abi
new file mode 100644
index 0000000..2be1ed7
--- /dev/null
+++ b/telepathy-glib/versions/0.9.0.abi
@@ -0,0 +1,56 @@
+Version: TELEPATHY_GLIB_0.9.0
+Extends: TELEPATHY_GLIB_0.7.37
+Release: 0.9.0
+
+tp_account_ensure_connection
+tp_account_get_avatar_async
+tp_account_get_avatar_finish
+tp_account_get_connect_automatically
+tp_account_get_connection
+tp_account_get_connection_manager
+tp_account_get_connection_status
+tp_account_get_current_presence
+tp_account_get_display_name
+tp_account_get_feature_quark_core
+tp_account_get_has_been_online
+tp_account_get_icon_name
+tp_account_get_nickname
+tp_account_get_parameters
+tp_account_get_protocol
+tp_account_get_requested_presence
+tp_account_is_enabled
+tp_account_is_prepared
+tp_account_is_valid
+tp_account_manager_create_account_async
+tp_account_manager_create_account_finish
+tp_account_manager_dup
+tp_account_manager_enable_restart
+tp_account_manager_ensure_account
+tp_account_manager_get_feature_quark_core
+tp_account_manager_get_most_available_presence
+tp_account_manager_get_valid_accounts
+tp_account_manager_is_prepared
+tp_account_manager_prepare_async
+tp_account_manager_prepare_finish
+tp_account_manager_set_all_requested_presences
+tp_account_parse_object_path
+tp_account_prepare_async
+tp_account_prepare_finish
+tp_account_reconnect_async
+tp_account_reconnect_finish
+tp_account_remove_async
+tp_account_remove_finish
+tp_account_request_presence_async
+tp_account_request_presence_finish
+tp_account_set_connect_automatically_async
+tp_account_set_connect_automatically_finish
+tp_account_set_display_name_async
+tp_account_set_display_name_finish
+tp_account_set_enabled_async
+tp_account_set_enabled_finish
+tp_account_set_icon_name_async
+tp_account_set_icon_name_finish
+tp_account_set_nickname_async
+tp_account_set_nickname_finish
+tp_account_update_parameters_async
+tp_account_update_parameters_finish
--
1.5.6.5
More information about the telepathy-commits
mailing list