diff --git a/ChangeLog b/ChangeLog index 793ea91f249b283a7469bbb7cae062d168ab0288..19557607a51b21fa1b1a0450de3018dada61e6bf 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 be59d4dd005ee1cfc9678231b6dbb67a7ae28768..036eeb12883af42c27a4a21d472d147626283239 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])