diff --git a/ChangeLog b/ChangeLog index ba4afad97095ad0eeb5aea3d42b57fc7e83be7f2..727ed8fbe464e71d89d68775f600e89c6f5d8932 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 502b3e5cf9c60c1c39d2b7f61a86a4181c871cf2..fe8530da95f2ba223d43e704c3cbbbcc1eeba4f3 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