Skip to content

v1.3.4

Compare
Choose a tag to compare
@maxsharabayko maxsharabayko released this 20 Aug 16:04
· 1394 commits to master since this release
196df3d

Release Notes

New Features and Enhancements

PR #720: Reason for rejected connection
PR #678: Improved sending pace accuracy
PR #796: Added a no-op for Windows in BUSY_WAITING mode

Fixed Issues

PR #808: Fixed UDP socket closure, while it is still used by another thread
PR #790: Fixed buffers average size calculation

Changelog

Click to expand/collapse

Core functionality

522d1ca Fixed invalid IN6_ADDR when setting TTL/HOPS or TOS/TCLASS
9245f81 Fix FreeBSD builds
64a197d Improving sending queue sleepto accuracy. (#678)
553b24a close Channel after stopping recv send queues (#808)
887bb6b Implemented and exposed rejection reason (#720)
04f7cce Unified strftime usage win/linux
e7d9e99 Fixed a few warnings
cf86388 remove pre-CRYSPR crypto lib wrappers
a77ec22 Only include intrin.h if not on MinGW
353c2bf Fix Windows no-op under MinGW
076bd60 Added a no-op for Windows in BUSY_WAITING mode
c929c61 Fixed buffers avg size calculation
9b7fade cryspr-gnutls: add "#include <gnutls/gnutls.h>"
03c73a1 crypspr.c: add "#include <stdlib.h>"
c79fb44 Fix issue#778: removed unnecessary openssl include in a crypto lib independent file.

Sample applications

79b898f Fix system priviledged port range, excluding port 1024 that is not reserved. (#812)
28b19dd examples: update test-c-* usage
b136458 Fixed correct symbols. Fixed also other occurrences where almost C++11 is suported
19d18f0 Updated support for gcc 4.7 in C++11 mode
c46cf08 Added full C++11 check and allowed gcc 4.7 as partial

Build scripts (CMake, etc.)

196df3d Bump version to 1.3.4
7ec45dd CMakeLists.txt: Allow building using gnustl
1d7196e travis: bump up osx_image version to 10.2
facd70c Travis MinGW: updated OpenSSL to 1.1.1

Documentation

caf9810 SRT Alliance Slack channel invitation link
408e6ec CMake install description (#828)
b564763 SRT Access Control Guidelines. Aded a Hostname key (#819)
b564763 SRT Access Control Guidelines. Aded a Hostname key (#819)