diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-07-02 17:21:23 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-07-02 17:21:23 +0100 |
commit | aeb9b43e4674b6d88b432f6dac46825eec14a896 (patch) | |
tree | 744fd9a478bc2e4c786d3e37d26b93995373e07d | |
parent | 862387cfbd4b17f8a207f98195fcb179616ebc5d (diff) |
Prepare version 0.11.9telepathy-glib-0.11.9
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | telepathy-glib/abi.am | 3 | ||||
-rw-r--r-- | telepathy-glib/account.c | 8 | ||||
-rw-r--r-- | telepathy-glib/extra-gtkdoc.h | 2 | ||||
-rw-r--r-- | telepathy-glib/util.c | 2 | ||||
-rw-r--r-- | telepathy-glib/versions/0.11.9.abi | 14 |
7 files changed, 27 insertions, 10 deletions
@@ -1,6 +1,8 @@ -telepathy-glib 0.11.9 (UNRELEASED) +telepathy-glib 0.11.9 (2010-07-02) ================================== +The “mistakenly displays 2 more bars than it should” release. + Enhancements: ❉ Updated spec to 0.19.8 (smcv): diff --git a/configure.ac b/configure.ac index abb9ca2d1..46185a4db 100644 --- a/configure.ac +++ b/configure.ac @@ -11,8 +11,8 @@ AC_PREREQ([2.59]) m4_define([tp_glib_major_version], [0]) m4_define([tp_glib_minor_version], [11]) -m4_define([tp_glib_micro_version], [8]) -m4_define([tp_glib_nano_version], [1]) +m4_define([tp_glib_micro_version], [9]) +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, diff --git a/telepathy-glib/abi.am b/telepathy-glib/abi.am index 60ca8745d..67962809e 100644 --- a/telepathy-glib/abi.am +++ b/telepathy-glib/abi.am @@ -42,7 +42,8 @@ ABI_LISTS = \ versions/0.11.4.abi \ versions/0.11.5.abi \ versions/0.11.6.abi \ - versions/0.11.7.abi + versions/0.11.7.abi \ + versions/0.11.9.abi # The quoting here is unnecessary but harmless, and has the useful side-effect # that vim quickfix mode (:make) doesn't interpret the libtool --mode=link diff --git a/telepathy-glib/account.c b/telepathy-glib/account.c index 2fb778111..dd7945d2b 100644 --- a/telepathy-glib/account.c +++ b/telepathy-glib/account.c @@ -1171,7 +1171,7 @@ tp_account_class_init (TpAccountClass *klass) * To change this property, use * tp_account_set_service_async(). * - * Since: 0.11.UNRELEASED + * Since: 0.11.9 */ g_object_class_install_property (object_class, PROP_SERVICE, g_param_spec_string ("service", @@ -1633,7 +1633,7 @@ tp_account_get_protocol (TpAccount *account) * * Returns: the same as the #TpAccount:service property * - * Since: 0.11.UNRELEASED + * Since: 0.11.9 */ const gchar * tp_account_get_service (TpAccount *self) @@ -2144,7 +2144,7 @@ tp_account_set_display_name_finish (TpAccount *account, * the operation is finished, @callback will be called. You can then call * tp_account_set_service_finish() to get the result of the operation. * - * Since: 0.11.UNRELEASED + * Since: 0.11.9 */ void tp_account_set_service_async (TpAccount *self, @@ -2183,7 +2183,7 @@ tp_account_set_service_async (TpAccount *self, * * Returns: %TRUE if the operation was successful, otherwise %FALSE * - * Since: 0.11.UNRELEASED + * Since: 0.11.9 */ gboolean tp_account_set_service_finish (TpAccount *self, diff --git a/telepathy-glib/extra-gtkdoc.h b/telepathy-glib/extra-gtkdoc.h index 01610ecee..a38450d9d 100644 --- a/telepathy-glib/extra-gtkdoc.h +++ b/telepathy-glib/extra-gtkdoc.h @@ -757,5 +757,5 @@ * An interface for connections to cellular telephony (GSM, CDMA etc.), which * provides properties and signals that aren't applicable to other protocols. * - * Since: 0.11.UNRELEASED + * Since: 0.11.9 */ diff --git a/telepathy-glib/util.c b/telepathy-glib/util.c index da2845747..5ef70ab5d 100644 --- a/telepathy-glib/util.c +++ b/telepathy-glib/util.c @@ -1351,7 +1351,7 @@ tp_weak_ref_destroy (TpWeakRef *self) * The corresponding finish function should not call a function that attempts * to get a result, such as g_simple_async_result_get_op_res_gpointer(). * - * Since: 0.11.UNRELEASED + * Since: 0.11.9 */ void tp_simple_async_report_success_in_idle (GObject *source, diff --git a/telepathy-glib/versions/0.11.9.abi b/telepathy-glib/versions/0.11.9.abi new file mode 100644 index 000000000..4352b069d --- /dev/null +++ b/telepathy-glib/versions/0.11.9.abi @@ -0,0 +1,14 @@ +Version: TELEPATHY_GLIB_0.11.9 +Extends: TELEPATHY_GLIB_0.11.7 +Release: 0.11.9 + +tp_account_get_service +tp_account_set_service_async +tp_account_set_service_finish +tp_cli_connection_interface_cellular_connect_to_imsi_changed +tp_iface_quark_account_interface_storage +tp_iface_quark_connection_interface_cellular +tp_simple_async_report_success_in_idle +tp_svc_account_interface_storage_get_type +tp_svc_connection_interface_cellular_emit_imsi_changed +tp_svc_connection_interface_cellular_get_type |