diff options
-rw-r--r-- | ChangeLog | 27 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 28 insertions, 1 deletions
@@ -1,3 +1,30 @@ +v4l-utils-1.6.1 +--------------- + +Gregor Jasny (5): + man: remove duplicate backslash from NAME section + man: Use Unicode character for ellipsis and fall back to ... + man: add generated files to .gitignore + v4l2-compliance: Explicitely link against rt library + v4l2-ctl: Explicitely link against rt library + +Hans Verkuil (1): + qv4l2/v4l2-ctl: fix buffer overrun in vivid-tpg. + +Hans de Goede (2): + rc_keymaps: allwinner: S/KEY_HOME/KEY_HOMEPAGE/ + v4lconvert: Fix decoding of jpeg data with no vertical sub-sampling + +Mauro Carvalho Chehab (4): + libdvbv5: properly represent Satellite frequencies + README: better document the package + ir-keytable: fix a regression introduced by fe2aa5f767eba + rc: Update the protocol name at RC6 tables + +Niels Ole Salscheider (1): + qv4l2: Fix out-of-source build + + v4l-utils-1.6.0 --------------- diff --git a/configure.ac b/configure.ac index 71bd3238..7692b13d 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.6.0]) +AC_INIT([v4l-utils],[1.6.1]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) |