Dominique Leuenberger 2020-09-01 11:10:51 +00:00 committed by Git OBS Bridge
parent 5147c9d032
commit a4960f7d98

View File

@ -2,34 +2,32 @@
Thu Aug 20 21:27:51 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.1.17:
* Add API to retrieve the underlying BSD sockets
* Support systems with multiple loopback devices
* Ignore non-running network interfaces
* Ignore multiple interface prefixes
* Now tries to nominate matching pairs across components and streams
* Retry TURN deallocation on timeout, requires not destoying the NiceAgent right after the stream
* Use different port for every host candidate
* Make timeouts and retransmissions more in line with the RFCs
* Find OpenSSL without pkg-config, for Windows
* Complete meson support
* GLib required version update to 2.54
* Removed deprecated GLib APIs
* Many ICE compatibility and performance improvements
* Many bug fixes
* Add API to make it easier to implement ICE trickle
* Add async closing of agent, to cleanly close TURN allocations
* Add Google non-standard NOMINATION STUN attribute
* Fix tests on Windows
* Fix some racy tests
* Add support for Regular Nomination
* Removal of the global lock over all agents
* Add method to compare candidate targets
* Added optional Meson build system, future releases will remove autotools
* Renamed all members of PseudoTcpState enum (compile-time API change)
* Now drops all packets from addresses that have not been validated by an ICE check
* Multiple improvements to ICE interoperability
* Improved RFC compliance
* Improved OC2007 compatibility mode alternate-server support
+ Add API to retrieve the underlying BSD sockets.
+ Support systems with multiple loopback devices.
+ Ignore non-running network interfaces.
+ Ignore multiple interface prefixes.
+ Now tries to nominate matching pairs across components and
streams.
+ Retry TURN deallocation on timeout, requires not destoying the
NiceAgent right after the stream.
+ Use different port for every host candidate.
+ Make timeouts and retransmissions more in line with the RFCs.
+ Find OpenSSL without pkg-config, for Windows.
+ Complete meson support.
+ Add API to make it easier to implement ICE trickle.
+ Add async closing of agent, to cleanly close TURN allocations.
+ Add Google non-standard NOMINATION STUN attribute.
+ Removal of the global lock over all agents.
+ Add method to compare candidate targets.
+ Added optional Meson build system, future releases will remove
autotools.
+ Renamed all members of PseudoTcpState enum (compile-time API
change).
+ Now drops all packets from addresses that have not been
validated by an ICE check.
+ Multiple improvements to ICE interoperability.
+ Improved RFC compliance.
+ Improved OC2007 compatibility mode alternate-server support.
-------------------------------------------------------------------
Wed Feb 28 16:35:43 UTC 2018 - dimstar@opensuse.org