summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2012-08-27 18:04:51 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2012-08-27 18:04:51 +0100
commit54e3a228f78adb668b51ab1249fe6d60ecad0732 (patch)
treedae2f2a711fb59e16c065cad15d69e70bf581e30
parent1a4d0f347efae2d4d7e8a8523ea8280086867d34 (diff)
NEWS: updated
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 691adb910..b5c977f0e 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
==================================