Commit 3d9cae16 authored by Olivier Crête's avatar Olivier Crête

version 0.1.21

parent 0fc589f3
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 HTTP 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
......
project('libnice', 'c', project('libnice', 'c',
version: '0.1.20.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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment