summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-08-31 12:22:47 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-08-31 12:22:47 +0200
commit79e202509ce1ddf470dd856d71aa542f3953c3ca (patch)
tree211d45065a2d108f05d04bc2661231e996c6004d
parent84f63e56bbc5f32c418d8112b32574f62588b000 (diff)
Prepare 0.19.8 releasetelepathy-glib-0.19.8
-rw-r--r--NEWS14
-rw-r--r--configure.ac4
-rw-r--r--telepathy-glib/abi.am1
-rw-r--r--telepathy-glib/account-channel-request.c2
-rw-r--r--telepathy-glib/account-channel-request.h1
-rw-r--r--telepathy-glib/versions/0.19.8.abi5
6 files changed, 21 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 770425003..18f6b2ebb 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 f8dcf2142..9cd63f7ba 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 487a3143f..c3841d74d 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 899c82c4e..9f39e0ae3 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 818cba25e..b78f1145c 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 000000000..8f09cc628
--- /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