diff --git a/ChangeLog b/ChangeLog index 75c518d550201ca9728bd63b0deca496e96443d0..793ea91f249b283a7469bbb7cae062d168ab0288 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 4aa19c4158896851211151c8466b531cb611e89d..be59d4dd005ee1cfc9678231b6dbb67a7ae28768 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])