v2.12.0
What's Changed
- tls: remove ifdef DTLS_CTRL_HANDLE_TIMEOUT by @alfredh in #634
- cmake: increment required version by @cspiel1 in #642
- dtls: add logging of DTLS packet content-type by @alfredh in #641
- dtls: add single connection mode by @alfredh in #643
- ice: reduce conncheck start timer by @alfredh in #640
- async,main: make re_thread_async itself thread safe by @sreimers in #644
- av1: remove old packetizer by @alfredh in #645
- av1: fix chrome interop by @alfredh in #646
- av1: minor cleanups by @alfredh in #649
- trace: fix new json start by @sreimers in #648
- make rtcp interval configureable by @sreimers in #650
- sa: proposal to always enable struct sockaddr_in6 by @alfredh in #651
- ci: rename ccheck to lint by @alfredh in #653
- ci: extend coverage test with retest+select by @alfredh in #652
- main: remove poll support by @sreimers in #654
- ci: use Ninja as CMake generator by @alfredh in #656
- ci/abi: fix abidiff paths by @sreimers in #657
- PRACK refactoring by @maximilianfridrich in #630
- types: add RE_ prefix to ARRAY_SIZE() by @alfredh in #658
- cmake: add USE_TRACE option (default OFF) by @sreimers in #660
- add re prefix by @alfredh in #659
- tcp: add RE_TCP_BACKLOG by @sreimers in #661
- Fix doxygen warnings by @alfredh in #662
- mbuf: docs and setters/getters by @alfredh in #663
- tcp,cmake: use accept4 if supported by @sreimers in #665
- tcp: remove SO_LINGER socket option by @sreimers in #664
- rtcp: update documentation by @alfredh in #666
- tcp: check SO_ERROR only for active connections by @sreimers in #667
- cmake: add HAVE_RESOLV by @sreimers in #668
- hash: add hash_debug by @sreimers in #670
- list: improve list_apply performance by @sreimers in #669
- rtp: add doxygen comments by @alfredh in #671
- rtp: extra dox for rtcp_encode by @alfredh in #672
- ci: add thread and address sanitizer by @sreimers in #673
- Do not change glibc feature selection macros in unsupported ways by @fweimer-rh in #674
- auth: replace ETIME with ETIMEDOUT by @sreimers in #675
- cmake: add min. OpenSSL 1.1.0 version requirement by @sreimers in #680
- ci: fix flaky azure mirrors by @sreimers in #682
- tls: remove obsolete openssl version check and fix libressl build by @cspiel1 in #679
- ci/ssl: fix openssl root dir by @sreimers in #677
- main: add re_thread_async_main for re_global only by @sreimers in #685
- atomic: fix win32 atomic load const warnings by @sreimers in #688
- atomic: fix __iso_volatile_load64 deref by @sreimers in #691
- bump version numbers to 2.12.0 by @alfredh in #692
New Contributors
- @fweimer-rh made their first contribution in #674
Full Changelog: v2.11.0...v2.12.0