[telepathy-qt4/master] Prepare version 0.1.4

Simon McVittie simon.mcvittie at collabora.co.uk
Fri May 8 07:02:47 PDT 2009


---
 NEWS         |   29 ++++++++++++++++++++++++++++-
 configure.ac |    4 ++--
 2 files changed, 30 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 5e99a65..7930931 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,37 @@
-telepathy-qt4 0.1.4 (UNRELEASED)
+telepathy-qt4 0.1.4 (2009-05-08)
 ================================
 
+The "global military-industrial complex is subsidising your iPod" release.
+
+Dependencies:
+
+* Creating accounts, and possibly updating their parameters, now requires an
+  AccountManager implementing telepathy-spec 0.17.24, such as
+  telepathy-mission-control >= 5.0.beta70 (in particular, beta 69 won't work,
+  and the KWallet-based account manager will also need updating)
+
 API changes:
 
 * Renamed SharedData header file to RefCounted to follow class name.
 
+New API:
+
+* Update to telepathy-spec 0.17.24, breaking some D-Bus APIs:
+  * fd.o #21619: Account::updateParameters() returns a PendingStringList of
+    the parameters that won't be changed until reconnection takes place
+  * Account::reconnect() added (newer MC versions don't violate telepathy-spec
+    by reconnecting automatically when parameters are changed)
+  * AccountManager::supportedAccountProperties() added
+  * AccountManager::createAccount() takes an optional dict of properties
+    (the valid keys are in supportedAccountProperties())
+
+* Enhance PendingStringList to have a constructor from a QDBusPendingCall
+
+Bugfixes:
+
+* Don't try to run Python tests unless we have the gobject module (the tests
+  use it)
+
 telepathy-qt4 0.1.3 (2009-04-22)
 ================================
 
diff --git a/configure.ac b/configure.ac
index 4c2aa54..5fae039 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,8 +11,8 @@ AC_PREREQ([2.59])
 
 m4_define([tp_qt4_major_version], [0])
 m4_define([tp_qt4_minor_version], [1])
-m4_define([tp_qt4_micro_version], [3])
-m4_define([tp_qt4_nano_version], [1])
+m4_define([tp_qt4_micro_version], [4])
+m4_define([tp_qt4_nano_version], [0])
 
 # If library source has changed since last release, increment revision
 # If interfaces have been added, removed or changed since last release,
-- 
1.5.6.5



More information about the telepathy-commits mailing list