diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-10-11 19:31:16 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-10-11 19:36:27 +0100 |
commit | a4806385597c950cdb83f0c7729f210a760b4933 (patch) | |
tree | d0647665d71ae05d019e47a25ccdf3771855bd54 | |
parent | a850ddf3be9186ae738d4b75c8e5e67cb7f95f0d (diff) | |
download | telepathy-glib-a4806385597c950cdb83f0c7729f210a760b4933.tar.gz |
Version 0.15.8telepathy-glib-0.15.8
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 8 | ||||
-rw-r--r-- | telepathy-glib/abi.am | 1 | ||||
-rw-r--r-- | telepathy-glib/base-room-config.c | 2 | ||||
-rw-r--r-- | telepathy-glib/dbus-properties-mixin.c | 4 | ||||
-rw-r--r-- | telepathy-glib/extra-gtkdoc.h | 4 | ||||
-rw-r--r-- | telepathy-glib/versions/0.15.8.abi | 25 |
7 files changed, 36 insertions, 10 deletions
@@ -1,4 +1,4 @@ -telepathy-glib 0.15.8 (UNRELEASED) +telepathy-glib 0.15.8 (2011-10-12) ================================== The “fretting about the now” release. diff --git a/configure.ac b/configure.ac index 14bf0a67b..30cad568e 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], [15]) -m4_define([tp_glib_micro_version], [7]) -m4_define([tp_glib_nano_version], [1]) +m4_define([tp_glib_micro_version], [8]) +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], [62]) +m4_define([tp_glib_lt_current], [63]) m4_define([tp_glib_lt_revision], [0]) -m4_define([tp_glib_lt_age], [62]) +m4_define([tp_glib_lt_age], [63]) # Some magic m4_define([tp_glib_base_version], diff --git a/telepathy-glib/abi.am b/telepathy-glib/abi.am index 7f98023b1..35b78480e 100644 --- a/telepathy-glib/abi.am +++ b/telepathy-glib/abi.am @@ -76,6 +76,7 @@ ABI_LISTS = \ versions/0.15.3.abi \ versions/0.15.5.abi \ versions/0.15.6.abi \ + versions/0.15.8.abi \ $(NULL) # The quoting here is unnecessary but harmless, and has the useful side-effect diff --git a/telepathy-glib/base-room-config.c b/telepathy-glib/base-room-config.c index 5d844d0f3..3b6d4f481 100644 --- a/telepathy-glib/base-room-config.c +++ b/telepathy-glib/base-room-config.c @@ -95,7 +95,7 @@ * On joining the room, once the entire room configuration has been retrieved * from the network, the CM should call tp_base_room_config_set_retrieved(). * - * Since: UNRELEASED + * Since: 0.15.8 */ /** diff --git a/telepathy-glib/dbus-properties-mixin.c b/telepathy-glib/dbus-properties-mixin.c index 6b37fc610..a88225e8e 100644 --- a/telepathy-glib/dbus-properties-mixin.c +++ b/telepathy-glib/dbus-properties-mixin.c @@ -204,7 +204,7 @@ tp_svc_interface_set_dbus_properties_info (GType g_interface, * * Returns: D-Bus property metadata for @g_interface, or %NULL if it has * none. - * Since: UNRELEASED + * Since: 0.15.8 */ TpDBusPropertiesMixinIfaceInfo * tp_svc_interface_get_dbus_properties_info (GType g_interface) @@ -1203,7 +1203,7 @@ out: * If Set would return a D-Bus error, sets @error and returns %FALSE * * Returns: %TRUE on success; %FALSE (setting @error) on failure - * Since: UNRELEASED + * Since: 0.15.8 */ gboolean tp_dbus_properties_mixin_set ( diff --git a/telepathy-glib/extra-gtkdoc.h b/telepathy-glib/extra-gtkdoc.h index b6e7ed0e6..c68b5552b 100644 --- a/telepathy-glib/extra-gtkdoc.h +++ b/telepathy-glib/extra-gtkdoc.h @@ -123,7 +123,7 @@ * participants, and whether the room is password-protected). Channels with * this interface will typically implement the other two, too. * - * Since: 0.UNRELEASED + * Since: 0.15.8 */ /** @@ -507,7 +507,7 @@ * for other aspects of a chat room's configuration (such as the maximum number * of participants, and whether the room is password-protected). * - * Since: 0.UNRELEASED + * Since: 0.15.8 */ /** diff --git a/telepathy-glib/versions/0.15.8.abi b/telepathy-glib/versions/0.15.8.abi new file mode 100644 index 000000000..41911ec80 --- /dev/null +++ b/telepathy-glib/versions/0.15.8.abi @@ -0,0 +1,25 @@ +Version: TELEPATHY_GLIB_0.15.8 +Extends: TELEPATHY_GLIB_0.15.6 +Release: 0.15.8 + +tp_base_room_config_dup_channel +tp_base_room_config_emit_properties_changed +tp_base_room_config_get_type +tp_base_room_config_iface_init +tp_base_room_config_property_get_type +tp_base_room_config_register_class +tp_base_room_config_set_can_update_configuration +tp_base_room_config_set_property_mutable +tp_base_room_config_set_retrieved +tp_cli_channel_interface_room_config_call_update_configuration +tp_cli_channel_interface_subject_call_set_subject +tp_dbus_properties_mixin_set +tp_iface_quark_channel_interface_room +tp_iface_quark_channel_interface_room_config +tp_iface_quark_channel_interface_subject +tp_svc_channel_interface_room_config_get_type +tp_svc_channel_interface_room_config_implement_update_configuration +tp_svc_channel_interface_room_get_type +tp_svc_channel_interface_subject_get_type +tp_svc_channel_interface_subject_implement_set_subject +tp_svc_interface_get_dbus_properties_info |