Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
3fe28f52
Commit
3fe28f52
authored
Feb 24, 2017
by
François Grisez
Browse files
Increase version number to 3.11.0
parent
a2ff0d32
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
CMakeLists.txt
CMakeLists.txt
+1
-1
NEWS
NEWS
+11
-1
configure.ac
configure.ac
+1
-1
No files found.
CMakeLists.txt
View file @
3fe28f52
...
...
@@ -21,7 +21,7 @@
############################################################################
cmake_minimum_required
(
VERSION 3.0
)
project
(
linphone VERSION 3.1
0.2
LANGUAGES C CXX
)
project
(
linphone VERSION 3.1
1.0
LANGUAGES C CXX
)
set
(
LINPHONE_MAJOR_VERSION
${
PROJECT_VERSION_MAJOR
}
)
...
...
NEWS
View file @
3fe28f52
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
l
inphone-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)
...
...
configure.ac
View file @
3fe28f52
dnl Process this file with autoconf to produce a configure script.
AC_INIT([linphone],[3.1
0.2
],[linphone-developers@nongnu.org])
AC_INIT([linphone],[3.1
1.0
],[linphone-developers@nongnu.org])
AC_CANONICAL_SYSTEM
AC_CONFIG_SRCDIR([coreapi/linphonecore.c])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment