summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2017-11-24 00:14:18 -0800
committerPascal Massimino <pascal.massimino@gmail.com>2017-11-24 12:21:44 +0000
commitd3e261449392cfc3db99795feefddfd9e154e830 (patch)
tree3cad75717d005b403999bb7068e699699636d856
parent2edda639b2c2b2000a78f560a9366a9f39b5e333 (diff)
downloadlibwebp-d3e261449392cfc3db99795feefddfd9e154e830.tar.gz
update NEWS
Change-Id: I66c8abe05b54558030a8555d80010506730ecbe9
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3bf4bd05..85d273e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+- 11/24/2017: version 0.6.1
+ This is a binary compatible release.
+ * lossless performance and compression improvements + a new 'cruncher' mode
+ (-m 6 -q 100)
+ * ARM performance improvements with clang (15-20% w/ndk r15c, issue #339)
+ * webp-js: emscripten/webassembly based javascript decoder
+ * miscellaneous bug & build fixes (issue #329, #332, #343, #353, #360, #361,
+ #363)
+ Tool updates / additions:
+ added webpinfo - prints file format information (issue #330)
+ gif2webp - loop behavior modified to match Chrome M63+ (crbug.com/649264);
+ '-loop_compatibility' can be used for the old behavior
+
- 1/26/2017: version 0.6.0
* lossless performance and compression improvements
* miscellaneous performance improvements (SSE2, NEON, MSA)