summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlli Salli <ollisal@gmail.com>2010-12-08 18:25:16 +0200
committerOlli Salli <ollisal@gmail.com>2010-12-08 18:25:16 +0200
commitf6a71ed5d379fb5a66b3da2bfa15b339db280776 (patch)
tree3513e777fc23d5011feb713d7b1478d8df131287
parent0c7dbdfc80c3379435a716b7c8b2f08574c7bacf (diff)
Prepare release 0.4.1telepathy-qt4-0.4.1
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS9
2 files changed, 6 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 53bb9fd8..d6de8df6 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 0)
-set(TP_QT4_NANO_VERSION 1)
+set(TP_QT4_MICRO_VERSION 1)
+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 0283a204..3db36ef9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,11 @@
-telepathy-qt4 0.4.1 (UNRELEASED)
+telepathy-qt4 0.4.1 (2010-12-08)
=================================
-The "... XXX ..." release.
-
-Enhancements:
- * ...
+The "contractual obligation album" release.
Fixes:
+ * Crash when the an object path for an Account in an account set is quickly
+ reused after it's removed
* Emitting redundant {local,remote}SendingStateChanged signals from
StreamedMediaChannel