telepathy-glib: Prepare 0.19.8 release

Xavier Claessens xclaesse at kemper.freedesktop.org
Fri Aug 31 03:35:02 PDT 2012


Module: telepathy-glib
Branch: master
Commit: 79e202509ce1ddf470dd856d71aa542f3953c3ca
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=79e202509ce1ddf470dd856d71aa542f3953c3ca

Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date:   Fri Aug 31 12:22:47 2012 +0200

Prepare 0.19.8 release

---

 NEWS                                     |   14 +++++++++++---
 configure.ac                             |    4 ++--
 telepathy-glib/abi.am                    |    1 +
 telepathy-glib/account-channel-request.c |    2 +-
 telepathy-glib/account-channel-request.h |    1 +
 telepathy-glib/versions/0.19.8.abi       |    5 +++++
 6 files changed, 21 insertions(+), 6 deletions(-)

diff --git a/NEWS b/NEWS
index 7704250..18f6b2e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,17 @@
-telepathy-glib 0.19.8 (UNRELEASED)
+telepathy-glib 0.19.8 (2012-08-31)
 ==================================
 
-<Cool stuff goes here.>
+Enhancements:
+
+• New introspectable function tp_account_channel_request_set_hint() to add hints
+  one by one. (Sjoerd)
+
+Fixes:
+
+• Set the ChannelRequests immutable properties when observing/handling channels.
+  (Sjoerd)
 
-telepathy-glib 0.19.7 (2012-07-27)
+telepathy-glib 0.19.7 (2012-08-27)
 ==================================
 
 Enhancements:
diff --git a/configure.ac b/configure.ac
index f8dcf21..9cd63f7 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], [19])
-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,
diff --git a/telepathy-glib/abi.am b/telepathy-glib/abi.am
index 487a314..c3841d7 100644
--- a/telepathy-glib/abi.am
+++ b/telepathy-glib/abi.am
@@ -92,6 +92,7 @@ ABI_LISTS = \
     versions/0.19.4.abi \
     versions/0.19.6.abi \
     versions/0.19.7.abi \
+    versions/0.19.8.abi \
     $(NULL)
 
 # The quoting here is unnecessary but harmless, and has the useful side-effect
diff --git a/telepathy-glib/account-channel-request.c b/telepathy-glib/account-channel-request.c
index 899c82c..9f39e0a 100644
--- a/telepathy-glib/account-channel-request.c
+++ b/telepathy-glib/account-channel-request.c
@@ -1630,7 +1630,7 @@ tp_account_channel_request_ensure_and_observe_channel_finish (
  * This function can't be called once @self has been used to request a
  * channel.
  *
- * Since: 0.UNRELEASED
+ * Since: 0.19.8
  */
 void
 tp_account_channel_request_set_hint (TpAccountChannelRequest *self,
diff --git a/telepathy-glib/account-channel-request.h b/telepathy-glib/account-channel-request.h
index 818cba2..b78f114 100644
--- a/telepathy-glib/account-channel-request.h
+++ b/telepathy-glib/account-channel-request.h
@@ -86,6 +86,7 @@ void tp_account_channel_request_set_channel_factory (
 TpChannelRequest * tp_account_channel_request_get_channel_request (
     TpAccountChannelRequest *self);
 
+_TP_AVAILABLE_IN_0_20
 void tp_account_channel_request_set_hint (TpAccountChannelRequest *self,
     const gchar *key,
     GVariant *value);
diff --git a/telepathy-glib/versions/0.19.8.abi b/telepathy-glib/versions/0.19.8.abi
new file mode 100644
index 0000000..8f09cc6
--- /dev/null
+++ b/telepathy-glib/versions/0.19.8.abi
@@ -0,0 +1,5 @@
+Version: TELEPATHY_GLIB_0.19.8
+Extends: TELEPATHY_GLIB_0.19.7
+Release: 0.19.8
+
+tp_account_channel_request_set_hint



More information about the telepathy-commits mailing list