diff options
-rw-r--r-- | ChangeLog | 17 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 18 insertions, 1 deletions
@@ -1,3 +1,20 @@ +v4l-utils-0.9.2 +--------------- +* libv4l changes + * Add a libv4l plugin for mplane handling + +* v4l2-ctl changes + * load initial frames from the file as well + * add --stream-loop for streaming to an output + * zero bytesperline + +* test utility changes + * Add an OpenGL test application to test utilities in contrib + +* buildsystem changes + * Use udev pkgconfig file to populate installation directory + * Query Qt rcc tool location and fall back to rcc if not available + v4l-utils-0.9.1 --------------- * libv4l changes diff --git a/configure.ac b/configure.ac index 4aa19c41..be59d4dd 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.1]) +AC_INIT([v4l-utils],[0.9.2]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) |