summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2024-03-04 15:12:14 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2024-03-04 15:12:14 -0500
commitae3eb16fd7d1237353bf64e899c612b8a63bca8a (patch)
treef2c1e39be29af1c0cd5c360130ba11cc273af610
parent4d14e613caabfd660250ce69ca49eb987999fec2 (diff)
version 0.1.220.1.22latest-release
-rw-r--r--NEWS9
-rw-r--r--meson.build4
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'