summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-04-20 19:49:01 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-04-20 19:49:01 +0100
commit2dcd8f054fa8bd717da553b2455ec394c8d7cc34 (patch)
treeaf5b708d10dfc9cd57d516a4ecff1f3165161394
parent9dc915cb9f1b0acb7666e9a563f8f0bd9d5c6ac6 (diff)
Version 0.14.5telepathy-glib-0.14.5
-rw-r--r--NEWS24
-rw-r--r--configure.ac8
-rw-r--r--telepathy-glib/abi.am1
-rw-r--r--telepathy-glib/base-client.c2
-rw-r--r--telepathy-glib/presence-mixin.c3
-rw-r--r--telepathy-glib/versions/0.14.5.abi7
6 files changed, 39 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index d098fbc59..022cd15f9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+telepathy-glib 0.14.5 (2011-04-20)
+==================================
+
+The “seven years wasn't strange” release.
+
+Enhancements:
+
+• Update to spec 0.22.2, generating code for the Balance.ManageCreditURI
+ and SimplePresence.MaximumStatusMessageLength properties.
+
+• tp_base_client_is_handling_channel(), which does what it says on the
+ tin. (cassidy)
+
+• TpPresenceMixin now supports the MaximumStatusMessageLength class.
+ (andrunko)
+
+Fixes:
+
+• The documentation now builds correctly with gtk-doc 1.16 and newer.
+ (wjt)
+
+• The test suite now passes on systems with glib-networking installed.
+ (wjt)
+
telepathy-glib 0.14.4 (2011-04-15)
==================================
diff --git a/configure.ac b/configure.ac
index 153e50350..255fe0b93 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], [14])
-m4_define([tp_glib_micro_version], [4])
-m4_define([tp_glib_nano_version], [1])
+m4_define([tp_glib_micro_version], [5])
+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], [55])
+m4_define([tp_glib_lt_current], [56])
m4_define([tp_glib_lt_revision], [0])
-m4_define([tp_glib_lt_age], [55])
+m4_define([tp_glib_lt_age], [56])
# Some magic
m4_define([tp_glib_base_version],
diff --git a/telepathy-glib/abi.am b/telepathy-glib/abi.am
index 224f282b3..1cdbcf45d 100644
--- a/telepathy-glib/abi.am
+++ b/telepathy-glib/abi.am
@@ -69,6 +69,7 @@ ABI_LISTS = \
versions/0.14.1.abi \
versions/0.14.3.abi \
versions/0.14.4.abi \
+ versions/0.14.5.abi \
$(NULL)
# The quoting here is unnecessary but harmless, and has the useful side-effect
diff --git a/telepathy-glib/base-client.c b/telepathy-glib/base-client.c
index 4e4f81392..b7ca12366 100644
--- a/telepathy-glib/base-client.c
+++ b/telepathy-glib/base-client.c
@@ -2760,7 +2760,7 @@ tp_base_client_get_channel_factory (TpBaseClient *self)
* Check if @self is currently handling @channel.
*
* Returns: %TRUE if @self is handling @channel, %FALSE otherwise
- * Since: 0.15.UNRELEASED
+ * Since: 0.14.5
*/
gboolean
tp_base_client_is_handling_channel (TpBaseClient *self,
diff --git a/telepathy-glib/presence-mixin.c b/telepathy-glib/presence-mixin.c
index aed7192f1..6c3c55d2f 100644
--- a/telepathy-glib/presence-mixin.c
+++ b/telepathy-glib/presence-mixin.c
@@ -234,6 +234,7 @@
*
* Returns: the maximum number of UTF-8 characters which may appear in a status
* message, or 0 if there is no limit.
+ * Since: 0.14.5
*/
/**
@@ -247,7 +248,7 @@
* @statuses: The presence statuses array that was passed to
* tp_presence_mixin_class_init()
* @get_maximum_status_message_length: The callback used to discover the
- * the limit for status messages lenght, if any.
+ * the limit for status messages length, if any. Since: 0.14.5
*
* Structure to be included in the class structure of objects that
* use this mixin. Initialize it with tp_presence_mixin_class_init().
diff --git a/telepathy-glib/versions/0.14.5.abi b/telepathy-glib/versions/0.14.5.abi
new file mode 100644
index 000000000..a16aca76a
--- /dev/null
+++ b/telepathy-glib/versions/0.14.5.abi
@@ -0,0 +1,7 @@
+Version: TELEPATHY_GLIB_0.14.5
+Extends: TELEPATHY_GLIB_0.14.4
+Release: 0.14.5
+
+tp_base_client_is_handling_channel
+tp_intset_iter_init
+tp_intset_iter_reset