aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2012-12-09 13:32:20 +0100
committerGregor Jasny <gjasny@googlemail.com>2012-12-09 13:32:42 +0100
commitc821dc406eb85b4e6bd4d2a2be283fc81f4793ae (patch)
tree16d40bc0d69eb93905c45c75ea828eca8af8d874
parent797f92823667afe2fe0325aa5656fea96c13f5d3 (diff)
Prepare for 0.9.3 releasev4l-utils-0.9.3
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
-rw-r--r--ChangeLog13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
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])

Privacy Policy