diff options
author | Dario Freddi <dario.freddi@collabora.com> | 2012-07-04 12:29:05 +0200 |
---|---|---|
committer | Dario Freddi <dario.freddi@collabora.com> | 2012-07-04 13:31:42 +0200 |
commit | df9a9e01949b0b10f32633131ab372718cd5f3be (patch) | |
tree | 3d0ce216d19aab998d63f13510555d1aac03e2b6 | |
parent | 88a15078ad0febb29afa180d062a6ef59d5aa333 (diff) |
Prepare release 0.9.2telepathy-qt-0.9.2
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3fde9c84..423ab799 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 1) -set(TP_QT_NANO_VERSION 1) +set(TP_QT_MICRO_VERSION 2) +set(TP_QT_NANO_VERSION 0) set(PACKAGE_NAME telepathy-qt) @@ -1,7 +1,7 @@ telepathy-qt 0.9.2 (UNRELEASED) ================================= -The "..." release. +The "We were at aKademy and we got bored" release. Enhancements: * Introducing Telepathy-Qt-Service, a new static library that contains @@ -15,7 +15,6 @@ Enhancements: * Enable several options in CMake to allow to selectively build components. In particular, now Farsight, Farstream, examples and tests are optional. Farsight is disabled by default. * fd.o #28366: Added high level bindings for DBus tubes. - * ... Fixes: * Fix PkgConfig detection in DBus find files @@ -24,7 +23,6 @@ Fixes: * Fix tests compilation with telepathy-glib 0.19. * Fix FindDBus.cmake to find the correct paths. * Pass -fvisibility-inlines-hidden to the compiler if it's supported. - * ... telepathy-qt 0.9.1 (2012-03-23) ================================= |