summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-26 17:13:04 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-26 17:13:04 +0100
commitb6fa84ee7ea93f84fac2e993c08769264476a8b6 (patch)
treeb6e7647b6283394a7afdf2fb10b7c2b3d8460e04
parent4b0cb12dc3c79717083b29ca0728aa16b72604d8 (diff)
Prepare version 0.11.11telepathy-glib-0.11.11
-rw-r--r--NEWS7
-rw-r--r--configure.ac10
-rw-r--r--telepathy-glib/abi.am3
-rw-r--r--telepathy-glib/base-client.c6
-rw-r--r--telepathy-glib/base-connection-manager.c8
-rw-r--r--telepathy-glib/base-connection.c2
-rw-r--r--telepathy-glib/base-protocol.c28
-rw-r--r--telepathy-glib/channel-manager.c4
-rw-r--r--telepathy-glib/connection-manager.c6
-rw-r--r--telepathy-glib/dbus-properties-mixin.c2
-rw-r--r--telepathy-glib/extra-gtkdoc.h6
-rw-r--r--telepathy-glib/protocol.c46
-rw-r--r--telepathy-glib/proxy.c2
-rw-r--r--telepathy-glib/versions/0.11.11.abi53
14 files changed, 135 insertions, 48 deletions
diff --git a/NEWS b/NEWS
index dc7ada8d9..7b90cfa46 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-telepathy-glib 0.11.11 (UNRELEASED)
+telepathy-glib 0.11.11 (2010-07-26)
===================================
+The “xev claims I'm typing in Japanese” release.
+
Enhancements:
↭ Updated spec to 0.19.10 (smcv):
@@ -25,6 +27,9 @@ Fixes:
look up telepathy-vala in pkg-config; that pkg-config file will be removed
in a future version (treitter)
+↭ fd.o #29197: expand g-i coverage of connection manager code enough to
+ use it for libfolks' regression tests (pwithnall, smcv)
+
telepathy-glib 0.11.10 (2010-07-12)
===================================
diff --git a/configure.ac b/configure.ac
index 15254cf03..69e824d47 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], [10])
-m4_define([tp_glib_nano_version], [1])
+m4_define([tp_glib_micro_version], [11])
+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], [39])
-m4_define([tp_glib_lt_revision], [2])
-m4_define([tp_glib_lt_age], [39])
+m4_define([tp_glib_lt_current], [40])
+m4_define([tp_glib_lt_revision], [0])
+m4_define([tp_glib_lt_age], [40])
# Some magic
m4_define([tp_glib_base_version],
diff --git a/telepathy-glib/abi.am b/telepathy-glib/abi.am
index 67962809e..9f7273cb2 100644
--- a/telepathy-glib/abi.am
+++ b/telepathy-glib/abi.am
@@ -43,7 +43,8 @@ ABI_LISTS = \
versions/0.11.5.abi \
versions/0.11.6.abi \
versions/0.11.7.abi \
- versions/0.11.9.abi
+ versions/0.11.9.abi \
+ versions/0.11.11.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/base-client.c b/telepathy-glib/base-client.c
index 970d14610..9bcb7ff85 100644
--- a/telepathy-glib/base-client.c
+++ b/telepathy-glib/base-client.c
@@ -2051,7 +2051,7 @@ tp_base_client_get_object_path (TpBaseClient *self)
* part of the bus name and object path.
*
* Returns: the value of #TpBaseClient:name
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
const gchar *
tp_base_client_get_name (TpBaseClient *self)
@@ -2069,7 +2069,7 @@ tp_base_client_get_name (TpBaseClient *self)
* a suffix that includes the D-Bus unique name and a per-process counter.
*
* Returns: the value of #TpBaseClient:uniquify-name
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
gboolean
tp_base_client_get_uniquify_name (TpBaseClient *self)
@@ -2089,7 +2089,7 @@ tp_base_client_get_uniquify_name (TpBaseClient *self)
* necessarily valid after @self is destroyed.
*
* Returns: (transfer none): the value of #TpBaseClient:dbus-daemon
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
TpDBusDaemon *
tp_base_client_get_dbus_daemon (TpBaseClient *self)
diff --git a/telepathy-glib/base-connection-manager.c b/telepathy-glib/base-connection-manager.c
index c90cd438c..4e51b2979 100644
--- a/telepathy-glib/base-connection-manager.c
+++ b/telepathy-glib/base-connection-manager.c
@@ -214,7 +214,7 @@ _tp_legacy_protocol_new (TpBaseConnectionManager *cm,
* new connections, or %NULL if this CM uses Protocol objects.
* @interfaces: A #GStrv of extra D-Bus interfaces implemented
* by instances of this class, which may be filled in by subclasses. The
- * default is to list no additional interfaces. Since: 0.11.UNRELEASED
+ * default is to list no additional interfaces. Since: 0.11.11
*
* The class structure for #TpBaseConnectionManager.
*
@@ -225,7 +225,7 @@ _tp_legacy_protocol_new (TpBaseConnectionManager *cm,
* Changed in 0.7.1: it is a fatal error for @cm_dbus_name not to conform to
* the specification.
*
- * Changed in 0.11.UNRELEASED: protocol_params and new_connection may both be
+ * Changed in 0.11.11: protocol_params and new_connection may both be
* %NULL. If so, this connection manager is assumed to use Protocol objects
* instead.
*/
@@ -495,7 +495,7 @@ tp_base_connection_manager_class_init (TpBaseConnectionManagerClass *klass)
* The set of D-Bus interfaces available on this ConnectionManager, other
* than ConnectionManager itself.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
g_object_class_install_property (object_class, PROP_INTERFACES,
g_param_spec_boxed ("interfaces",
@@ -509,7 +509,7 @@ tp_base_connection_manager_class_init (TpBaseConnectionManagerClass *klass)
*
* The Protocol objects available on this ConnectionManager.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
g_object_class_install_property (object_class, PROP_PROTOCOLS,
g_param_spec_boxed ("protocols",
diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c
index 7e924988f..9f7be7fac 100644
--- a/telepathy-glib/base-connection.c
+++ b/telepathy-glib/base-connection.c
@@ -1591,7 +1591,7 @@ squash_name (const gchar *name, guint length)
* name and object path used. If %TRUE is returned, the connection owns the
* bus name, and will release it when destroyed.
*
- * Since 0.11.UNRELEASED, @bus_name and @object_path may be %NULL if the
+ * Since 0.11.11, @bus_name and @object_path may be %NULL if the
* strings are not needed.
*
* Returns: %TRUE on success, %FALSE on error.
diff --git a/telepathy-glib/base-protocol.c b/telepathy-glib/base-protocol.c
index 835ad2f7c..9a5867040 100644
--- a/telepathy-glib/base-protocol.c
+++ b/telepathy-glib/base-protocol.c
@@ -262,7 +262,7 @@ tp_cm_param_filter_string_nonempty (const TpCMParamSpec *paramspec,
*
* Base class for Telepathy Protocol objects.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
/**
@@ -271,7 +271,7 @@ tp_cm_param_filter_string_nonempty (const TpCMParamSpec *paramspec,
* An object providing static details of the implementation of one real-time
* communications protocol.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
/**
@@ -287,6 +287,8 @@ tp_cm_param_filter_string_nonempty (const TpCMParamSpec *paramspec,
*
* Returns: (transfer none) (array zero-terminated=1): a description of the
* parameters supported by this protocol
+ *
+ * Since: 0.11.11
*/
/**
@@ -304,6 +306,8 @@ tp_cm_param_filter_string_nonempty (const TpCMParamSpec *paramspec,
* #TpBaseProtocolClass.get_parameters.
*
* Returns: (transfer full): a new connection, or %NULL on error
+ *
+ * Since: 0.11.11
*/
/**
@@ -317,6 +321,8 @@ tp_cm_param_filter_string_nonempty (const TpCMParamSpec *paramspec,
* that is the normalized form of @contact, or raise an error and return %NULL.
*
* Returns: (transfer full): a normalized identifier, or %NULL on error
+ *
+ * Since: 0.11.11
*/
/**
@@ -335,6 +341,8 @@ tp_cm_param_filter_string_nonempty (const TpCMParamSpec *paramspec,
* #TpBaseProtocolClass.get_parameters.
*
* Returns: (transfer full): a unique name for the account, or %NULL on error
+ *
+ * Since: 0.11.11
*/
/**
@@ -345,6 +353,8 @@ tp_cm_param_filter_string_nonempty (const TpCMParamSpec *paramspec,
* @self, in addition to the Protocol interface.
*
* Returns: (transfer full): a %NULL-terminated array of D-Bus interface names
+ *
+ * Since: 0.11.11
*/
/**
@@ -368,6 +378,8 @@ tp_cm_param_filter_string_nonempty (const TpCMParamSpec *paramspec,
*
* Signature of a virtual method to get the D-Bus interfaces implemented by
* @self, in addition to the Protocol interface.
+ *
+ * Since: 0.11.11
*/
/**
@@ -400,7 +412,7 @@ tp_cm_param_filter_string_nonempty (const TpCMParamSpec *paramspec,
*
* The class of a #TpBaseProtocol.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
static void protocol_iface_init (TpSvcProtocolClass *cls);
@@ -531,6 +543,8 @@ tp_base_protocol_constructed (GObject *object)
* <!-- -->
*
* Returns: (transfer none): the value of #TpBaseProtocol:name
+ *
+ * Since: 0.11.11
*/
const gchar *
tp_base_protocol_get_name (TpBaseProtocol *self)
@@ -559,6 +573,8 @@ tp_base_protocol_get_name (TpBaseProtocol *self)
* Returns: a hash table mapping (gchar *) fully-qualified property names to
* GValues, which must be freed by the caller (at which point its
* contents will also be freed).
+ *
+ * Since: 0.11.11
*/
GHashTable *
@@ -781,6 +797,8 @@ tp_base_protocol_class_init (TpBaseProtocolClass *klass)
* should use tp_base_protocol_get_immutable_properties(),
* then augment the result using
* tp_dbus_properties_mixin_fill_properties_hash().
+ *
+ * Since: 0.11.11
*/
g_object_class_install_property (object_class, PROP_IMMUTABLE_PROPERTIES,
g_param_spec_boxed ("immutable-properties",
@@ -811,6 +829,8 @@ tp_base_protocol_init (TpBaseProtocol *self)
*
* Returns: (transfer none) (array zero-terminated=1): a description of the
* parameters supported by this protocol
+ *
+ * Since: 0.11.11
*/
const TpCMParamSpec *
tp_base_protocol_get_parameters (TpBaseProtocol *self)
@@ -1151,6 +1171,8 @@ except:
* specified by #TpCMParamSpec.gtype.
*
* Returns: a new connection, or %NULL on error
+ *
+ * Since: 0.11.11
*/
TpBaseConnection *
tp_base_protocol_new_connection (TpBaseProtocol *self,
diff --git a/telepathy-glib/channel-manager.c b/telepathy-glib/channel-manager.c
index 44918bc3b..834c67972 100644
--- a/telepathy-glib/channel-manager.c
+++ b/telepathy-glib/channel-manager.c
@@ -184,7 +184,7 @@
* @type_foreach_channel_class: Call func(cls, fixed, allowed, user_data)
* for each class of channel that instances of this class might be able to
* create.
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*
* The vtable for a channel manager implementation.
*
@@ -627,7 +627,7 @@ tp_channel_manager_foreach_channel_class (TpChannelManager *manager,
* Calls func(type, fixed, allowed, user_data) for each channel class
* potentially understood by instances of @type.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
void
tp_channel_manager_type_foreach_channel_class (GType type,
diff --git a/telepathy-glib/connection-manager.c b/telepathy-glib/connection-manager.c
index 20b11460b..90fd28cf5 100644
--- a/telepathy-glib/connection-manager.c
+++ b/telepathy-glib/connection-manager.c
@@ -86,7 +86,7 @@
* will have been retrieved, either by activating the connection manager over
* D-Bus or by reading the .manager file in which that information is cached.
*
- * Since 0.11.UNRELEASED, this feature also finds any extra interfaces that
+ * Since 0.11.11, this feature also finds any extra interfaces that
* this connection manager has, and adds them to #TpProxy:interfaces (where
* they can be queried with tp_proxy_has_interface()).
*
@@ -2122,7 +2122,7 @@ tp_connection_manager_dup_protocol_names (TpConnectionManager *self)
* Returns a structure representing a protocol, or %NULL if this connection
* manager does not support the specified protocol.
*
- * Since 0.11.UNRELEASED, you can get a #GObject version with more
+ * Since 0.11.11, you can get a #GObject version with more
* functionality by calling tp_connection_manager_get_protocol_object().
*
* If this function is called before the connection manager information has
@@ -2167,7 +2167,7 @@ tp_connection_manager_get_protocol (TpConnectionManager *self,
*
* Returns: (transfer none): an object representing the protocol, or %NULL
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
TpProtocol *
tp_connection_manager_get_protocol_object (TpConnectionManager *self,
diff --git a/telepathy-glib/dbus-properties-mixin.c b/telepathy-glib/dbus-properties-mixin.c
index 4af214b82..09ef174e8 100644
--- a/telepathy-glib/dbus-properties-mixin.c
+++ b/telepathy-glib/dbus-properties-mixin.c
@@ -834,7 +834,7 @@ tp_dbus_properties_mixin_fill_properties_hash_va (
* model as the hash tables required by tp_asv_set_string() and similar
* functions.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
void
tp_dbus_properties_mixin_fill_properties_hash (
diff --git a/telepathy-glib/extra-gtkdoc.h b/telepathy-glib/extra-gtkdoc.h
index 72b3ed1f8..126a4a947 100644
--- a/telepathy-glib/extra-gtkdoc.h
+++ b/telepathy-glib/extra-gtkdoc.h
@@ -770,7 +770,7 @@
* spec) makes it easier to export an object implementing the Telepathy
* Protocol interface.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
/**
@@ -785,6 +785,8 @@
*
* This section documents the auto-generated C wrappers for the Contact Search
* channel type.
+ *
+ * Since: 0.11.11
*/
/**
@@ -799,4 +801,6 @@
*
* This section documents the auto-generated C wrappers for the Contact Search
* channel type.
+ *
+ * Since: 0.11.11
*/
diff --git a/telepathy-glib/protocol.c b/telepathy-glib/protocol.c
index 0b243f644..5dc4a87da 100644
--- a/telepathy-glib/protocol.c
+++ b/telepathy-glib/protocol.c
@@ -28,6 +28,8 @@
* represented by a D-Bus object; in older connection managers, the protocols
* are represented by data structures, and this object merely emulates a D-Bus
* object.
+ *
+ * Since: 0.11.11
*/
#include <telepathy-glib/protocol.h>
@@ -58,7 +60,7 @@ struct _TpProtocolClass
*
* A base class for connection managers' protocols.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
/**
@@ -66,7 +68,7 @@ struct _TpProtocolClass
*
* The class of a #TpProtocol.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
G_DEFINE_TYPE(TpProtocol, tp_protocol, TP_TYPE_PROXY);
@@ -88,7 +90,7 @@ G_DEFINE_TYPE(TpProtocol, tp_protocol, TP_TYPE_PROXY);
* One can ask for a feature to be prepared using the
* tp_proxy_prepare_async() function, and waiting for it to callback.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
GQuark
@@ -122,7 +124,7 @@ tp_protocol_get_feature_quark_parameters (void)
* One can ask for a feature to be prepared using the
* tp_proxy_prepare_async() function, and waiting for it to callback.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
GQuark
@@ -527,7 +529,7 @@ tp_protocol_class_init (TpProtocolClass *klass)
* The machine-readable name of the protocol, taken from the Telepathy
* D-Bus Interface Specification, such as "jabber" or "local-xmpp".
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
g_object_class_install_property (object_class, PROP_PROTOCOL_NAME,
g_param_spec_string ("protocol-name",
@@ -547,7 +549,7 @@ tp_protocol_class_init (TpProtocolClass *klass)
* will both be unavailable, and this #TpProtocol object will only be useful
* as a way to access lower-level D-Bus calls.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
g_object_class_install_property (object_class, PROP_PROTOCOL_PROPERTIES,
g_param_spec_boxed ("protocol-properties",
@@ -571,7 +573,7 @@ tp_protocol_class_init (TpProtocolClass *klass)
* #TpProtocol:english-name, but should use this English version as a
* fallback if no translated version can be found.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
g_object_class_install_property (object_class, PROP_ENGLISH_NAME,
g_param_spec_string ("english-name",
@@ -586,7 +588,7 @@ tp_protocol_class_init (TpProtocolClass *klass)
* identifiers, normalized to lower case, or %NULL if there is no such field
* or the %TP_PROTOCOL_FEATURE_CORE feature has not been prepared.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
g_object_class_install_property (object_class, PROP_VCARD_FIELD,
g_param_spec_string ("vcard-field",
@@ -602,7 +604,7 @@ tp_protocol_class_init (TpProtocolClass *klass)
* prepared, a default is used; currently, this is "im-" plus
* #TpProtocol:name.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
g_object_class_install_property (object_class, PROP_ICON_NAME,
g_param_spec_string ("icon-name",
@@ -617,7 +619,7 @@ tp_protocol_class_init (TpProtocolClass *klass)
* protocol, or %NULL if this is unknown or the %TP_PROTOCOL_FEATURE_CORE
* feature has not been prepared.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
g_object_class_install_property (object_class, PROP_CAPABILITIES,
g_param_spec_object ("capabilities",
@@ -632,7 +634,7 @@ tp_protocol_class_init (TpProtocolClass *klass)
* for this protocol, or %NULL if %TP_PROTOCOL_FEATURE_PARAMETERS has not
* been prepared.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
g_object_class_install_property (object_class, PROP_PARAM_NAMES,
g_param_spec_boxed ("param-names",
@@ -665,7 +667,7 @@ tp_protocol_init (TpProtocol *self)
*
* Returns: a new protocol proxy, or %NULL on invalid arguments
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
TpProtocol *
tp_protocol_new (TpDBusDaemon *dbus,
@@ -716,7 +718,7 @@ finally:
* tp_proxy_or_subclass_hook_on_interface_add() with first argument
* %TP_TYPE_PROTOCOL.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
void
tp_protocol_init_known_interfaces (void)
@@ -753,7 +755,7 @@ _tp_protocol_get_struct (TpProtocol *self)
*
* Returns: the value of the #TpProtocol:protocol-name property
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
const gchar *
tp_protocol_get_name (TpProtocol *self)
@@ -771,7 +773,7 @@ tp_protocol_get_name (TpProtocol *self)
*
* Returns: %TRUE if @self supports the parameter @param.
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
gboolean
tp_protocol_has_param (TpProtocol *self,
@@ -790,7 +792,7 @@ tp_protocol_has_param (TpProtocol *self,
* Returns: a structure representing the parameter @param, or %NULL if not
* supported
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
const TpConnectionManagerParam *tp_protocol_get_param (TpProtocol *self,
const gchar *param)
@@ -809,7 +811,7 @@ const TpConnectionManagerParam *tp_protocol_get_param (TpProtocol *self,
*
* Returns: %TRUE if @protocol supports the parameter "register"
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
gboolean
tp_protocol_can_register (TpProtocol *self)
@@ -829,7 +831,7 @@ tp_protocol_can_register (TpProtocol *self)
* Returns: (type GObject.Strv) (transfer full): a copy of
* #TpProtocol:param-names
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
GStrv
tp_protocol_dup_param_names (TpProtocol *self)
@@ -847,7 +849,7 @@ tp_protocol_dup_param_names (TpProtocol *self)
*
* Returns: the value of #TpProtocol:vcard-field
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
const gchar *
tp_protocol_get_vcard_field (TpProtocol *self)
@@ -864,7 +866,7 @@ tp_protocol_get_vcard_field (TpProtocol *self)
*
* Returns: the non-%NULL, non-empty value of #TpProtocol:english-name
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
const gchar *
tp_protocol_get_english_name (TpProtocol *self)
@@ -881,7 +883,7 @@ tp_protocol_get_english_name (TpProtocol *self)
*
* Returns: the non-%NULL, non-empty value of #TpProtocol:icon-name
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
const gchar *
tp_protocol_get_icon_name (TpProtocol *self)
@@ -899,7 +901,7 @@ tp_protocol_get_icon_name (TpProtocol *self)
* Returns: (transfer none): #TpProtocol:capabilities, which must be referenced
* (if non-%NULL) if it will be kept
*
- * Since: 0.11.UNRELEASED
+ * Since: 0.11.11
*/
TpCapabilities *
tp_protocol_get_capabilities (TpProtocol *self)
diff --git a/telepathy-glib/proxy.c b/telepathy-glib/proxy.c
index a639f034b..24bafd166 100644
--- a/telepathy-glib/proxy.c
+++ b/telepathy-glib/proxy.c
@@ -460,7 +460,7 @@ tp_proxy_has_interface_by_id (gpointer self,
* @iface: the D-Bus interface required, as a string
*
* Return whether this proxy is known to have a particular interface. In
- * versions older than 0.11.UNRELEASED, this was a macro wrapper around
+ * versions older than 0.11.11, this was a macro wrapper around
* tp_proxy_has_interface_by_id().
*
* For objects that discover their interfaces at runtime, this method will
diff --git a/telepathy-glib/versions/0.11.11.abi b/telepathy-glib/versions/0.11.11.abi
new file mode 100644
index 000000000..86d25d3f0
--- /dev/null
+++ b/telepathy-glib/versions/0.11.11.abi
@@ -0,0 +1,53 @@
+Version: TELEPATHY_GLIB_0.11.11
+Extends: TELEPATHY_GLIB_0.11.9
+Release: 0.11.11
+
+tp_base_client_get_dbus_daemon
+tp_base_client_get_name
+tp_base_client_get_uniquify_name
+tp_base_connection_manager_add_protocol
+tp_base_protocol_get_immutable_properties
+tp_base_protocol_get_name
+tp_base_protocol_get_parameters
+tp_base_protocol_get_type
+tp_base_protocol_new_connection
+tp_channel_manager_type_foreach_channel_class
+tp_cli_channel_type_contact_search_call_more
+tp_cli_channel_type_contact_search_call_search
+tp_cli_channel_type_contact_search_call_stop
+tp_cli_channel_type_contact_search_connect_to_search_result_received
+tp_cli_channel_type_contact_search_connect_to_search_state_changed
+tp_cli_channel_type_contact_search_run_more
+tp_cli_channel_type_contact_search_run_search
+tp_cli_channel_type_contact_search_run_stop
+tp_cli_protocol_call_identify_account
+tp_cli_protocol_call_normalize_contact
+tp_connection_manager_get_protocol_object
+tp_dbus_properties_mixin_fill_properties_hash
+tp_iface_quark_channel_type_contact_search
+tp_iface_quark_protocol
+tp_protocol_can_register
+tp_protocol_dup_param_names
+tp_protocol_get_capabilities
+tp_protocol_get_english_name
+tp_protocol_get_feature_quark_core
+tp_protocol_get_feature_quark_parameters
+tp_protocol_get_icon_name
+tp_protocol_get_name
+tp_protocol_get_param
+tp_protocol_get_type
+tp_protocol_get_vcard_field
+tp_protocol_has_param
+tp_protocol_init_known_interfaces
+tp_protocol_new
+tp_proxy_has_interface
+tp_svc_channel_type_contact_search_emit_search_result_received
+tp_svc_channel_type_contact_search_emit_search_state_changed
+tp_svc_channel_type_contact_search_get_type
+tp_svc_channel_type_contact_search_implement_more
+tp_svc_channel_type_contact_search_implement_search
+tp_svc_channel_type_contact_search_implement_stop
+tp_svc_protocol_get_type
+tp_svc_protocol_implement_identify_account
+tp_svc_protocol_implement_normalize_contact
+tp_type_dbus_hash_sa_28sasas_29