From e9986de7f4264940af6fa1df1498fd2754077de4 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf <jb@videolan.org> Date: Wed, 12 Jun 2024 15:17:10 +0200 Subject: [PATCH] Update NEWS for 1.4.3 --- NEWS | 8 ++++++++ meson.build | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 16825ff8..05c1862d 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 f5010ac4..74e405fe 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', -- GitLab