diff options
author | David Edmundson <davidedmundson@kde.org> | 2014-06-14 13:17:58 +0200 |
---|---|---|
committer | David Edmundson <davidedmundson@kde.org> | 2014-06-14 13:29:14 +0200 |
commit | 4b0d7109f9251b65eaae61535fb646e73df73e1d (patch) | |
tree | 5ac288eb78ba8b8cf864010aef4f529c0bbe6417 | |
parent | 0191a6ddf0c094d9ae61b9ee48f1b282e13a9ef2 (diff) |
Prepare release 0.9.4telepathy-qt-0.9.4
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | NEWS | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d5e1b715..15ab8ba7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,8 +40,8 @@ endif(POLICY CMP0011) # set nano_version to 1 set(TP_QT_MAJOR_VERSION 0) set(TP_QT_MINOR_VERSION 9) -set(TP_QT_MICRO_VERSION 3) -set(TP_QT_NANO_VERSION 1) +set(TP_QT_MICRO_VERSION 4) +set(TP_QT_NANO_VERSION 0) set(PACKAGE_NAME telepathy-qt) @@ -1,7 +1,7 @@ -telepathy-qt 0.9.4 (UNRELEASED) +telepathy-qt 0.9.4 (2014-06-14) ================================= -The "..." release. +The "Back from the dead" release. Enhancements: * fd.o #63098: add method Account::createDbusTubeRoom @@ -12,6 +12,7 @@ Fixes: * fd.o #47647: Fixed storing avatars, so that they are not stored millions of times each. * fd.o #62711: Fixed stack overflow in SimpleObserver::create + * Fix compilation and running against release Qt5 Cleanups: * Removed Farsight |