[telepathy-qt4/master] Prepare release 0.2.0
Andre Moreira Magalhaes (andrunko)
andre.magalhaes at collabora.co.uk
Tue Nov 10 05:53:16 PST 2009
---
NEWS | 15 +++++++++++++--
configure.ac | 6 +++---
2 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/NEWS b/NEWS
index 939636d..e6c69a2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,19 @@
-telepathy-qt4 0.2.0 (UNRELEASED)
+telepathy-qt4 0.2.0 (2009-11-10)
================================
-...
+The "I Shot the Sheriff" release.
+API changes:
+
+* Connection: Changed status/statusReason/statusChanged to use enums
+ Tp::Connection::Status and ConnectionStatusReason.
+* Connection: Renamed getContactAttributes method to contactAttributes.
+
+Fixes:
+
+* fd.o#23370: Make better use of telepathy-spec 0.17.27 errors.
+* fd.o#24422: Account removal should be represented by
+ TELEPATHY_QT4_ERROR_OBJECT_REMOVED.
telepathy-qt4 0.1.12 (2009-11-05)
================================
diff --git a/configure.ac b/configure.ac
index ab71984..bb51e68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,9 +10,9 @@ AC_PREREQ([2.59])
# set nano_version to 1
m4_define([tp_qt4_major_version], [0])
-m4_define([tp_qt4_minor_version], [1])
-m4_define([tp_qt4_micro_version], [12])
-m4_define([tp_qt4_nano_version], [1])
+m4_define([tp_qt4_minor_version], [2])
+m4_define([tp_qt4_micro_version], [0])
+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