Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Olivier Crête
libnice
Commits
e25c3e51
Commit
e25c3e51
authored
Dec 27, 2018
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 0.1.15
parent
1b142226
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
6 deletions
+18
-6
NEWS
NEWS
+12
-0
README
README
+1
-1
configure.ac
configure.ac
+3
-3
meson.build
meson.build
+2
-2
No files found.
NEWS
View file @
e25c3e51
libnice 0.1.15 (2018-12-27)
===========================
Add support for Regular Nomination
Removal of the global lock over all agents
Add method to compare candidate targets
Added optional Meson build system, future releases will remove autotools
Renamed all members of PseudoTcpState enum (compile-time API change)
Now drops all packets from addresses that have not been validated by an ICE check
Multiple improvements to ICE interoperability
Improved RFC compliance
Improved OC2007 compatibility mode alternate-server support
libnice 0.1.14 (2017-04-03)
===========================
Improved RFC compliance
...
...
README
View file @
e25c3e51
...
...
@@ -5,7 +5,7 @@ Nice: GLib ICE library
Copyright
---------
(C) 2006-201
7
Collabora Ltd.
(C) 2006-201
8
Collabora Ltd.
(C) 2006-2011 Nokia Corporation
License
...
...
configure.ac
View file @
e25c3e51
...
...
@@ -5,7 +5,7 @@ dnl Always compile with -Wall; if --enable-compile-warnings=error is passed,
dnl also use -Werror. git and pre-releases default to -Werror
dnl use a three digit version number for releases, and four for cvs/prerelease
AC_INIT([libnice],[0.1.1
4.1
])
AC_INIT([libnice],[0.1.1
5
])
LIBNICE_RELEASE="no"
AC_CANONICAL_TARGET
...
...
@@ -39,9 +39,9 @@ AC_CONFIG_FILES([
# Increment CURRENT and AGE. Set REVISION to 0
# If there was an incompatible interface change:
# Increment CURRENT. Set AGE and REVISION to 0
LIBNICE_CURRENT=1
7
LIBNICE_CURRENT=1
8
LIBNICE_REVISION=0
LIBNICE_AGE=
7
LIBNICE_AGE=
8
LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE}
LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION} -no-undefined"
AC_SUBST(LIBNICE_LT_LDFLAGS)
...
...
meson.build
View file @
e25c3e51
project('libnice', 'c',
version: '0.1.1
4.1
',
version: '0.1.1
5
',
meson_version : '>= 0.49.0',
default_options : ['warning_level=1', 'buildtype=debugoptimized'])
...
...
@@ -16,7 +16,7 @@ endif
# maintain compatibility with the previous libtool versioning
soversion = 10
libversion = '10.
7
.0'
libversion = '10.
8
.0'
glib_req = '>= 2.48'
gnutls_req = '>= 2.12.0'
...
...
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