summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-02-15 22:19:27 -0200
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-02-15 22:34:03 -0200
commitcc25eba8e7c5ab857fea0e38ac799fcac7e5b4bc (patch)
tree5134c164231d8369265045de23ffa0cad0175ed8
parent8f7be651494ad131b4c754ce2be19ed927d07657 (diff)
Prepare release 0.4.4telepathy-qt4-0.4.4
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS8
2 files changed, 6 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 877e58fd..644e32fe 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 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 2bc5594b..c622a4be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,15 @@
-telepathy-qt4 0.4.4 (UNRELEASED)
+telepathy-qt4 0.4.4 (2011-02-15)
=================================
-The "..." release.
+The "nothing big" release.
Enhancements:
* Make the debug subsystem as no-op as possible when debugging is disabled at
- runtime with Tp::enableDebug(false) and Tp::enableWarnings(false)
+ runtime with Tp::enableDebug(false) and Tp::enableWarnings(false).
Fixes:
* Possible crashes in Channel internal updateContacts function when just the
- self handle changed
+ self handle changed.
telepathy-qt4 0.4.3 (2011-01-17)
=================================