Changelog for
libnice-0.1.14-1.21.x86_64.rpm :
* Wed Feb 28 2018 dimstarAATTopensuse.org- Modernize spec-file by calling spec-cleaner
* Tue Apr 25 2017 dimstarAATTopensuse.org- Update to version 0.1.14: + Improved RFC compliance. + Split verbose logs into a separate option. + Numerous bug fixes. + Use GnuTLS for hash functions. + Implement NewReno in PseudoTCP. + Requires GLib 2.44 GnuTLS 2.12.- Add pkgconfig(gnutls) BuildRequires: new dependency.
* Fri Apr 15 2016 idonmezAATTsuse.com- Merge with factory for Gnome 3.20 fate#318572.
* Sat Apr 02 2016 zaitorAATTopensuse.org- Drop pkgconfig(gstreamer-0.10) and pkgconfig(gstreamer-base-0.10) BuildRequires: Stop building gstreamer-0.10 support. As a result of this drop subpackage gstreamer-0_10-libnice, no longer built.
* Fri May 15 2015 dimstarAATTopensuse.org- Update to version 0.1.13: + Fix build on non-Windows platforms that don\'t have getifaddrs(). + Fix build regression on Windows.
* Thu Apr 23 2015 zaitorAATTopensuse.org- Update to version 0.1.12: + Fix regression in SDP parser. + Make examples work on Windows. + Bug fixes on nicesrc.
* Tue Apr 21 2015 zaitorAATTopensuse.org- Update to version 0.1.11: + API: nice_agent_set_local_credentials() for WebRTC. + Nicesink: support GstBufferList. + Better warnings on programming errors. + Build fixes for Solaris and Windows. + Bug and documentation fixes.
* Thu Jan 29 2015 zaitorAATTopensuse.org- Update to version 0.1.10: + Fix bug on component change on the sink.- Changes from version 0.1.9: + Make it possible to statically build the GStreamer plugins. + Bug fixes, in particular fix compatibility with coTurn servers. + Documentation fixes.
* Thu Oct 16 2014 hrvoje.senjanAATTgmail.com- Add baselibs.conf: provide multi-arch packages.
* Sun Oct 12 2014 zaitorAATTopensuse.org- Update to version 0.1.8: + Added FIN-ACK behavior in the PseudoTCP ICE-TCP, both standard mode and Microsoft compatible Microsoft compatible TURN-TCP. + API: nice_address_equal_no_port() to compare NiceAddresses ignoring the port. + API: nice_agent_get_component_state() to get the current component state. + API: agent:keepalive-conncheck to make the agent use conncheck as keepalives and fail the connection if there is no answer. + API: agent:ice-tcp, agent:udp-tcp to control ICE-UDP vs ICE-TCP behaviours. + API: agent:bytestream-tcp to know if the send/receives in reliable mode create full packets or not. + API: New signals agent::new-selected-pair-full, agent::new-candidate-full, agent::new-remote-candidate-full which include the NiceCandidates directly. + API: Deprecated agent::new-selected-pair and agent::new-candidate and agent::new-remote-candidate signals. Now all signals are emitted at the function return time.