diff --git a/Changelog b/Changelog index 4247ece409..4b35e446cd 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,8 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. version 7.1.1: + avformat/hls: Partially revert "reduce default max reload to 3" + avformat/mov: (v4) fix get_eia608_packet avformat/iff: Check that we have a stream in read_dst_frame() avcodec/aac/aacdec_lpd: Limit get_unary() avcodec/aac/aacdec_usac: Simplify decode_usac_scale_factors() diff --git a/RELEASE b/RELEASE index 0f0fefae5a..21c8c7b46b 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -7.1 +7.1.1 diff --git a/doc/Doxyfile b/doc/Doxyfile index c6dc306197..16f3a78735 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = FFmpeg # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 7.1 +PROJECT_NUMBER = 7.1.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a