From dfd14463fe786398b1c4aebcbacd59648891085f Mon Sep 17 00:00:00 2001 From: Gregor Jasny <gjasny@googlemail.com> Date: Sat, 14 Apr 2012 19:07:42 +0200 Subject: [PATCH] Prepare for 0.8.8 release Signed-off-by: Gregor Jasny <gjasny@googlemail.com> --- ChangeLog | 12 ++++++++++++ Make.rules | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ba4afad97..727ed8fbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +v4l-utils-0.8.8 +--------------- +* Utils changes (0.9.x backports) + * dvb-format-convert: fix argument check and helper message +* libv4l changes (0.9.x backports) + * tinyjpeg: Better luminance quantization table for Pixart JPEG (Jean-Francois Moine) + * tinyjpeg: Fix out of bounds array usage + * libv4lconvert: Use bytesperline instead of width (Robert Abel) + * libv4lconvert: Revert Lenovo X201 upside down table entry + * libv4lconver: Add 06f8:301b pac7302 based cam to the quirk table + v4l-utils-0.8.7 --------------- * Utils changes (0.9.x backports) @@ -5,6 +16,7 @@ v4l-utils-0.8.7 * qv4l2: fix segfault when there are no inputs or outputs * dvb: Merged DVB tools from development branch * libv4l changes (0.9.x backports) + * Prevent GCC 4.7 inlining error * Add some more laptop models to the upside down devices table v4l-utils-0.8.6 diff --git a/Make.rules b/Make.rules index 502b3e5cf..fe8530da9 100644 --- a/Make.rules +++ b/Make.rules @@ -1,4 +1,4 @@ -V4L_UTILS_VERSION=0.8.7 +V4L_UTILS_VERSION=0.8.8 # These ones can be overriden from the cmdline -- GitLab