summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-12-10 17:09:34 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-12-10 17:09:34 +0000
commit26112e5f5b3481bc1f369c15021943a0c84c066b (patch)
treeeae7e35eea720f702e01d3e7648bf69fa65f2eb2
parent0e8974c8c464447f2fb6b46132de5eb52157178a (diff)
Prepare version 0.13.9telepathy-glib-0.13.9
-rw-r--r--NEWS6
-rw-r--r--configure.ac8
-rw-r--r--telepathy-glib/abi.am1
-rw-r--r--telepathy-glib/account.c2
-rw-r--r--telepathy-glib/base-protocol.c2
-rw-r--r--telepathy-glib/client-message.c8
-rw-r--r--telepathy-glib/cm-message.c12
-rw-r--r--telepathy-glib/connection.c4
-rw-r--r--telepathy-glib/contact.c2
-rw-r--r--telepathy-glib/group-mixin.c4
-rw-r--r--telepathy-glib/message.c16
-rw-r--r--telepathy-glib/protocol.c4
-rw-r--r--telepathy-glib/signalled-message.c6
-rw-r--r--telepathy-glib/util.c4
-rw-r--r--telepathy-glib/versions/0.13.9.abi31
15 files changed, 77 insertions, 33 deletions
diff --git a/NEWS b/NEWS
index fb2e9b5a7..89c916166 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
-telepathy-glib 0.13.9 (UNRELEASED)
+telepathy-glib 0.13.9 (2010-12-10)
==================================
+The "please mind the gap between the table and the table" release.
+
+This release includes all the bugfixes from version 0.12.6.
+
Deprecations:
• tp_message_new (replace with tp_cm_message_new)
diff --git a/configure.ac b/configure.ac
index 881406f23..c34b5a285 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], [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,
@@ -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], [53])
+m4_define([tp_glib_lt_current], [54])
m4_define([tp_glib_lt_revision], [0])
-m4_define([tp_glib_lt_age], [53])
+m4_define([tp_glib_lt_age], [54])
# Some magic
m4_define([tp_glib_base_version],
diff --git a/telepathy-glib/abi.am b/telepathy-glib/abi.am
index 827760f66..fe13097d3 100644
--- a/telepathy-glib/abi.am
+++ b/telepathy-glib/abi.am
@@ -58,6 +58,7 @@ ABI_LISTS = \
versions/0.13.5.abi \
versions/0.13.7.abi \
versions/0.13.8.abi \
+ versions/0.13.9.abi \
$(NULL)
# The quoting here is unnecessary but harmless, and has the useful side-effect
diff --git a/telepathy-glib/account.c b/telepathy-glib/account.c
index 95d83a46a..7967876a9 100644
--- a/telepathy-glib/account.c
+++ b/telepathy-glib/account.c
@@ -1967,7 +1967,7 @@ tp_account_ensure_connection (TpAccount *account,
* persistent identification of the account, use tp_proxy_get_object_path().
*
* Returns: a suffix of @account's object path, for debugging purposes.
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.9
*/
const gchar *
tp_account_get_path_suffix (TpAccount *account)
diff --git a/telepathy-glib/base-protocol.c b/telepathy-glib/base-protocol.c
index 8cf825855..7c58d0bff 100644
--- a/telepathy-glib/base-protocol.c
+++ b/telepathy-glib/base-protocol.c
@@ -444,7 +444,7 @@ tp_cm_param_filter_string_nonempty (const TpCMParamSpec *paramspec,
* Protocol.Interface.Avatars interface's properties. Since 0.13.7
* @dup_authentication_types: a callback used to implement the
* AuthenticationTypes D-Bus property; it must return a newly allocated #GStrv
- * containing D-Bus interface names. Since 0.13.UNRELEASED
+ * containing D-Bus interface names. Since 0.13.9
*
* The class of a #TpBaseProtocol.
*
diff --git a/telepathy-glib/client-message.c b/telepathy-glib/client-message.c
index 97499804a..2a4682fda 100644
--- a/telepathy-glib/client-message.c
+++ b/telepathy-glib/client-message.c
@@ -29,7 +29,7 @@
* Its subclass #TpSignalledMessage represents messages as signalled by a
* connection manager.
*
- * @since 0.13.UNRELEASED
+ * @since 0.13.9
*/
#include "client-message.h"
@@ -45,6 +45,8 @@
*
* Opaque structure representing a message in the Telepathy messages interface
* (client side).
+ *
+ * Since: 0.13.9
*/
G_DEFINE_TYPE (TpClientMessage, tp_client_message, TP_TYPE_MESSAGE)
@@ -74,7 +76,7 @@ tp_client_message_init (TpClientMessage *self)
* Returns: (transfer full): a newly allocated #TpClientMessage having only
* the header part.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.9
*/
TpMessage *
tp_client_message_new (void)
@@ -94,7 +96,7 @@ tp_client_message_new (void)
*
* Returns: (transfer full): a newly allocated #TpClientMessage
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.9
*/
TpMessage *
tp_client_message_new_text (TpChannelTextMessageType type,
diff --git a/telepathy-glib/cm-message.c b/telepathy-glib/cm-message.c
index c6c315a16..d8bf5e50d 100644
--- a/telepathy-glib/cm-message.c
+++ b/telepathy-glib/cm-message.c
@@ -26,7 +26,7 @@
* #TpCMMessage is used within connection managers to represent a
* message sent or received using the Messages interface.
*
- * @since 0.13.UNRELEASED
+ * @since 0.13.9
*/
#include "cm-message.h"
@@ -46,6 +46,8 @@ G_DEFINE_TYPE (TpCMMessage, tp_cm_message, TP_TYPE_MESSAGE)
* (an array of at least one mapping from string to variant, where the first
* mapping contains message headers and subsequent mappings contain the
* message body).
+ *
+ * Since: 0.13.9
*/
struct _TpCMMessagePrivate
@@ -93,7 +95,7 @@ tp_cm_message_init (TpCMMessage *self)
* Returns: a newly allocated message suitable to be passed to
* tp_cm_message_mixin_take_received
*
- * @since 0.13.UNRELEASED
+ * @since 0.13.9
*/
TpMessage *
tp_cm_message_new (TpBaseConnection *connection,
@@ -135,7 +137,7 @@ tp_cm_message_new (TpBaseConnection *connection,
* references owned by @message will subsequently belong to and be released
* with @self.
*
- * @since 0.13.UNRELEASED
+ * @since 0.13.9
*/
void
tp_cm_message_take_message (TpMessage *self,
@@ -180,7 +182,7 @@ tp_cm_message_take_message (TpMessage *self,
* Set the sender of @self, i.e. the "message-sender" and
* "message-sender-id" keys in the header.
*
- * @since 0.13.UNRELEASED
+ * @since 0.13.9
*/
void
tp_cm_message_set_sender (TpMessage *self,
@@ -244,7 +246,7 @@ _tp_cm_message_new_from_parts (TpBaseConnection *conn,
*
* Returns: a %TP_HANDLE_TYPE_CONTACT handle, or 0
*
- * @since 0.13.UNRELEASED
+ * @since 0.13.9
*/
TpHandle
tp_cm_message_get_sender (TpMessage *self)
diff --git a/telepathy-glib/connection.c b/telepathy-glib/connection.c
index a979c9be7..4f3882909 100644
--- a/telepathy-glib/connection.c
+++ b/telepathy-glib/connection.c
@@ -1265,7 +1265,7 @@ tp_connection_class_init (TpConnectionClass *klass)
* tp_proxy_prepare_async() with the feature
* %TP_CONNECTION_FEATURE_CONNECTED.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.9
*/
param_spec = g_param_spec_object ("self-contact", "Self contact",
"The local user's Contact object on this connection", TP_TYPE_CONTACT,
@@ -2315,7 +2315,7 @@ tp_connection_has_immortal_handles (TpConnection *self)
* Returns: (transfer none): the value of the TpConnection:self-contact
* property, which may be %NULL
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.9
*/
TpContact *
tp_connection_get_self_contact (TpConnection *self)
diff --git a/telepathy-glib/contact.c b/telepathy-glib/contact.c
index 31904132d..c9c99a4b4 100644
--- a/telepathy-glib/contact.c
+++ b/telepathy-glib/contact.c
@@ -1028,7 +1028,7 @@ tp_contact_ensure (TpConnection *connection,
*
* Returns: (transfer full): a contact or %NULL
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.9
*/
TpContact *
tp_connection_dup_contact_if_possible (TpConnection *connection,
diff --git a/telepathy-glib/group-mixin.c b/telepathy-glib/group-mixin.c
index ff10e9d91..9c1dba7e5 100644
--- a/telepathy-glib/group-mixin.c
+++ b/telepathy-glib/group-mixin.c
@@ -162,6 +162,8 @@ struct _TpGroupMixinPrivate {
* <!-- -->
*
* Returns: %TRUE if @o (or one of its parent classes) has the group mixin.
+ *
+ * Since: 0.13.9
*/
/**
@@ -171,6 +173,8 @@ struct _TpGroupMixinPrivate {
* <!-- -->
*
* Returns: %TRUE if @cls (or one of its parent classes) has the group mixin.
+ *
+ * Since: 0.13.9
*/
/**
diff --git a/telepathy-glib/message.c b/telepathy-glib/message.c
index 20623630a..75ecd8dbf 100644
--- a/telepathy-glib/message.c
+++ b/telepathy-glib/message.c
@@ -128,7 +128,7 @@ tp_message_init (TpMessage *self)
* tp_message_mixin_take_received
*
* @since 0.7.21
- * @deprecated since 0.13.UNRELEASED. Use tp_cm_message_new()
+ * @deprecated since 0.13.9. Use tp_cm_message_new()
*/
TpMessage *
tp_message_new (TpBaseConnection *connection,
@@ -145,7 +145,7 @@ tp_message_new (TpBaseConnection *connection,
* tp_message_destroy:
* @self: a message
*
- * Since 0.13.UNRELEASED this function is a simple wrapper around
+ * Since 0.13.9 this function is a simple wrapper around
* g_object_unref()
*
* @since 0.7.21
@@ -248,7 +248,7 @@ tp_message_delete_part (TpMessage *self,
* Reference the given handle until this message is destroyed.
*
* @since 0.7.21
- * @deprecated since 0.13.UNRELEASED. Handles are now immortal so there is
+ * @deprecated since 0.13.9. Handles are now immortal so there is
* no point to ref them. Furthermore, the only handle that should be stored
* in a TpMessage is message-sender which should be set using
* tp_cm_message_set_sender().
@@ -303,12 +303,12 @@ tp_message_delete_key (TpMessage *self,
* Set @key in part @part of @self to have @handle_or_0 as an unsigned integer
* value.
*
- * Since 0.13.UNRELEASED this function has been deprecated in favor or
+ * Since 0.13.9 this function has been deprecated in favor or
* tp_cm_message_set_sender() as 'message-sender' is the only handle
* you can put in a #TpCMMessage.
*
* @since 0.7.21
- * @deprecated since 0.13.UNRELEASED. Use tp_cm_message_set_sender()
+ * @deprecated since 0.13.9. Use tp_cm_message_set_sender()
*/
void
tp_message_set_handle (TpMessage *self,
@@ -626,7 +626,7 @@ tp_message_set (TpMessage *self,
* with @self.
*
* @since 0.7.21
- * @deprecated since 0.13.UNRELEASED. Use tp_cm_message_take_message()
+ * @deprecated since 0.13.9. Use tp_cm_message_take_message()
*/
void
tp_message_take_message (TpMessage *self,
@@ -658,7 +658,7 @@ subtract_from_hash (gpointer key,
* Returns: (transfer full): a newly allocated string containing the
* text content of #message
*
- * @since 0.13.UNRELEASED
+ * @since 0.13.9
*/
gchar *
tp_message_to_text (TpMessage *message,
@@ -831,7 +831,7 @@ _tp_message_set_immutable (TpMessage *self)
*
* Returns: %TRUE if the message is mutable.
*
- * @since 0.13.UNRELEASED
+ * @since 0.13.9
*/
gboolean
tp_message_is_mutable (TpMessage *self)
diff --git a/telepathy-glib/protocol.c b/telepathy-glib/protocol.c
index 9fccd393b..4491b329b 100644
--- a/telepathy-glib/protocol.c
+++ b/telepathy-glib/protocol.c
@@ -678,7 +678,7 @@ tp_protocol_class_init (TpProtocolClass *klass)
* the connection reaches the CONNECTED state, or %NULL if
* %TP_PROTOCOL_FEATURE_CORE has not been prepared.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.9
*/
g_object_class_install_property (object_class, PROP_AUTHENTICATION_TYPES,
g_param_spec_boxed ("authentication-types",
@@ -945,7 +945,7 @@ tp_protocol_get_icon_name (TpProtocol *self)
*
* Returns: the value of #TpProtocol:authentication-types
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.9
*/
const gchar * const *
tp_protocol_get_authentication_types (TpProtocol *self)
diff --git a/telepathy-glib/signalled-message.c b/telepathy-glib/signalled-message.c
index 0c6f6fef8..e5c2b8796 100644
--- a/telepathy-glib/signalled-message.c
+++ b/telepathy-glib/signalled-message.c
@@ -29,7 +29,7 @@
* or a delivery report indicating that delivery of a message has
* succeeded or failed.
*
- * @since 0.13.UNRELEASED
+ * @since 0.13.9
*/
#include "signalled-message.h"
@@ -129,7 +129,7 @@ tp_signalled_message_class_init (TpSignalledMessageClass *klass)
* A #TpContat representing the sender of the message if known,
* otherwise %NULL.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.9
*/
param_spec = g_param_spec_object ("sender", "TpContact",
"The sender of the message",
@@ -220,7 +220,7 @@ _tp_signalled_message_new (const GPtrArray *parts,
*
* Returns: (transfer none): the sender of the message
*
- * @since 0.13.UNRELEASED
+ * @since 0.13.9
*/
TpContact *
tp_signalled_message_get_sender (TpMessage *message)
diff --git a/telepathy-glib/util.c b/telepathy-glib/util.c
index bfd932fde..ad516df05 100644
--- a/telepathy-glib/util.c
+++ b/telepathy-glib/util.c
@@ -599,7 +599,7 @@ tp_mixin_offset_cast (gpointer instance, guint offset)
*
* In older telepathy-glib versions, calling this function on an instance that
* did not have the mixin was considered to be a programming error. Since
- * version 0.13.UNRELEASED, 0 is returned, without error.
+ * version 0.13.9, 0 is returned, without error.
*
* This is used to implement the telepathy-glib mixin classes.
*
@@ -636,7 +636,7 @@ tp_mixin_instance_get_offset (gpointer instance,
*
* In older telepathy-glib versions, calling this function on an instance that
* did not have the mixin was considered to be a programming error. Since
- * version 0.13.UNRELEASED, 0 is returned, without error.
+ * version 0.13.9, 0 is returned, without error.
*
* This is used to implement the telepathy-glib mixin classes.
*
diff --git a/telepathy-glib/versions/0.13.9.abi b/telepathy-glib/versions/0.13.9.abi
new file mode 100644
index 000000000..f60af3f42
--- /dev/null
+++ b/telepathy-glib/versions/0.13.9.abi
@@ -0,0 +1,31 @@
+Version: TELEPATHY_GLIB_0.13.9
+Extends: TELEPATHY_GLIB_0.13.8
+Release: 0.13.9
+
+tp_account_get_path_suffix
+tp_cli_channel_interface_sms_connect_to_sms_channel_changed
+tp_client_message_get_type
+tp_client_message_new
+tp_client_message_new_text
+tp_cm_message_get_sender
+tp_cm_message_get_type
+tp_cm_message_new
+tp_cm_message_set_sender
+tp_cm_message_take_message
+tp_connection_dup_contact_if_possible
+tp_connection_get_self_contact
+tp_message_get_received_timestamp
+tp_message_get_sent_timestamp
+tp_message_get_specific_to_interface
+tp_message_get_supersedes
+tp_message_get_token
+tp_message_get_type
+tp_message_is_delivery_report
+tp_message_is_mutable
+tp_message_is_rescued
+tp_message_is_scrollback
+tp_message_to_text
+tp_protocol_get_authentication_types
+tp_signalled_message_get_sender
+tp_signalled_message_get_type
+tp_svc_channel_interface_sms_emit_sms_channel_changed