summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libwebp/NEWS
diff options
context:
space:
mode:
authorAndré Klitzing <aklitzing@gmail.com>2018-11-18 22:00:52 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2018-11-19 12:34:21 +0000
commit0c8d172cf34f442a1318388f751d7e0f652d7072 (patch)
tree30b1cf27cf648934d6a1e2975b3c809d55477625 /src/3rdparty/libwebp/NEWS
parent2f61f401187d55bb0304591f27792a63a38db00e (diff)
Update bundled libwebp to version 1.0.1
[ChangeLog][Third-Party Code] Update bundled libwebp to version 1.0.1 Change-Id: Ieccb9f7c0023e6f6591b6093eead9f6940be3210 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
Diffstat (limited to 'src/3rdparty/libwebp/NEWS')
-rw-r--r--src/3rdparty/libwebp/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/3rdparty/libwebp/NEWS b/src/3rdparty/libwebp/NEWS
index 480cb7d..af07d11 100644
--- a/src/3rdparty/libwebp/NEWS
+++ b/src/3rdparty/libwebp/NEWS
@@ -1,3 +1,15 @@
+- 11/2/2018: version 1.0.1
+ This is a binary compatible release.
+ * lossless encoder speedups
+ * big-endian fix for alpha decoding (issue #393)
+ * gif2webp fix for loop count=65535 transcode (issue #382)
+ * further security related hardening in libwebp & libwebpmux
+ (issues #383, #385, #386, #387, #388, #391)
+ (oss-fuzz #9099, #9100, #9105, #9106, #9111, #9112, #9119, #9123, #9170,
+ #9178, #9179, #9183, #9186, #9191, #9364, #9417, #9496, #10349,
+ #10423, #10634, #10700, #10838, #10922, #11021, #11088, #11152)
+ * miscellaneous bug & build fixes (issues #381, #394, #396, #397, #400)
+
- 4/2/2018: version 1.0.0
This is a binary compatible release.
* lossy encoder improvements to avoid chroma shifts in various circumstances