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