summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac10
-rw-r--r--telepathy-glib/abi.am1
-rw-r--r--telepathy-glib/base-protocol.c4
-rw-r--r--telepathy-glib/errors.c4
-rw-r--r--telepathy-glib/extra-gtkdoc.h8
-rw-r--r--telepathy-glib/versions/0.13.7.abi48
7 files changed, 65 insertions, 14 deletions
diff --git a/NEWS b/NEWS
index 2d756d1ba..ab52973df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-telepathy-glib 0.13.7 (UNRELEASED)
+telepathy-glib 0.13.7 (2010-11-25)
==================================
+The "moustache pattern released under a Creative Commons licence" release.
+
This release includes all bugfixes from 0.12.5.
Enhancements:
diff --git a/configure.ac b/configure.ac
index 895d0fb7f..527fa2613 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], [13])
-m4_define([tp_glib_micro_version], [6])
-m4_define([tp_glib_nano_version], [1])
+m4_define([tp_glib_micro_version], [7])
+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], [51])
-m4_define([tp_glib_lt_revision], [1])
-m4_define([tp_glib_lt_age], [51])
+m4_define([tp_glib_lt_current], [52])
+m4_define([tp_glib_lt_revision], [0])
+m4_define([tp_glib_lt_age], [52])
# Some magic
m4_define([tp_glib_base_version],
diff --git a/telepathy-glib/abi.am b/telepathy-glib/abi.am
index f25fb0421..5098683b4 100644
--- a/telepathy-glib/abi.am
+++ b/telepathy-glib/abi.am
@@ -56,6 +56,7 @@ ABI_LISTS = \
versions/0.13.3.abi \
versions/0.13.4.abi \
versions/0.13.5.abi \
+ versions/0.13.7.abi \
$(NULL)
# The quoting here is unnecessary but harmless, and has the useful side-effect
diff --git a/telepathy-glib/base-protocol.c b/telepathy-glib/base-protocol.c
index 068bd3edc..aa085cef8 100644
--- a/telepathy-glib/base-protocol.c
+++ b/telepathy-glib/base-protocol.c
@@ -408,7 +408,7 @@ tp_cm_param_filter_string_nonempty (const TpCMParamSpec *paramspec,
* Signature of a virtual method to get the supported avatar details for the
* protocol implemented by @self.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.7
*/
/**
@@ -441,7 +441,7 @@ tp_cm_param_filter_string_nonempty (const TpCMParamSpec *paramspec,
* @get_statuses: a callback used to implement the Protocol.Interface.Presence
* interface's Statuses property. Since 0.13.5
* @get_avatar_details: a callback used to implement the
- * Protocol.Interface.Avatars interface's properties. Since 0.13.UNRELEASED
+ * Protocol.Interface.Avatars interface's properties. Since 0.13.7
*
* The class of a #TpBaseProtocol.
*
diff --git a/telepathy-glib/errors.c b/telepathy-glib/errors.c
index 8ecc15db5..a8524be01 100644
--- a/telepathy-glib/errors.c
+++ b/telepathy-glib/errors.c
@@ -208,12 +208,12 @@
* understand each other, or an apparently impossible situation is
* reached. This has a similar meaning to %TP_DBUS_ERROR_INCONSISTENT but
* can be passed between processes via D-Bus.
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.7
* @TP_ERROR_SERVICE_CONFUSED: org.freedesktop.Telepathy.Error.ServiceConfused:
* Raised when a server or other piece of infrastructure indicates an
* internal error, or when a message that makes no sense is received from
* a server or other piece of infrastructure.
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.7
*
* Enumerated type representing the Telepathy D-Bus errors.
*/
diff --git a/telepathy-glib/extra-gtkdoc.h b/telepathy-glib/extra-gtkdoc.h
index d505d6c3b..53f614d0f 100644
--- a/telepathy-glib/extra-gtkdoc.h
+++ b/telepathy-glib/extra-gtkdoc.h
@@ -880,7 +880,7 @@
* as presence notifications. This section documents auto-generated C
* wrappers for the PowerSaving D-Bus interface.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.7
*/
/**
@@ -891,7 +891,7 @@
* The ServerAuthentication channel type represents a request for client/UI
* processes to carry out authentication with a server.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.7
*/
/**
@@ -906,7 +906,7 @@
* allows providing a simple password to the connection manager for it to
* use with SASL or non-SASL mechanisms.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.7
*/
/**
@@ -917,5 +917,5 @@
* The Securable channel interface represents a channel that might be
* end-to-end encrypted and/or protected from man-in-the-middle attacks.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.7
*/
diff --git a/telepathy-glib/versions/0.13.7.abi b/telepathy-glib/versions/0.13.7.abi
new file mode 100644
index 000000000..96fe1c969
--- /dev/null
+++ b/telepathy-glib/versions/0.13.7.abi
@@ -0,0 +1,48 @@
+Version: TELEPATHY_GLIB_0.13.7
+Extends: TELEPATHY_GLIB_0.13.5
+Release: 0.13.7
+
+tp_cli_account_interface_addressing_call_set_uri_scheme_association
+tp_cli_channel_dispatcher_call_create_channel_with_hints
+tp_cli_channel_dispatcher_call_ensure_channel_with_hints
+tp_cli_channel_interface_sasl_authentication_call_abort_sasl
+tp_cli_channel_interface_sasl_authentication_call_accept_sasl
+tp_cli_channel_interface_sasl_authentication_call_respond
+tp_cli_channel_interface_sasl_authentication_call_start_mechanism
+tp_cli_channel_interface_sasl_authentication_call_start_mechanism_with_data
+tp_cli_channel_interface_sasl_authentication_connect_to_new_challenge
+tp_cli_channel_interface_sasl_authentication_connect_to_sasl_status_changed
+tp_cli_channel_interface_sasl_authentication_run_abort_sasl
+tp_cli_channel_interface_sasl_authentication_run_accept_sasl
+tp_cli_channel_interface_sasl_authentication_run_respond
+tp_cli_channel_interface_sasl_authentication_run_start_mechanism
+tp_cli_channel_interface_sasl_authentication_run_start_mechanism_with_data
+tp_cli_channel_request_connect_to_succeeded_with_channel
+tp_cli_connection_interface_power_saving_call_set_power_saving
+tp_cli_connection_interface_power_saving_connect_to_power_saving_changed
+tp_cli_connection_interface_power_saving_run_set_power_saving
+tp_iface_quark_account_interface_addressing
+tp_iface_quark_channel_interface_sasl_authentication
+tp_iface_quark_channel_interface_securable
+tp_iface_quark_channel_type_server_authentication
+tp_iface_quark_connection_interface_power_saving
+tp_iface_quark_protocol_interface_avatars
+tp_svc_account_interface_addressing_get_type
+tp_svc_account_interface_addressing_implement_set_uri_scheme_association
+tp_svc_channel_dispatcher_implement_create_channel_with_hints
+tp_svc_channel_dispatcher_implement_ensure_channel_with_hints
+tp_svc_channel_interface_sasl_authentication_emit_new_challenge
+tp_svc_channel_interface_sasl_authentication_emit_sasl_status_changed
+tp_svc_channel_interface_sasl_authentication_get_type
+tp_svc_channel_interface_sasl_authentication_implement_abort_sasl
+tp_svc_channel_interface_sasl_authentication_implement_accept_sasl
+tp_svc_channel_interface_sasl_authentication_implement_respond
+tp_svc_channel_interface_sasl_authentication_implement_start_mechanism
+tp_svc_channel_interface_sasl_authentication_implement_start_mechanism_with_data
+tp_svc_channel_interface_securable_get_type
+tp_svc_channel_request_emit_succeeded_with_channel
+tp_svc_channel_type_server_authentication_get_type
+tp_svc_connection_interface_power_saving_emit_power_saving_changed
+tp_svc_connection_interface_power_saving_get_type
+tp_svc_connection_interface_power_saving_implement_set_power_saving
+tp_svc_protocol_interface_avatars_get_type