blob: 83bf76ebbdb201eb48fb0d851ed93af6807c6e32 [file] [log] [blame]
xNombred07bb0d2020-03-10 20:17:12 +01001libpng 1.6.38.git
2=================
The Android Open Source Project893912b2009-03-03 19:30:05 -08003
xNombred07bb0d2020-03-10 20:17:12 +01004This is a development version, not intended to be a public release.
5It will be replaced by a public release, or by another development
6version, at a later time.
The Android Open Source Project893912b2009-03-03 19:30:05 -08007
The Android Open Source Project893912b2009-03-03 19:30:05 -08008
xNombred07bb0d2020-03-10 20:17:12 +01009libpng 1.6.37 - April 14, 2019
10==============================
The Android Open Source Project893912b2009-03-03 19:30:05 -080011
xNombred07bb0d2020-03-10 20:17:12 +010012This is a public release of libpng, intended for use in production code.
The Android Open Source Project893912b2009-03-03 19:30:05 -080013
The Android Open Source Project893912b2009-03-03 19:30:05 -080014
xNombred07bb0d2020-03-10 20:17:12 +010015Files available for download
16----------------------------
17
18Source files with LF line endings (for Unix/Linux):
19
20 * libpng-1.6.37.tar.xz (LZMA-compressed, recommended)
21 * libpng-1.6.37.tar.gz
22
23Source files with CRLF line endings (for Windows):
24
25 * lp1637.7z (LZMA-compressed, recommended)
26 * lp1637.zip
The Android Open Source Project893912b2009-03-03 19:30:05 -080027
28Other information:
29
xNombred07bb0d2020-03-10 20:17:12 +010030 * README.md
31 * LICENSE.md
32 * AUTHORS.md
33 * TRADEMARK.md
The Android Open Source Project893912b2009-03-03 19:30:05 -080034
Matt Sarett11466862016-02-19 13:41:30 -050035
xNombred07bb0d2020-03-10 20:17:12 +010036Changes since the previous public release (version 1.6.36)
37----------------------------------------------------------
38
39 * Fixed a use-after-free vulnerability (CVE-2019-7317) in png_image_free.
40 * Fixed a memory leak in the ARM NEON implementation of png_do_expand_palette.
41 * Fixed a memory leak in pngtest.c.
42 * Fixed two vulnerabilities (CVE-2018-14048, CVE-2018-14550) in
43 contrib/pngminus; refactor.
44 * Changed the license of contrib/pngminus to MIT; refresh makefile and docs.
45 (Contributed by Willem van Schaik)
46 * Fixed a typo in the libpng license v2.
47 (Contributed by Miguel Ojeda)
48 * Added makefiles for AddressSanitizer-enabled builds.
49 * Cleaned up various makefiles.
50
51
52Send comments/corrections/commendations to png-mng-implement at lists.sf.net.
53Subscription is required; visit
The Android Open Source Project893912b2009-03-03 19:30:05 -080054https://lists.sourceforge.net/lists/listinfo/png-mng-implement
xNombred07bb0d2020-03-10 20:17:12 +010055to subscribe.