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
3d9cae16
Commit
3d9cae16
authored
Jan 07, 2023
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version 0.1.21
parent
0fc589f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
NEWS
NEWS
+5
-1
meson.build
meson.build
+2
-2
No files found.
NEWS
View file @
3d9cae16
libnice 0.1.21 (2023-01-07)
===========================
Only use `ifr_ifindex` if OS supports it, fixes build on iOS and FreeBSD
libnice 0.1.20 (2023-01-06)
libnice 0.1.20 (2023-01-06)
===========================
===========================
Remove support for GStreamer 0.10 builds
Remove support for GStreamer 0.10 builds
Add macro to check LIBNICE version
Add macro to check LIBNICE version
Added utility function to get the STUN server from a candidate
Added utility function to get the STUN server from a candidate
Support additional header in built-in HTT proxy client
Support additional header in built-in HTT
P
proxy client
Add boxed type for NiceAddress for bindings
Add boxed type for NiceAddress for bindings
Add API to get the interface index for a local address
Add API to get the interface index for a local address
Explicitly bind to a specific interface when creating UDP sockets
Explicitly bind to a specific interface when creating UDP sockets
...
...
meson.build
View file @
3d9cae16
project('libnice', 'c',
project('libnice', 'c',
version: '0.1.2
0.
1',
version: '0.1.21',
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.13.
0
'
libversion = '10.13.
1
'
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