Skip to content

Commit

Permalink
Twinkle 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LubosD committed Jul 15, 2016
1 parent be8b8df commit 4a94b24
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ project(twinkle)

cmake_minimum_required(VERSION 2.6.0 FATAL_ERROR)

set(PRODUCT_VERSION "1.9.0")
set(PRODUCT_DATE "July 10, 2015")
set(PRODUCT_VERSION "1.10.0")
set(PRODUCT_DATE "July 15, 2016")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")

OPTION(WITH_ZRTP "Enable ZRTP encrypted calls" OFF)
Expand Down
11 changes: 11 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
15 July 2016 - 1.10.0
=======================
- Supports newest Qt5, drops support for Qt4.
- Source code cleanups, spelling error fixes.
- Handle digest authentication scheme case insensitively.
- Address book UI fixes.
- Fix build with ucommon 7.0.
- Call history UI fixes.
- Support using an external GSM library.
- Various other bug fixes.

10 July 2015 - 1.9.0
=======================
- Ported to Qt4 and Qt5.
Expand Down
4 changes: 2 additions & 2 deletions data/twinkle.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.2.
.TH TWINKLE "1" "January 2016" "Twinkle 1.9.0 - 10 July 2015" "User Commands"
.TH TWINKLE "1" "January 2016" "Twinkle 1.10.0 - 15 July 2016" "User Commands"
.SH NAME
Twinkle \- Twinkle 1.9.0
Twinkle \- Twinkle 1.10.0
.SH SYNOPSIS
.B twinkle
[\fI\,options\/\fR]
Expand Down

0 comments on commit 4a94b24

Please sign in to comment.