diff --git a/libdatachannel.changes b/libdatachannel.changes index 0c2d23a..e2b86ee 100644 --- a/libdatachannel.changes +++ b/libdatachannel.changes @@ -2,6 +2,53 @@ Wed Mar 13 00:18:26 UTC 2024 - ecsos - Update to 0.20.2 + - Fix track creation synchronizationin #1109 + - Fix NACK messages corruptionin #1118 + - Fix iterator past end of vectorin #1128 + - Fix rtcSetSignalingStateChangeCallback reset#1129 +- Changes from 0.20.1 + - Fix compatibility with old system usrsctp v0.9.5.0 in #1099 +- Changes from 0.20.0 + - Allow setting CA certificate during TLS connection in #1009 + - Implement missing methods of RtcpReportBlock in #1013 + - Add a media handler to respond to intra frame requests in #999 + - Add PLI handler to C API in #1019 + - Add track and user pointer to PLI handler callback in C API in #1021 + - Refactor media handlers in #929 + - Rename Description::addAacCodec() to addAACCodec for consistency in #1022 + - Set SCTP zero checksum in #1015 + - Fix segfault caused by RtcpReceivingSession in #1027 + - Correct NTP of Sender Report in #1028 + - Refactor Data Channel reliability API in #1031 + - Forward RTP/RTCP messages unconditionally if there is only one track in #1023 + - Fix the target location of the FU header pointer in #1037 + - Access mbedtls private member via a portable macro in #1040 + - Set SNI for MbedTLS in #1041 + - Improve example command-line help in #1049 + - Use caCertificatePemFile in OpenSSL backend in #1047 + - WebSocket: allow clients to provide a TLS certificate in #1062 + - Fix RtcpReportBlock::setPacketsLost() in #1069 + - Add maxMessageSize to Websocket configuration in #1086 + - Support all Certificate Fingerprint Algorithms in #1077 + - Configure datachannel target_properties for APPLE in #1091 + - Enforce WebSocket max message size at reception in #1094 + - Move operator<< to rtc namespace in #1096 + - Unmap WebSocket remote IPv4-mapped IPv6 addresses in #1097 + - Add RtcpReceivingSession support to C API in #1029 + - libjuice v1.3.4: Fix misalignment issue during STUN data reading +- Changes from 0.19.5 + - Add #include to fix building with gcc 14 in #1055 + - Ensure rtpExtHeaderSize is a multiple of 4 in #1061 + - H265NalUnitFragment: Mask nuhTempIdPlus1 correctly in #1073 + - Use prime256v1 for EVP_EC_gen instead of P-256 in #1075 + - Fix media description m-line parsing in #1081 +- Changes from 0.19.4 + - Add virtual destructor to MediaHandler in #1025 + - Fix key generation check for legacy OpenSSL in #1042 + - Correct NTP of Sender Report in #1028 + - Fix the target location of the FU header pointer in #1037 + - Access MbedTLS private member via a portable macro in #1040 + - Set SNI for MbedTLS in #1041 ------------------------------------------------------------------- Sun Nov 12 13:19:36 UTC 2023 - ecsos