summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libwebp/NEWS
diff options
context:
space:
mode:
authorEirik Aavitsland <eirik.aavitsland@qt.io>2023-01-13 10:33:09 +0100
committerEirik Aavitsland <eirik.aavitsland@qt.io>2023-01-16 14:01:04 +0100
commit3cba6d10543c508e2c2f8b942dad9147c0d1ea0d (patch)
treebd20f277152ce381f71d4c4c6be043773dc4fd8e /src/3rdparty/libwebp/NEWS
parentcd92d76e9dcd98f4fc974c796453459779393bdc (diff)
Update bundled libwebp to version 1.3.0
[ChangeLog][Third-Party Code] Update bundled libwebp to version 1.3.0 Pick-to: 6.5 6.4 6.2 5.15 Change-Id: Ib7645b7348e950bfa27b902de6da879f8309408d Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/3rdparty/libwebp/NEWS')
-rw-r--r--src/3rdparty/libwebp/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/3rdparty/libwebp/NEWS b/src/3rdparty/libwebp/NEWS
index c2bf389..c4f8ef7 100644
--- a/src/3rdparty/libwebp/NEWS
+++ b/src/3rdparty/libwebp/NEWS
@@ -1,3 +1,11 @@
+- 12/16/2022: version 1.3.0
+ This is a binary compatible release.
+ * add libsharpyuv, which exposes -sharp_yuv/config.use_sharp_yuv
+ functionality to other libraries; libwebp now depends on this library
+ * major updates to the container and lossless bitstream docs (#448, #546,
+ #551)
+ * miscellaneous warning, bug & build fixes (#576, #583, #584)
+
- 8/4/2022: version 1.2.4
This is a binary compatible release.
* restore CMake libwebpmux target name for compatibility with 1.2.2 (#575)