From 4b0d7109f9251b65eaae61535fb646e73df73e1d Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Sat, 14 Jun 2014 13:17:58 +0200 Subject: Prepare release 0.9.4 --- CMakeLists.txt | 4 ++-- 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) diff --git a/NEWS b/NEWS index c4686ccd..2091d8d9 100644 --- a/NEWS +++ b/NEWS @@ -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 -- cgit v1.2.3