From c821dc406eb85b4e6bd4d2a2be283fc81f4793ae Mon Sep 17 00:00:00 2001 From: Gregor Jasny Date: Sun, 9 Dec 2012 13:32:20 +0100 Subject: Prepare for 0.9.3 release Signed-off-by: Gregor Jasny --- ChangeLog | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 793ea91f..19557607 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +v4l-utils-0.9.3 +--------------- +* Synced with latest kernel headers + +* v4l2-ctl changes + * fixed bug in parse_subopt + * --list-buffers didn't work for multiplanar formats + +* v4l2-compliance + * work around missing ENODATA on (k)FreeBSD + * add test whether V4L2_MEMORY_DMABUF is supported + * add the new EXPBUF ioctl + v4l-utils-0.9.2 --------------- * libv4l changes diff --git a/configure.ac b/configure.ac index be59d4dd..036eeb12 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],[0.9.2]) +AC_INIT([v4l-utils],[0.9.3]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) -- cgit v1.2.1