diff --git a/libnice-0.1.21.tar.gz b/libnice-0.1.21.tar.gz deleted file mode 100644 index 9198ed4f48df456e1c65c15dded0f5ab0625edcd..0000000000000000000000000000000000000000 Binary files a/libnice-0.1.21.tar.gz and /dev/null differ diff --git a/libnice-0.1.22.tar.gz b/libnice-0.1.22.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8714ba0c18115d9f25dfc6468006f847d980eaf1 Binary files /dev/null and b/libnice-0.1.22.tar.gz differ diff --git a/libnice.spec b/libnice.spec index dd82473b78aff0568cf48d4f3f24bf7bf5d0d794..51c8fc7aad1c6d32c712d0b9cfadca78e48da535 100644 --- a/libnice.spec +++ b/libnice.spec @@ -1,9 +1,9 @@ Name: libnice -Version: 0.1.21 +Version: 0.1.22 Release: 1 Summary: An implementation of ICE standard License: LGPLv2 and MPLv1.1 -URL: https://nice.freedesktop.org/wiki/ +URL: https://libnice.freedesktop.org/ Source0: https://nice.freedesktop.org/releases/%{name}-%{version}.tar.gz Patch0: libnice-gupnp-1.6.patch @@ -70,6 +70,13 @@ sed -e "s/^ 'test-set-port-range'/#&/" -i tests/meson.build %{_datadir}/{gtk-doc/html/libnice/,gir-1.0/Nice-0.1.gir} %changelog +* Wed Nov 13 2024 xu_ping <707078654@qq.com> - 0.1.22-1 +- Update to 0.1.22 +- Make nice_address_is_local() available to applications. +- Fix interface listing on Android +- Make padding be all zeros to conform to RFC8489 +- Fix ifr_ifindex build with cland and OpenBSD + * Wed Oct 11 2023 Ge Wang - 0.1.21-1 - Update to 0.1.21