summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-04-23 15:21:15 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2010-04-23 15:21:37 -0300
commit7bf381d306680ec8329dc8f8236b8b4d40bf788b (patch)
tree3e0bd2062a1344d06f0346185cfa4dfdc6bd1240
parent2115d5bf6aebd799644960b4943e59bbed3dc513 (diff)
Prepare release 0.3.2telepathy-qt4-0.3.2
-rw-r--r--NEWS19
-rw-r--r--configure.ac8
2 files changed, 21 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 7d1a4c5b..251bfe91 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,22 @@
-telepathy-qt4 0.3.2 (UNRELEASED)
+telepathy-qt4 0.3.2 (2010-04-23)
================================
-...
+The "poisoned with anti-coffee" release.
+
+New API:
+* fd.o#27379: Add a new signal, allKnownContactsChanged. (drf)
+* fd.o#27677: Add Observer.Recover support.
+* Added support for retrieving contacts location.
+
+Enhancements:
+* Added example application to list all supported protocols.
+* fd.o#27670: Updated to spec 0.19.5.
+
+Fixes:
+* Fixed compilation (more specific, moc generation). The code was
+ triggering QTBUG #2151. (drf)
+* Correctly handle UTF-8 in code generator. (wjt)
+* Fixed text-chan test race condition. (drf)
telepathy-qt4 0.3.1 (2010-03-30)
================================
diff --git a/configure.ac b/configure.ac
index 2eea7895..33313877 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], [1])
-m4_define([tp_qt4_nano_version], [1])
+m4_define([tp_qt4_micro_version], [2])
+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], [3])
+m4_define([tp_qt4_lt_current], [4])
m4_define([tp_qt4_lt_revision], [0])
-m4_define([tp_qt4_lt_age], [3])
+m4_define([tp_qt4_lt_age], [4])
# Some magic
m4_define([tp_qt4_base_version],