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.22.1 release Author: Gregor Jasny <[email protected]> Date: Sat Oct 23 17:12:35 2021 +0200 Signed-off-by: Gregor Jasny <[email protected]> ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=47c8c377cf299bc42cd73a5ed7f2821f24a7bc47 diff --git a/ChangeLog b/ChangeLog index 275c4eccf894..5790d67f82ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,15 @@ v4l-utils-1.22.0 ---------------- +Gregor Jasny (3): + configure.ac: Add copy of gnulib visibility.m4 + bootstrap.sh: Replace which with POSIX compliant command -v + m4: Update ax_pthread to latest + + +v4l-utils-1.22.0 +---------------- + Alexandre Courbot (1): v4l2-compliance: test for vb2/m2m poll kernel bug diff --git a/configure.ac b/configure.ac index c7ed59fa5b59..98bbbebeca6b 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([v4l-utils],[1.22.0]) +AC_INIT([v4l-utils],[1.22.1]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) _______________________________________________ linuxtv-commits mailing list [email protected] https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
