summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-01-25 16:21:37 -0200
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-01-25 16:21:37 -0200
commitdee006590984a05d911906969d14c33e85968567 (patch)
treec26b7f544c6e59cb02964567c75897656212943b
parenta216007626dab4824c901f7ac6e6720dcd50613d (diff)
Prepare release 0.5.5telepathy-qt4-0.5.5
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS13
2 files changed, 11 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 668a406e..1af82071 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 5)
-set(TP_QT4_MICRO_VERSION 4)
-set(TP_QT4_NANO_VERSION 1)
+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
# occurs, and will be used for the SOVERSION of the generated shared libraries.
diff --git a/NEWS b/NEWS
index c19c0bd6..06d40328 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,18 @@
-telepathy-qt4 0.5.5 (UNRELEASED)
+telepathy-qt4 0.5.5 (2011-01-25)
=================================
-The "..." release.
+The "I wish I had less contacts" release.
Enhancements:
- * ...
+ * CapabilitiesBase: Added method to check if file transfer is supported.
Fixes:
- * ...
+ * Contact list contacts are now guaranteed to contain the features set on
+ ContactFactory.
+ * Contact list groups are now automatically reintrospected when needed.
+ * Another attempt to fix a crash when contacts are removed from contact list
+ while the introspection is still running.
+ * fd.o#33457 - tp-qt4 uses non-atomic file write in avatar cache.
telepathy-qt4 0.5.4 (2011-01-20)
=================================