summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-10-05 10:26:27 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-10-05 10:26:27 -0300
commit2ab7469e8234ef77a021240fdbcba2e96e22875f (patch)
tree1a9b2753e6e07901e0004fdc8e59d01272d36b92
parent9bc67a5ff6a3d161b67a59b0c2703e67d171cbde (diff)
Prepare release 0.6.5telepathy-qt4-0.6.5
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS7
2 files changed, 8 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bf8889b2..27a69534 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,7 +40,7 @@ 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 4)
+set(TP_QT4_MICRO_VERSION 5)
set(TP_QT4_NANO_VERSION 0)
# This value contains the library's SOVERSION. This value is to be increased everytime an API/ABI break
diff --git a/NEWS b/NEWS
index 625ff840..48d4b1bf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+telepathy-qt4 0.6.5 (2011-10-05)
+================================
+
+Fixes:
+ * Readded erroneously removed protected API to StreamTubeChannel, which
+ restores full ABI backwards compatibility.
+
telepathy-qt4 0.6.4 (2011-10-03)
================================