diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-11-15 08:33:27 +0000 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-11-15 08:35:51 +0000 |
commit | e2729497d75412198667b991c179877e5d0e3c48 (patch) | |
tree | 419b6dfffe6405504db99708d9cbcc40154a1862 | |
parent | 16d7b1c02c3d470ff8612543fa6918a9e37db794 (diff) |
version 0.17.1telepathy-glib-0.17.1
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.ac | 8 | ||||
-rw-r--r-- | telepathy-glib/abi.am | 1 | ||||
-rw-r--r-- | telepathy-glib/extra-gtkdoc.h | 2 | ||||
-rw-r--r-- | telepathy-glib/file-transfer-channel.c | 24 | ||||
-rw-r--r-- | telepathy-glib/versions/0.17.1.abi | 14 |
6 files changed, 48 insertions, 17 deletions
@@ -1,3 +1,19 @@ +telepathy-glib 0.17.1 (2011-11-15) +================================== + +Dependencies: + +• gobject-introspection ≥ 1.30 is now required. + +• valac ≥ 0.14 is now required. + +Enhancements: + +• telepathy-glib now generates code for spec version 0.25.0. + +• fdo #39188: add high level API to accept and provide file transfers. + (morten, jonny) + telepathy-glib 0.17.0 (2011-11-08) ================================== diff --git a/configure.ac b/configure.ac index cf2e1b486..9df00c840 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], [17]) -m4_define([tp_glib_micro_version], [0]) -m4_define([tp_glib_nano_version], [1]) +m4_define([tp_glib_micro_version], [1]) +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], [64]) +m4_define([tp_glib_lt_current], [65]) m4_define([tp_glib_lt_revision], [0]) -m4_define([tp_glib_lt_age], [64]) +m4_define([tp_glib_lt_age], [65]) # Some magic m4_define([tp_glib_base_version], diff --git a/telepathy-glib/abi.am b/telepathy-glib/abi.am index 346c56ab6..a3c000444 100644 --- a/telepathy-glib/abi.am +++ b/telepathy-glib/abi.am @@ -78,6 +78,7 @@ ABI_LISTS = \ versions/0.15.6.abi \ versions/0.15.8.abi \ versions/0.17.0.abi \ + versions/0.17.1.abi \ $(NULL) # The quoting here is unnecessary but harmless, and has the useful side-effect diff --git a/telepathy-glib/extra-gtkdoc.h b/telepathy-glib/extra-gtkdoc.h index dd409ede4..4a07de787 100644 --- a/telepathy-glib/extra-gtkdoc.h +++ b/telepathy-glib/extra-gtkdoc.h @@ -993,5 +993,5 @@ * include the number of times the character P appeared in the file, * so would add NumberOfPs=42 to the Metadata property. * - * Since: 0.17.UNRELEASED + * Since: 0.17.1 */ diff --git a/telepathy-glib/file-transfer-channel.c b/telepathy-glib/file-transfer-channel.c index 8771b16c1..f9e6409dd 100644 --- a/telepathy-glib/file-transfer-channel.c +++ b/telepathy-glib/file-transfer-channel.c @@ -797,7 +797,7 @@ tp_file_transfer_channel_class_init (TpFileTransferChannelClass *klass) * %TP_FILE_TRANSFER_CHANNEL_FEATURE_CORE does not have to be * prepared and there is no change notification. * - * Since: 0.15.UNRELEASED + * Since: 0.17.1 */ param_spec = g_param_spec_object ("file", "File", @@ -847,7 +847,7 @@ tp_file_transfer_channel_class_init (TpFileTransferChannelClass *klass) * The %TP_FILE_TRANSFER_CHANNEL_FEATURE_CORE feature has to be * prepared for this property to be meaningful and kept up to date. * - * Since 0.15.UNRELEASED + * Since 0.17.1 */ param_spec = g_param_spec_uint ("state", "State", @@ -884,7 +884,7 @@ tp_file_transfer_channel_class_init (TpFileTransferChannelClass *klass) * The %TP_FILE_TRANSFER_CHANNEL_FEATURE_CORE feature has to be * prepared for this property to be meaningful and kept up to date. * - * Since: 0.15.UNRELEASED + * Since: 0.17.1 */ param_spec = g_param_spec_uint64 ("initial-offset", "InitialOffset", @@ -922,7 +922,7 @@ tp_file_transfer_channel_class_init (TpFileTransferChannelClass *klass) * The %TP_FILE_TRANSFER_CHANNEL_FEATURE_CORE feature has to be * prepared for this property to be meaningful. * - * Since: 0.16.UNRELEASED + * Since: 0.17.1 */ param_spec = g_param_spec_string ("service-name", "ServiceName", @@ -969,7 +969,7 @@ tp_file_transfer_channel_class_init (TpFileTransferChannelClass *klass) * The %TP_FILE_TRANSFER_CHANNEL_FEATURE_CORE feature has to be * prepared for this property to be meaningful. * - * Since: 0.16.UNRELEASED + * Since: 0.17.1 */ param_spec = g_param_spec_boxed ("metadata", "Metadata", @@ -1285,7 +1285,7 @@ file_replace_async_cb (GObject *source, * tp_file_transfer_channel_accept_file_finish() to get the result of * the operation. * - * Since: 0.15.UNRELEASED + * Since: 0.17.1 */ void tp_file_transfer_channel_accept_file_async (TpFileTransferChannel *self, @@ -1343,7 +1343,7 @@ tp_file_transfer_channel_accept_file_async (TpFileTransferChannel *self, * * Returns: %TRUE if the accept operation was a success, or %FALSE * - * Since: 0.15.UNRELEASED + * Since: 0.17.1 */ gboolean tp_file_transfer_channel_accept_file_finish (TpFileTransferChannel *self, @@ -1407,7 +1407,7 @@ file_read_async_cb (GObject *source, * should then call tp_file_transfer_channel_provide_file_finish() to * get the result of the operation. * - * Since: 0.15.UNRELEASED + * Since: 0.17.1 */ void tp_file_transfer_channel_provide_file_async (TpFileTransferChannel *self, @@ -1469,7 +1469,7 @@ tp_file_transfer_channel_provide_file_async (TpFileTransferChannel *self, * Returns: %TRUE if the file has been successfully provided, or * %FALSE. * - * Since: 0.15.UNRELEASED + * Since: 0.17.1 */ gboolean tp_file_transfer_channel_provide_file_finish (TpFileTransferChannel *self, @@ -1588,7 +1588,7 @@ tp_file_transfer_channel_get_size (TpFileTransferChannel *self) * * Returns: the value of the #TpFileTransferChannel:state property * - * Since: 0.15.UNRELEASED + * Since: 0.17.1 */ TpFileTransferState tp_file_transfer_channel_get_state (TpFileTransferChannel *self, @@ -1629,7 +1629,7 @@ tp_file_transfer_channel_get_transferred_bytes (TpFileTransferChannel *self) * * Returns: the value of the #TpFileTransferChannel:service-name property * - * Since: 0.16.UNRELEASED + * Since: 0.17.1 */ const gchar * tp_file_transfer_channel_get_service_name (TpFileTransferChannel *self) @@ -1648,7 +1648,7 @@ tp_file_transfer_channel_get_service_name (TpFileTransferChannel *self) * Returns: (transfer none) (element-type utf8 GObject.Strv): the * value of the #TpFileTransferChannel:metadata property * - * Since: 0.16.UNRELEASED + * Since: 0.17.1 */ const GHashTable * tp_file_transfer_channel_get_metadata (TpFileTransferChannel *self) diff --git a/telepathy-glib/versions/0.17.1.abi b/telepathy-glib/versions/0.17.1.abi new file mode 100644 index 000000000..b12f1c851 --- /dev/null +++ b/telepathy-glib/versions/0.17.1.abi @@ -0,0 +1,14 @@ +Version: TELEPATHY_GLIB_0.17.1 +Extends: TELEPATHY_GLIB_0.17.0 +Release: 0.17.1 + +tp_svc_channel_interface_file_transfer_metadata_get_type +tp_file_transfer_channel_provide_file_async +tp_file_transfer_channel_get_service_name +tp_type_dbus_hash_sas +tp_file_transfer_channel_provide_file_finish +tp_iface_quark_channel_interface_file_transfer_metadata +tp_file_transfer_channel_get_metadata +tp_file_transfer_channel_accept_file_async +tp_file_transfer_channel_accept_file_finish +tp_file_transfer_channel_get_state |