summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-22 11:33:04 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-22 11:55:20 +0100
commitd6db63d248055860090098a7e5a61fa6535e78a7 (patch)
treeb3146bde5bf711620a46a9eb56f12ae71b2393be
parent8130893db021c332e71f22cf7f271fdcb6a01d54 (diff)
Update NEWS, and mention instability of Vala bindings in README
-rw-r--r--NEWS22
-rw-r--r--README4
2 files changed, 23 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 91237f0b7..99b07ff71 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,27 @@
telepathy-glib 0.11.8 (UNRELEASED)
==================================
-…
+Requirements:
+
+⁂ If GObject-Introspection is enabled, it must be version 0.6.14 or later.
+
+Enhancements:
+
+⁂ Improve GObject-Introspection annotations, and optionally build Vala
+ bindings, which are currently considered highly experimental (treitter)
+
+Fixes:
+
+⁂ Make tp_base_client_set_handler_bypass_approval able to set the value to
+ FALSE, and hence make it possible for a TpSimpleHandler to not bypass
+ approval (cassidy)
+
+⁂ If the weak object for contact info retrieval disappears, stop, and don't
+ call the callback (sjoerd)
+
+⁂ Fix a va_list leak in tp_value_array_build (wjt)
+
+⁂ Fix a memory leak for unlikely errors in tp_base_connection_register (wjt)
telepathy-glib 0.11.7 (2010-06-14)
==================================
diff --git a/README b/README
index 858e83ba6..8992b7480 100644
--- a/README
+++ b/README
@@ -63,8 +63,8 @@ In a development (odd) branch, if we make incompatible ABI changes
between one release tarball and the next, we will change the SONAME of the
library; we will attempt to avoid incompatible API or ABI changes.
-The GObject-Introspection bindings are not currently considered to be stable,
-so they have no API/ABI guarantees yet.
+The GObject-Introspection and Vala bindings are not currently considered to
+be stable, so they have no API/ABI guarantees yet.
Unreleased builds straight from git identify themselves as version
"x.y.z.1". We DO NOT make any API guarantees about unreleased builds: