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
55b71d47
Commit
55b71d47
authored
Oct 20, 2020
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version 0.1.18
parent
306d471a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
2 deletions
+17
-2
NEWS
NEWS
+15
-0
meson.build
meson.build
+2
-2
No files found.
NEWS
View file @
55b71d47
libnice 0.1.18 (2020-10-20)
===========================
Remove the autotools build system, now only meson is available
On Windows, use crypto library instead of CryptGenRandom() which is deprecated
On Windows, use GetBestInterfaceEx() for UWP compatibility
On Windows, fix the listing of interfaces to use the correct APIs
On Windows, implement ignoring interfaces
Accept receiving messages in multiple steps over TCP
Accept duplicated ports as last option instead of spinning forever
Use sendmmsg if possible to send multiple packets in one call
Fail gathering if no port is available
Hide the implementation of NiceCandidate, this hides some parts that were previously visible
Enable TURN server connects where both TCP and UDP use the same port number
Don't count rejected STUN messages as keepalive packets
libnice 0.1.17 (2020-05-22)
libnice 0.1.17 (2020-05-22)
===========================
===========================
Add API to retrieve the underlying BSD sockets
Add API to retrieve the underlying BSD sockets
...
...
meson.build
View file @
55b71d47
project('libnice', 'c',
project('libnice', 'c',
version: '0.1.1
7.1
',
version: '0.1.1
8
',
meson_version : '>= 0.52',
meson_version : '>= 0.52',
default_options : ['warning_level=1', 'buildtype=debugoptimized'])
default_options : ['warning_level=1', 'buildtype=debugoptimized'])
...
@@ -20,7 +20,7 @@ endif
...
@@ -20,7 +20,7 @@ endif
# B is the ABI age, change it on new APIs that don't break existing ones, changing it resets C to 0
# B is the ABI age, change it on new APIs that don't break existing ones, changing it resets C to 0
# C is the revision, change on new updates that don't change APIs
# C is the revision, change on new updates that don't change APIs
soversion = 10
soversion = 10
libversion = '10.1
0
.0'
libversion = '10.1
1
.0'
glib_req = '>= 2.54'
glib_req = '>= 2.54'
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