diff options
author | Dario Freddi <dario.freddi@collabora.com> | 2012-07-13 19:40:23 +0200 |
---|---|---|
committer | Dario Freddi <dario.freddi@collabora.com> | 2012-07-13 19:40:23 +0200 |
commit | 939a14b3878eaed64cb0d757de3cea5b67d5ddec (patch) | |
tree | d429094f2a18b464f3201a1e71c5fe3705ad2a3b | |
parent | 58c3df98442b68d141b2ba575ac28cdbdb26392c (diff) |
Prepare release 0.9.3telepathy-qt-0.9.3
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d0fa6a6..998a19e2 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 2) -set(TP_QT_NANO_VERSION 1) +set(TP_QT_MICRO_VERSION 3) +set(TP_QT_NANO_VERSION 0) set(PACKAGE_NAME telepathy-qt) @@ -1,14 +1,13 @@ -telepathy-qt 0.9.3 (UNRELEASED) +telepathy-qt 0.9.3 (2012-07-13) ================================= -The "..." release. +The "We promised, we delivered" release. Enhancements: * Added ClientTypes bindings to Contact. * Fixed deprecation macros, and added TP_QT_EXPORT_DEPRECATED. * Ported SimpleCallObserver to also handle Call1 calls. * Deprecated Farsight and StreamedMedia. - * ... Fixes: * Removed occurencies of deprecated tp-glib functions from the DBus tube tests. @@ -16,7 +15,6 @@ Fixes: * Fixed linking of the DBus tube tests with strict linkers like gold. * Synced tests/lib/glib/utils.* to remove deprecation warnings. * Removed occurencies of the deprecated tp_connection_new from Farsight/Farstream. - * ... telepathy-qt 0.9.2 (2012-07-04) ================================= |