Commit 64ef27e4 authored by Olivier Crête's avatar Olivier Crête

version 0.1.19

parent bf978f30
libnice 0.1.19 (2022-05-03)
===========================
Allow incoming connchecks before remote candidates are set, allows for connection based on received bind requests
Implement RFC 7675 for Consent Freshness
Use a single server reflexive and local relay candidate, reduces useless duplicated local candidates
Improved ICE restart implementation
Use Windows native crypto API, removing the need for OpenSSL
Add bytestream ICE-TCP and improve ICE-TCP
Add API to know if a NiceAddress is link-local
Add API to extact the relay address from a relayed NiceAddress
Improve support for detection addresses on Android, iOS, macOS
A number of bug fixes
libnice 0.1.18 (2020-10-20) libnice 0.1.18 (2020-10-20)
=========================== ===========================
Remove the autotools build system, now only meson is available Remove the autotools build system, now only meson is available
......
project('libnice', 'c', project('libnice', 'c',
version: '0.1.18.1', version: '0.1.19',
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.11.0' libversion = '10.12.0'
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