summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-10-03 13:15:14 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-10-03 13:15:14 -0300
commit66bac6ce5c69c985ecb98d614772c758bddaba66 (patch)
tree3ea68d2bb3f094040db2898f2aede39e39271203
parent260f78bd8d6226380c441dfde74cf0a3b51794e7 (diff)
Prepare release 0.6.4telepathy-qt4-0.6.4
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS8
2 files changed, 4 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bcf24cd9..bf8889b2 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 6)
-set(TP_QT4_MICRO_VERSION 3)
-set(TP_QT4_NANO_VERSION 1)
+set(TP_QT4_MICRO_VERSION 4)
+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 7e42a0c2..625ff840 100644
--- a/NEWS
+++ b/NEWS
@@ -1,17 +1,13 @@
-telepathy-qt4 0.6.4 (UNRELEASED)
+telepathy-qt4 0.6.4 (2011-10-03)
================================
-The "..." release.
+The "A Very British Cover-up" release.
Enhancements:
* Add Presence/PresenceSpec operator== support
* Improve file transfer examples to properly use the ChannelDispatcher
- * Improve Channel, TextChannel and Message/ReceivedMessage test coverage
* Contact::refreshInfo() requests are now batched together on D-Bus
-Fixes:
- * ...
-
telepathy-qt4 0.6.3 (2011-08-30)
================================