summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS7
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)
diff --git a/NEWS b/NEWS
index 27a1444..69e228e 100644
--- a/NEWS
+++ b/NEWS
@@ -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.