From 1362a1b18256443def88bcc42d668356b8f8b22a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Tue, 30 Jun 2015 12:04:22 +0200 Subject: [PATCH] Update change log and increment minor version number --- CMakeLists.txt | 2 +- NEWS | 10 ++++++++++ configure.ac | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b04de8a4..52829291b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ project(LINPHONE C CXX) set(LINPHONE_MAJOR_VERSION "3") set(LINPHONE_MINOR_VERSION "8") -set(LINPHONE_MICRO_VERSION "4") +set(LINPHONE_MICRO_VERSION "5") set(LINPHONE_VERSION "${LINPHONE_MAJOR_VERSION}.${LINPHONE_MINOR_VERSION}.${LINPHONE_MICRO_VERSION}") set(LINPHONE_SO_VERSION "7") diff --git a/NEWS b/NEWS index a373225f3..715f691b3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +linphone-3.8.5 -- June 30th, 2015 + * Fix bug about status icon on MacOSX. Attention request worked only once + * Fix crash at the end of the audio assistant + * Fix crash when configuring a remote provisioning + * Fix regretion in the codec view. Codec which are not usable because + bandwitch limits are to low were not grayed anymore + * Fix language selection on Wndows and MacOSX + * Add translation for 'Arabic' and 'Turkish' items in the language selection + list + linphone-3.8.4 -- June 9th, 2015 * Add a built-in XMLRPC client. Linphone does not depend on libsoup anymore diff --git a/configure.ac b/configure.ac index 37a7b4cfa..8f4daa8a1 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.8.4],[linphone-developers@nongnu.org]) +AC_INIT([linphone],[3.8.5],[linphone-developers@nongnu.org]) AC_CANONICAL_SYSTEM AC_CONFIG_SRCDIR([coreapi/linphonecore.c])