Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
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)
libnice 0.1.14 (2017-04-03)
===========================
===========================
Improved RFC compliance
Improved RFC compliance
...
...
README
View file @
e25c3e51
...
@@ -5,7 +5,7 @@ Nice: GLib ICE library
...
@@ -5,7 +5,7 @@ Nice: GLib ICE library
Copyright
Copyright
---------
---------
(C) 2006-201
7
Collabora Ltd.
(C) 2006-201
8
Collabora Ltd.
(C) 2006-2011 Nokia Corporation
(C) 2006-2011 Nokia Corporation
License
License
...
...
configure.ac
View file @
e25c3e51
...
@@ -5,7 +5,7 @@ dnl Always compile with -Wall; if --enable-compile-warnings=error is passed,
...
@@ -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 also use -Werror. git and pre-releases default to -Werror
dnl use a three digit version number for releases, and four for cvs/prerelease
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"
LIBNICE_RELEASE="no"
AC_CANONICAL_TARGET
AC_CANONICAL_TARGET
...
@@ -39,9 +39,9 @@ AC_CONFIG_FILES([
...
@@ -39,9 +39,9 @@ AC_CONFIG_FILES([
# Increment CURRENT and AGE. Set REVISION to 0
# Increment CURRENT and AGE. Set REVISION to 0
# If there was an incompatible interface change:
# If there was an incompatible interface change:
# Increment CURRENT. Set AGE and REVISION to 0
# Increment CURRENT. Set AGE and REVISION to 0
LIBNICE_CURRENT=1
7
LIBNICE_CURRENT=1
8
LIBNICE_REVISION=0
LIBNICE_REVISION=0
LIBNICE_AGE=
7
LIBNICE_AGE=
8
LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE}
LIBNICE_LIBVERSION=${LIBNICE_CURRENT}:${LIBNICE_REVISION}:${LIBNICE_AGE}
LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION} -no-undefined"
LIBNICE_LT_LDFLAGS="-version-info ${LIBNICE_LIBVERSION} -no-undefined"
AC_SUBST(LIBNICE_LT_LDFLAGS)
AC_SUBST(LIBNICE_LT_LDFLAGS)
...
...
meson.build
View file @
e25c3e51
project('libnice', 'c',
project('libnice', 'c',
version: '0.1.1
4.1
',
version: '0.1.1
5
',
meson_version : '>= 0.49.0',
meson_version : '>= 0.49.0',
default_options : ['warning_level=1', 'buildtype=debugoptimized'])
default_options : ['warning_level=1', 'buildtype=debugoptimized'])
...
@@ -16,7 +16,7 @@ endif
...
@@ -16,7 +16,7 @@ endif
# maintain compatibility with the previous libtool versioning
# maintain compatibility with the previous libtool versioning
soversion = 10
soversion = 10
libversion = '10.
7
.0'
libversion = '10.
8
.0'
glib_req = '>= 2.48'
glib_req = '>= 2.48'
gnutls_req = '>= 2.12.0'
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