diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2012-12-01 00:53:38 +0100 |
---|---|---|
committer | Gregor Jasny <gjasny@googlemail.com> | 2012-12-01 00:54:19 +0100 |
commit | f183bc9235c3bd586ce15484fb2bcf4123d7868a (patch) | |
tree | dd35349e629b166f234da7750d231649add4e71e | |
parent | ce44604f9612bbec777570fec7295cb0ff40a232 (diff) |
Prepare for 0.9.2 releasev4l-utils-0.9.2
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
-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]) |