Skip to content
Snippets Groups Projects
Commit c821dc40 authored by Gregor Jasny's avatar Gregor Jasny
Browse files

Prepare for 0.9.3 release

parent 797f9282
Branches
Tags v4l-utils-0.9.3
No related merge requests found
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 v4l-utils-0.9.2
--------------- ---------------
* libv4l changes * libv4l changes
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59) 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_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment