From 8d667a9e424bca3a512991e8a7fad8cc69aa0d42 Mon Sep 17 00:00:00 2001
From: Gregor Jasny <gjasny@googlemail.com>
Date: Thu, 21 Mar 2019 20:41:50 +0100
Subject: [PATCH] Prepare for 1.16.4 release

---
 ChangeLog    | 18 ++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 55fab8035..832679c9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+v4l-utils-1.16.4
+----------------
+
+Gregor Jasny (2):
+      Qt5: test for Desktop OpenGL presence
+      Qt5: fixup Qt OpenGL automake conditionals
+
+Hans Verkuil (1):
+      dvbv5-zap.c: fix compile warning
+
+Mauro Carvalho Chehab (2):
+      dvbv5-tools: be sure to zero struct arguments
+      dvbv5-zap: improve program exit code
+
+Sean Young (1):
+      libdvbv5: leaks and double free in dvb_fe_open_fname()
+
+
 v4l-utils-1.16.3
 ----------------
 
diff --git a/configure.ac b/configure.ac
index 0ff058c34..e4f51e543 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.16.3])
+AC_INIT([v4l-utils],[1.16.4])
 
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
-- 
GitLab