Dominique Leuenberger 4 months ago committed by Git OBS Bridge
commit e5ed06beec

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6747af710998cf708a2e8ceef51cccd181373d94201dd4b8d40797a070ed47cc
size 453407

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72e73a2acf20f59093e21d5601606e405873503eb35f346fa621de23e99b3b39
size 460086

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Jan 25 10:37:47 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.1.21:
* Only use `ifr_ifindex` if OS supports it, fixes build on iOS
and FreeBSD.
- Changes from version 0.1.20:
* Remove support for GStreamer 0.10 builds.
* Add macro to check LIBNICE version.
* Added utility function to get the STUN server from a candidate.
* Support additional header in built-in HTTP proxy client.
* Add boxed type for NiceAddress for bindings.
* Add API to get the interface index for a local address.
* Explicitly bind to a specific interface when creating UDP
sockets.
* Limit the number of stored incoming checks based on a property.
* Do asynchronous DNS resolution for STUN and TURN servers.
* Add introspection friendly API to get an allocated string from
a NiceCandidate.
* Enable gst-full to link in a single element.
-------------------------------------------------------------------
Thu May 5 09:13:35 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

@ -1,7 +1,7 @@
#
# spec file for package libnice
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: libnice
Version: 0.1.19
Version: 0.1.21
Release: 0
Summary: Interactive Connectivity Establishment implementation
License: LGPL-2.1-only OR MPL-1.1

Loading…
Cancel
Save