Bug 1867925 - Mark some storage-access-api tests as intermittent after wpt-sync....
[gecko.git] / media / libpng / ANNOUNCE
blob5675b973ab2631cc54c98a07a3386068246e13b9
1 libpng 1.6.39 - November 20, 2022
2 =================================
4 This is a public release of libpng, intended for use in production code.
7 Files available for download
8 ----------------------------
10 Source files with LF line endings (for Unix/Linux):
12  * libpng-1.6.39.tar.xz (LZMA-compressed, recommended)
13  * libpng-1.6.39.tar.gz
15 Source files with CRLF line endings (for Windows):
17  * lpng1639.7z (LZMA-compressed, recommended)
18  * lpng1639.zip
20 Other information:
22  * README.md
23  * LICENSE.md
24  * AUTHORS.md
25  * TRADEMARK.md
28 Changes from version 1.6.38 to version 1.6.39
29 ---------------------------------------------
31  * Changed the error handler of oversized chunks (i.e. larger than
32    PNG_USER_CHUNK_MALLOC_MAX) from png_chunk_error to png_benign_error.
33  * Fixed a buffer overflow error in contrib/tools/pngfix.
34  * Fixed a memory leak (CVE-2019-6129) in contrib/tools/pngcp.
35  * Disabled the ARM Neon optimizations by default in the CMake file,
36    following the default behavior of the configure script.
37  * Allowed configure.ac to work with the trunk version of autoconf.
38  * Removed the support for "install" targets from the legacy makefiles;
39    removed the obsolete makefile.cegcc.
40  * Cleaned up the code and updated the internal documentation.
43 Send comments/corrections/commendations to png-mng-implement at lists.sf.net.
44 Subscription is required; visit
45 https://lists.sourceforge.net/lists/listinfo/png-mng-implement
46 to subscribe.