diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2012-08-27 18:04:51 +0100 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2012-08-27 18:04:51 +0100 |
commit | 54e3a228f78adb668b51ab1249fe6d60ecad0732 (patch) | |
tree | dae2f2a711fb59e16c065cad15d69e70bf581e30 | |
parent | 1a4d0f347efae2d4d7e8a8523ea8280086867d34 (diff) |
NEWS: updated
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,6 +1,11 @@ telepathy-glib 0.19.7 (UNRELEASED) ================================== +Enhancements: + +• Add API to TpBaseChannel to allow it to disappear and reappear from + the bus without disposing the object. (fd.o#48210, Jonny) + Fixes: • In tp_account_dup_storage_identifier_variant, don't fail if there is no @@ -9,6 +14,10 @@ Fixes: • Remove duplicate TpBaseConnection typedef, fixing compilation with pre-C11 compilers like gcc < 4.6 (fd.o #53100, Simon) +• Use AS_CASE instead of case/esac, and AS_IF instead of + if/then/[else/]fi in configure.ac, as they are safer and guaranteed + to work (fd.o#681413, Simon) + telepathy-glib 0.19.6 (2012-08-06) ================================== |