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
ca7e68f0
Commit
ca7e68f0
authored
Jan 06, 2023
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version 0.1.20
parent
64c9a79c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
NEWS
NEWS
+14
-0
meson.build
meson.build
+2
-2
No files found.
NEWS
View file @
ca7e68f0
libnice 0.1.20 (2023-01-06)
===========================
Remove support for GStreamer 0.10 builds
Add macro to check LIBNICE version
Added utility function to get the STUN server from a candidate
Support additional header in built-in HTT proxy client
Add boxed type for NiceAddress for bindings
Add API to get the interface index for a local address
Explicitly bind to a specific interface when creating UDP sockets
Limit the number of stored incoming checks based on a property
Do asynchronous DNS resolution for STUN and TURN servers
Add introspection friendly API to get an allocated string from a NiceCandidate
Enable gst-full to link in a single element
libnice 0.1.19 (2022-05-03)
libnice 0.1.19 (2022-05-03)
===========================
===========================
Allow incoming connchecks before remote candidates are set, allows for connection based on received bind requests
Allow incoming connchecks before remote candidates are set, allows for connection based on received bind requests
...
...
meson.build
View file @
ca7e68f0
project('libnice', 'c',
project('libnice', 'c',
version: '0.1.
19.1
',
version: '0.1.
20
',
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
2
.0'
libversion = '10.1
3
.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