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
1362a1b1
Commit
1362a1b1
authored
Jun 30, 2015
by
François Grisez
Browse files
Update change log and increment minor version number
parent
ff43d818
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
2 deletions
+12
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
NEWS
NEWS
+10
-0
configure.ac
configure.ac
+1
-1
No files found.
CMakeLists.txt
View file @
1362a1b1
...
...
@@ -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"
)
...
...
NEWS
View file @
1362a1b1
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
...
...
configure.ac
View file @
1362a1b1
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])
...
...
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