summaryrefslogtreecommitdiff
path: root/net/libnice/Makefile.common
AgeCommit message (Collapse)AuthorFilesLines
2019-05-21*libnice: Update *libnice to 0.1.16.wiz1-2/+2
libnice 0.1.16 (2019-05-09) =========================== 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
2019-02-14libnice: update to 0.1.15.wiz1-2/+2
libnice 0.1.15 (2018-12-27) =========================== 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
2017-08-16Follow some http redirects.wiz1-2/+2
2017-04-19Updated libnice to 0.1.14.wiz1-2/+4
libnice 0.1.14 (2017-04-03) =========================== 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
2015-07-14Update to 0.1.13. Add Makefile.common to share with gst-plugins1-libnice.wiz1-0/+38
libnice 0.1.13 (2015-04-28) =========================== Fix build on non-Windows platforms that don't have getifaddrs() Fix build regression on Windows libnice 0.1.12 (2015-04-22) =========================== Fix regression in SDP parser Make examples work on Windows Bug fixes on nicesrc libnice 0.1.11 (2015-04-20) =========================== 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