This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:
Subject: Prepare for 1.30.1 release Author: Gregor Jasny <gja...@googlemail.com> Date: Thu May 1 14:15:21 2025 +0200 Signed-off-by: Gregor Jasny <gja...@googlemail.com> ChangeLog | 10 ++++++++++ meson.build | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=9bdabf8793f40e5df74435b2df94b5567b55805d diff --git a/ChangeLog b/ChangeLog index b6f8cc819219..c394b0b887f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +v4l-utils-1.30.1 +---------------- + +Gregor Jasny (1): + licenses: update copyright files to remove fsf address + +Hans Verkuil (1): + v4l2-compliance: run testBlockingWait when streaming + + v4l-utils-1.30.0 ---------------- diff --git a/meson.build b/meson.build index 0dcc7e65f3d0..398894f47bb3 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('v4l-utils', 'c', 'cpp', - version: '1.30.0', + version: '1.30.1', meson_version : '>= 0.60', default_options : [ 'buildtype=debugoptimized',