summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Akulich <akulichalexander@gmail.com>2019-11-09 00:52:49 +0300
committerAlexander Akulich <akulichalexander@gmail.com>2019-11-09 03:08:24 +0300
commit4913135d813c4a6142877abcd1c0587f6d4a74e8 (patch)
tree27fb3edf489e50776c2a50f033e51bf920f70965
parent456f1ee885358998eb5c68f37c3a70a3d6200b3e (diff)
Update NEWS for 0.9.8 release
-rw-r--r--NEWS30
1 files changed, 29 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index eed95afe..e3cc04ab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,35 @@
telepathy-qt 0.9.8 ()
=================================
-The "..." release.
+The "Still moving" release.
+
+Dependencies:
+ * CMake 3.5
+ * Qt 5.6
+ * C++11 compatible compiler
+ * Python 3 (only for build)
+
+Enhancements:
+ * The project ported to Python 3
+ * Improved the documentation generation
+ * Reworked exported CMake targets
+ * GNUInstallDirs used to simplify packaging
+
+API changes:
+ * Added constructor from initializer_list to generated Telepathy types
+
+Service-side API changes:
+ * Adjusted BaseChannelTextType API
+ * Added BaseConnectionContactGroupsInterface
+ * Fixed BaseDebug API
+ * Added BaseConnection::getExistingChannel()
+
+Fixes:
+ * Fixed work with threaded QtDBus
+ * Omit parts with non-empty 'interface' key value for Message::text()
+ * A lot of fixes in tests
+ * fd.o #40008: Fix dependencies lookup (we used to prefer system-wide libs)
+
telepathy-qt 0.9.7 (2016-06-12)
=================================