From ae3eb16fd7d1237353bf64e899c612b8a63bca8a Mon Sep 17 00:00:00 2001 From: Olivier CrĂȘte Date: Mon, 4 Mar 2024 15:12:14 -0500 Subject: version 0.1.22 --- NEWS | 9 +++++++++ meson.build | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 7445daf..b193a9d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +libnice 0.1.22 (2024-03-04) +=========================== +API: Make nice_address_is_local() available to applications +Make padding be all zeros to conform to RFC8489 +Fix interface listing on Android +Include TURN sockets in the list from nice_agent_get_sockets() +Set consent refresh timeout in line with RFC 7675 +Fix ifr_ifindex build with cland and OpenBSD + libnice 0.1.21 (2023-01-07) =========================== Only use `ifr_ifindex` if OS supports it, fixes build on iOS and FreeBSD diff --git a/meson.build b/meson.build index 4faffb4..badce49 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libnice', 'c', - version: '0.1.21.1', + version: '0.1.22', meson_version : '>= 0.52', default_options : ['warning_level=1', 'buildtype=debugoptimized']) @@ -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 # C is the revision, change on new updates that don't change APIs soversion = 10 -libversion = '10.13.1' +libversion = '10.14.0' glib_req = '>= 2.54' gnutls_req = '>= 2.12.0' -- cgit v1.2.3