summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 47cc91c..f87d229 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+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)
===========================
Remove the autotools build system, now only meson is available