diff options
author | Lubos Dolezel <lubos@dolezel.info> | 2016-10-07 10:06:34 +0200 |
---|---|---|
committer | Lubos Dolezel <lubos@dolezel.info> | 2016-10-07 10:06:34 +0200 |
commit | e82e4099879c58faee64b0f605bbbd5f617f3e43 (patch) | |
tree | b6fe6f258b84d41ea2a8c7e2d19f769e0b3f6cbe | |
parent | 78118a7bcf5fdbf3ceea368d44c321631baa8d24 (diff) | |
download | twinkle-e82e4099879c58faee64b0f605bbbd5f617f3e43.tar twinkle-e82e4099879c58faee64b0f605bbbd5f617f3e43.tar.gz twinkle-e82e4099879c58faee64b0f605bbbd5f617f3e43.tar.lz twinkle-e82e4099879c58faee64b0f605bbbd5f617f3e43.tar.xz twinkle-e82e4099879c58faee64b0f605bbbd5f617f3e43.zip |
Release 1.10.1
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | NEWS | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0acff4a..86a8033 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,8 +2,8 @@ project(twinkle) cmake_minimum_required(VERSION 2.6.0 FATAL_ERROR) -set(PRODUCT_VERSION "1.10.0") -set(PRODUCT_DATE "July 15, 2016") +set(PRODUCT_VERSION "1.10.1") +set(PRODUCT_DATE "October 7, 2016") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") OPTION(WITH_ZRTP "Enable ZRTP encrypted calls" OFF) @@ -1,3 +1,10 @@ +7 October 2016 - 1.10.1 +======================= +- Stability fixes. +- French translation updates. +- Remove obsolete commoncpp2 dependency. +- Set PA role to phone to pause music playback automatically. + 15 July 2016 - 1.10.0 ======================= - Supports newest Qt5, drops support for Qt4. |