diff --git a/ChangeLog b/ChangeLog index 55fab803578a004a932bd089f06d6a9026f16444..832679c9c20ba2b987bbb0261be8f08b02e00f9b 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 0ff058c34941ec6bcd35c7b680b010f899b18a11..e4f51e543a4a228215e08d42dd6927dc6b13ed81 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])