Skip to content

v1.4.4-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@maxsharabayko maxsharabayko released this 08 Sep 15:08
· 545 commits to master since this release
b147d5e

Pre-Release Notes

RC.1 mainly includes build fixes for various platforms compared to RC.0.

Changelog Since v1.4.4-rc.0

Click to expand/collapse

Core Functionality

e98146a Avoid using strlen in ThreadName class
2243388 Removed ThreadName(const char*). (#2113)
df95ecb Fix atomic for MacOS, FreeBSD, GCC<4.7, Clang<6 (#2104)
5e75c32 Placed ThreadName class inside srt namespace
409a40d Detect pthread_getname* availability

Build Scripts (CMake, etc.)

2e09a16 Update Windows installer for alternate platform names (#2117)
e8f4057 Automatically link libatomic if needed. (#2116)
4fc0f31 Use lowercase CMAKE_SYSTEM_NAME on Android
fb09875 Fix build for Linux GLIBC-2.8 and earlier. (#2103)
da70624 Fix Build for Android. (#2100)
8b1be61 Fixed ENABLE_MONOTONIC_CLOCK=ON when target is Android

Documentation

34ba951 Improved Access Control general syntax description
ab9e69b Removed a reference to YAML syntax

Experimental SRT Connection Bonding

cbdd676 Added missing lock for isRcvDataReady()