summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-04 12:28:51 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-04 12:28:51 +0000
commitcf3bc76f49390e9fa72cbf7c1c61a85e9e4daaba (patch)
treedd0521b10405ae53bbe686e9e12ab8fd1decc3ff
parent980e1f402485eac690627425e45b6442baad7553 (diff)
NEWS
-rw-r--r--NEWS30
1 files changed, 28 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 275031be5..89c34e786 100644
--- a/NEWS
+++ b/NEWS
@@ -3,9 +3,16 @@ telepathy-gabble 0.19.0 (UNRELEASED)
The “very confused owl” release.
+Compile-time configuration:
+
+• The --disable-debug option has gone away. The new configuration is
+ equivalent to --enable-debug.
+
Dependencies:
-• telepathy-glib ≥ 0.21.1 is required.
+• telepathy-glib ≥ 0.23.0 is required
+
+• Autoconf 2.60 is required
External changes:
@@ -15,17 +22,36 @@ External changes:
• Always announce channels one at a time (fd.o #69194, Simon)
+• Improve XMPP console (fd.o #66085, Will)
+
Fixes:
• Stop claiming to implement legacy Presence, which was deleted in 2011
(fd.o #69194, Guillaume)
+• Use the correct capability token to control whether we advertise ICE-UDP
+ support (Guillaume)
+
+• Implement RequestClientTypes (fd.o #70134, Guillaume)
+
+• Correct the type of private tubes' IDs, fixing a crash on 64-bit platforms
+ (fd.o #70038, Guillaume)
+
+• Use telepathy-glib to implement Addressing, Sidecars1,
+ FileTransfer.FileCollection (fd.o #26609, #69817; Simon)
+
+• Implement Protocol.I.Avatars correctly (Guillaume)
+
Internal changes:
-• Fix various deprecated things (fd.o #69194, Simon)
+• Fix various deprecated things (fd.o #69194, #69618, #69767, #70045;
+ Simon, Guillaume)
• Improved regression test coverage (fd.o #69474, Simon)
+• Remove regression tests for obsolete APIs to reduce delta between
+ 0.20 and 1.0 branches (Simon, Guillaume)
+
telepathy-gabble 0.18.1 (2013-09-06)
====================================