From f183bc9235c3bd586ce15484fb2bcf4123d7868a Mon Sep 17 00:00:00 2001 From: Gregor Jasny <gjasny@googlemail.com> Date: Sat, 1 Dec 2012 00:53:38 +0100 Subject: [PATCH] Prepare for 0.9.2 release Signed-off-by: Gregor Jasny <gjasny@googlemail.com> --- ChangeLog | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 75c518d55..793ea91f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 4aa19c415..be59d4dd0 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]) -- GitLab