summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-01-03 22:36:06 -0200
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-01-03 22:36:06 -0200
commit7ca8fa53dc972c1a27e5da8525e5806e55a0f7e2 (patch)
tree9e77cc2be479f0742df7233b53a0b7b39344fa92
parent11fa0acca7f5e6628963ff3c58356c6cc835a4f9 (diff)
Prepare release 0.4.2telepathy-qt4-0.4.2
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS7
2 files changed, 6 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e5c6aa9e..bd0564a8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,8 +40,8 @@ endif(POLICY CMP0011)
# set nano_version to 1
set(TP_QT4_MAJOR_VERSION 0)
set(TP_QT4_MINOR_VERSION 4)
-set(TP_QT4_MICRO_VERSION 1)
-set(TP_QT4_NANO_VERSION 1)
+set(TP_QT4_MICRO_VERSION 2)
+set(TP_QT4_NANO_VERSION 0)
# This value contains the library's SOVERSION. This value is to be increased everytime an API/ABI break
# occurs, and will be used for the SOVERSION of the generated shared libraries.
diff --git a/NEWS b/NEWS
index 760c6eb6..69fef30a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,13 @@
-telepathy-qt4 0.4.2 (UNRELEASED)
+telepathy-qt4 0.4.2 (2011-01-03)
=================================
-The "..." release.
+The "Encore: Rocks the 80" release.
Enhancements:
- * ...
+ * Tests now work with tp-glib implementing immortal handles.
Fixes:
+ * Do not use deprecated tp_get_bus on test cms.
* A race condition causing proxies to be needlessly dropped from the factory
cache and hence new proxies built for a future request.