From 28bb4107b1f03c22a30847755a5e92b5ce2ce676 Mon Sep 17 00:00:00 2001 From: James Zern Date: Sat, 16 Mar 2013 15:02:31 -0700 Subject: [PATCH] update NEWS Change-Id: Icb277027ee6209527d82978ebcec03391940aac2 --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index 481a690b..c36c8f04 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,17 @@ - next version: + This is a binary compatible release. * WebPINewRGB/WebPINewYUVA accept being passed a NULL output buffer and will perform auto-allocation. * default filter option is now '-strong -f 60' * encoding speed-up for lossy methods 3 to 6 * alpha encoding can be done in parallel to lossy using 'cwebp -mt ...' + * color profile, metadata (XMP/EXIF) and animation support finalized in the + container. + * various NEON assembly additions + Tool updates / additions: + * gif2webp added + * vwebp given color profile & animation support + * cwebp can preserve color profile / metadata with '-metadata' - 10/30/12: version 0.2.1 * Various security related fixes