summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-07-01 21:17:17 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-07-01 23:25:22 -0300
commit0c5ece4546e6efadfabbb32f75812e5191b9f016 (patch)
tree35710283c246fff026ac32c56b23fa23494bd604
parentf8bdfd47b3da4daeb97be9403e2e89cb0c5c5a39 (diff)
Prepare release 0.3.6telepathy-qt4-0.3.6
-rw-r--r--NEWS32
-rw-r--r--configure.ac8
2 files changed, 34 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 931e56ed..4d9eec41 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,35 @@
-telepathy-qt4 0.3.6 (UNRELEASED)
+telepathy-qt4 0.3.6 (2010-07-01)
================================
-...
+The "I've been thinkin' a lot today" release.
+
+New API:
+
+* Added Qt properties to Account.
+* Added filter API to AccountManager to filter accounts based on Qt properties.
+ Includes a new class AccountSet that represents a set of accounts that match a
+ certain filter and that updates automatically based on accounts Qt properties
+ changes.
+* fd.o#25035 - Add API to AccountManager to get a list of Account objects, all
+ ready.
+* fd.o#28825 - Bind Account.Service
+* fd.o#28828 - Add Qt properties to ConnectionManager
+* fd.o#28861 - Add auto generated interface and Connection accessor for
+ Connection.Cellular interface
+
+Enhancements:
+* fd.o#28302 - Sync test CM with telepathy-glib
+* fd.o#28827 - Add valgrind support to tests
+* fd.o#28850 - Update to spec 0.19.8
+
+Fixes:
+* fd.o#28489 - manager-file.py missing in tp-qt4 0.3.4 tarball
+* fd.o#28826 - KeyFile should support spaces in key names and string list params
+ that don't terminate with ;
+* fd.o#28829 - Contact should not fail if /capabilities attr is empty
+* fd.o#28830 - Channel does not parse immutable properties correctly
+* fd.o#28831 - Connection FeatureRosterGroups does not work after
+ FeatureAccountBalance support was added
telepathy-qt4 0.3.5 (2010-06-21)
================================
diff --git a/configure.ac b/configure.ac
index fb56fd50..6fafadf4 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], [3])
-m4_define([tp_qt4_micro_version], [5])
-m4_define([tp_qt4_nano_version], [1])
+m4_define([tp_qt4_micro_version], [6])
+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,
@@ -26,9 +26,9 @@ m4_define([tp_qt4_nano_version], [1])
# (we don't guarantee that we won't add ABI then remove it again, if it was
# never seen in a release).
-m4_define([tp_qt4_lt_current], [7])
+m4_define([tp_qt4_lt_current], [8])
m4_define([tp_qt4_lt_revision], [0])
-m4_define([tp_qt4_lt_age], [7])
+m4_define([tp_qt4_lt_age], [8])
# Some magic
m4_define([tp_qt4_base_version],