Module: libav Branch: release/11 Commit: 0fc667e89b7261499067aef0a81dd0d4a0f980e3
Author: Sean McGovern <[email protected]> Committer: Sean McGovern <[email protected]> Date: Tue Apr 26 19:15:44 2016 -0400 Update changelog for v11.7 --- Changelog | 14 ++++++++++++++ RELEASE | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 6bb13ea..1f5ca98 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,20 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. +version 11.7: + + - asfenc: fix some possible integer overflows (CVE-2016-2326) + - vf_fade: make sure the slice end is always in the frame + - tls: Use the right return value for breaking out due to the interrupt callback + - avpacket: Check buffer reference (CID/1267889) + - avpacket: fix setting AVPacket.data in av_packet_ref() + - cmdutils: update copyright year to 2016 + - colorspace: Add support for BT709 + - pgssub: Fix subpicture colorspace and range + - indeo2: Fix banding artefacts + - mov: Check the entries value when parsing dref boxes (CVE-2016-3062) + - matroska: Support V_QUICKTIME as written in the specification + version 11.6: - configure: add --enable-rpath diff --git a/RELEASE b/RELEASE index 1ed6da4..3765992 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -11.6 +11.7 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
