diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-06-22 11:33:04 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-06-22 11:55:20 +0100 |
commit | d6db63d248055860090098a7e5a61fa6535e78a7 (patch) | |
tree | b3146bde5bf711620a46a9eb56f12ae71b2393be | |
parent | 8130893db021c332e71f22cf7f271fdcb6a01d54 (diff) |
Update NEWS, and mention instability of Vala bindings in README
-rw-r--r-- | NEWS | 22 | ||||
-rw-r--r-- | README | 4 |
2 files changed, 23 insertions, 3 deletions
@@ -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) ================================== @@ -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: |