From 3fe28f5274f28ab98d977b54c4685e6aa67bad65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Fri, 24 Feb 2017 15:38:39 +0100 Subject: [PATCH] Increase version number to 3.11.0 --- CMakeLists.txt | 2 +- NEWS | 12 +++++++++++- configure.ac | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3681668f5..bd701b78c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ ############################################################################ cmake_minimum_required(VERSION 3.0) -project(linphone VERSION 3.10.2 LANGUAGES C CXX) +project(linphone VERSION 3.11.0 LANGUAGES C CXX) set(LINPHONE_MAJOR_VERSION ${PROJECT_VERSION_MAJOR}) diff --git a/NEWS b/NEWS index 0d5eb29eb..6d66c3692 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,17 @@ +linphone-3.11.0 -- February 24th, 2017 + * Security vulnerability fix concering TLS. The common name of certificats + delivered by SIP proxies were not compared with their hostname. + * Improvement of H.264 hardware encoder/decoder on MacOSX. + * Fix a bug in P2P presence system. Unchecking `Allow this contact to see my presence` checkbox + in contact editing view had no any effect. Then it was not possible to hide presence informations to + a contact once it had been allowed to see it. + * Performance improvments of the presence list feature. + * IM Encription Engine: abstraction for messaging encription protocols. + linphone-3.10.2 -- August 30th, 2016 * Fixing linphone python version compilation - fixing vcards -inphone-3.10.0 -- August 8th, 2016 +linphone-3.10.0 -- August 8th, 2016 * Adding lime_experimental_feature : set to 1 in .linphonerc [GtkUi] to show the Lime menu in the graphical user interface. Caution : Experimental. * Video conference support through a conference server (SDK only) diff --git a/configure.ac b/configure.ac index 989e8d585..d7740b1d8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([linphone],[3.10.2],[linphone-developers@nongnu.org]) +AC_INIT([linphone],[3.11.0],[linphone-developers@nongnu.org]) AC_CANONICAL_SYSTEM AC_CONFIG_SRCDIR([coreapi/linphonecore.c])