summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-01-03 18:19:08 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-01-03 18:19:08 +0000
commitff1eea1e3abdc78665bb8b72c65bb19c8b1084b3 (patch)
tree162aa2c3a60212bca72ab37eb5d6f5d16cd95467 /NEWS
parent71ed6c18ca1c52d11256dadfbb4a2e530b5ae9c9 (diff)
downloadtelepathy-glib-ff1eea1e3abdc78665bb8b72c65bb19c8b1084b3.tar.gz
NEWS for 0.21
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6f87e384e..e98497793 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,31 @@
telepathy-glib 0.21.0 (UNRELEASED)
==================================
+This starts a new development branch.
+
+Enhancements:
+
+• Code-generation now copes with ${PYTHON} being set to Python 3
+ (e.g. "./configure PYTHON=python3" on Debian); Python 2 remains
+ fully supported (fd.o #56758, Simon)
+
Fixes:
+• Remove the pkg-config dependency from .pc files (Will)
+
• Add missing (element-type) introspection annotations to
tp_capabilities_get_channel_classes, tp_asv_get_bytes and
tp_client_channel_factory_dup_channel_features (fd.o #58851, Philip Withnall)
+• Don't emit the NewChannels signal twice for the obsolete ContactList GROUP
+ channels (fd.o #52011, Simon)
+
+Deprecations:
+
+• tp_g_key_file_get_int64, tp_g_key_file_get_uint64 (use the corresponding
+ functions from GLib ≥ 2.26)
+
+
telepathy-glib 0.20.1 (2012-11-09)
==================================