diff --git a/NEWS b/NEWS index 16825ff87e4b0b73f25ff10ad99b708c9e49a00c..05c1862d8764f595b62b4a79718477887e6deab4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Changes for 1.4.3 'Road Runner': +-------------------------------- + +1.4.3 is a small release focused on security issues + - AArch64: Fix potential out of bounds access in DotProd H/HV filters + - cli: Prevent buffer over-read + + Changes for 1.4.2 'Road Runner': -------------------------------- diff --git a/meson.build b/meson.build index f5010ac4855e55d30764e6d721a7474ade037e35..74e405fee055f604338d7e2421d4d76b51713ae9 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -# Copyright © 2018-2022, VideoLAN and dav1d authors +# Copyright © 2018-2024, VideoLAN and dav1d authors # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. project('dav1d', ['c'], - version: '1.4.2', + version: '1.4.3', default_options: ['c_std=c99', 'warning_level=2', 'buildtype=release',