delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2023/07/02/22:04:06

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 90F69385773E
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1688349802;
bh=a15W1DdWZaGESjXs3Dr75bc0wT2RdWvOKdHp9AZwgm8=;
h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post:
List-Help:List-Subscribe:From:Reply-To:Cc:From;
b=yCpEe+cmwLnln6A9DkJMcg70WzN8auB8HKLh/5PN5js0Mw7mHBUMbv66eYzqLITnp
96RUSjbm6Ky0A8XIqOSV/ULZ6wzhss5ewnZeyX1Ah0Qye5qgkO3HCiBjBMWF7wakc2
CdAOC3RcYixlG04U5SK2JgGu9Ud59JPmbRjV9ODs=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 10D0C385843E
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6F4023858418
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D753E3858D28
X-Authority-Analysis: v=2.4 cv=J8G5USrS c=1 sm=1 tr=0 ts=64a22c37
a=DxHlV3/gbUaP7LOF0QAmaA==:117 a=DxHlV3/gbUaP7LOF0QAmaA==:17 a=1XWaLZrsAAAA:8
a=Oh2cFVv5AAAA:8 a=xjXMWedbNq3lk8TASvUA:9 a=7KeoIwV6GZqOttXkcoxL:22
To: cygwin AT cygwin DOT com
Date: Sun, 02 Jul 2023 19:59:28 -0600
Message-Id: <announce.20230702195928.3299-1-Brian.Inglis@Shaw.ca>
Subject: [ANNOUNCEMENT] Updated: libwebp{, -devel, 7, decoder3, demux2,
mux3} 1.3.1
X-CMAE-Envelope: MS4xfE0D8qLBcJqu3PC7obTdv2x5qHMvC2doPnmJdLFLy14STE2PNiiYzS9rJUCOREFTuBmWKQMZ+LffXBxp3C8ZkpRL6yktmHG+H2bJuuwIjJZscPlJ9SIv
qrdYtzsyhZ+txFKPlXdN1o4NwoLOm85CuHbRiR4Q4Iq3m3Lzu1qhDcDFECLpNrgpfmUqtmWB1+2PsM5VYHJf39oMCTeBHqsoKcQ=
X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT,
PP_MIME_FAKE_ASCII_TEXT, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE,
SPF_PASS, TXREP,
T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
server2.sourceware.org
X-BeenThere: cygwin-announce AT cygwin DOT com
X-Mailman-Version: 2.1.29
X-Mailer: Perl5 Mail::Internet v2.20
X-BeenThere: cygwin AT cygwin DOT com
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Cygwin libwebp Maintainer via Cygwin-announce via Cygwin
<cygwin AT cygwin DOT com>
Reply-To: cygwin AT cygwin DOT com
Cc: Cygwin libwebp Maintainer via Cygwin-announce <cygwin-announce AT cygwin DOT com>,
Cygwin libwebp Maintainer <Brian DOT Inglis AT Shaw DOT ca>
MIME-Version: 1.0
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

--===============7802105129771605466==
Content-Type: text/plain

The following packages have been upgraded in the Cygwin distribution:

* libwebp		1.3.1
* libwebp-devel		1.3.1
* libwebp7		1.3.1
* libwebpdecoder3	1.3.1
* libwebpdemux2		1.3.1
* libwebpmux3		1.3.1

WebP is a modern web image format with superior compression.
WebP lossless images are 26% smaller in size compared to PNGs.
Lossless WebP supports (alpha channel) transparency at a cost of 22% overhead.
WebP lossy images are 25-34% smaller than JPEG images at equivalent quality.
Lossy WebP supports transparency with 3× smaller file sizes than PNG.
A WebP file consists of VP8 or VP8L image data in a RIFF container.

For more information see the project home page:

	https://developers.google.com/speed/webp/

As there are multiple components and changes each release please
see below or read /usr/share/doc/libwebp/NEWS after installation;
for complete details of changes see:

	/usr/share/doc/libwebp/ChangeLog
or

https://chromium.googlesource.com/webm/libwebp/+log/refs/tags/v1.3.1/ChangeLog


version 1.3.1	2023-06-23

This is a binary compatible release.

* security fixes for lossless encoder CVE-2023-1999
* improve error reporting through WebPPicture error codes
* fix upsampling for RGB565 and RGBA4444 in NEON builds
* img2webp: add -sharp_yuv & -near_lossless
* fix webp_js with emcc >= 3.1.27 (stack size change)
* CMake fixes
* further updates to the container and lossless bitstream docs
* Windows builds:
  - fix compatibility with clang-cl
  - improve Arm64 performance with cl.exe
  - add Arm64EC support


--===============7802105129771605466==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

--===============7802105129771605466==--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019