From 6118fd2944b5a2abbf1600fded0b53e7970f7d6a Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Thu, 26 Aug 2010 17:19:37 +0200 Subject: [PATCH] Prep for 0.8.1 release Signed-off-by: Hans de Goede --- ChangeLog | 15 +++++++++++++++ Make.rules | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4f103ff..6d5aeb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +v4l-utils-0.8.1 +--------------- +* Utils changes: + * Various v4l-keytable improvements (mchehab) + * Various qv4l2 fixes (hverkuil) + * v4l2-ctl: Added support for s/g_dv_timings (Mats Randgaard) +* libv4l changes (hdegoede): + * Add many more laptop models to the upside down devices table + * Detect short frames (and retry upto 3 times to get a non short frame) + * Support (uvc) cameras with more then 16 framesizes properly (Balint Reczey) + * libv4l1 no longer relies on the kernel v4l1 compat ioctl handling, many + thanks to Huzaifa Sidhpurwala for his work on this! + * Add support for Xirlink C-It YYVYUY + * Add support for konica yuv420 format + v4l-utils-0.8.0 --------------- * Utils changes: diff --git a/Make.rules b/Make.rules index eb52565..09308f6 100644 --- a/Make.rules +++ b/Make.rules @@ -1,4 +1,4 @@ -V4L_UTILS_VERSION=0.8.1-test +V4L_UTILS_VERSION=0.8.1 # These ones can be overriden from the cmdline -- 2.7.4