summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-05-08 15:02:47 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-05-08 15:02:47 +0100
commit036dbb1aa991d1f7ae91ee895e4fad96a42c35e3 (patch)
tree0f4bdcde95ec1534a438054e2deb762a7a322fb1
parent461a1ef4960813053fce2be996e5e1a3af1f8eda (diff)
Prepare version 0.1.4telepathy-qt4-0.1.4
-rw-r--r--NEWS29
-rw-r--r--configure.ac4
2 files changed, 30 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 5e99a65d..7930931e 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 4c2aa54a..5fae0395 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,