xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 1 | libpng 1.6.38.git |
| 2 | ================= |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 3 | |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 4 | This is a development version, not intended to be a public release. |
| 5 | It will be replaced by a public release, or by another development |
| 6 | version, at a later time. |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 7 | |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 8 | |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 9 | libpng 1.6.37 - April 14, 2019 |
| 10 | ============================== |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 11 | |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 12 | This is a public release of libpng, intended for use in production code. |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 13 | |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 14 | |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 15 | Files available for download |
| 16 | ---------------------------- |
| 17 | |
| 18 | Source 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 | |
| 23 | Source files with CRLF line endings (for Windows): |
| 24 | |
| 25 | * lp1637.7z (LZMA-compressed, recommended) |
| 26 | * lp1637.zip |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 27 | |
| 28 | Other information: |
| 29 | |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 30 | * README.md |
| 31 | * LICENSE.md |
| 32 | * AUTHORS.md |
| 33 | * TRADEMARK.md |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 34 | |
Matt Sarett | 1146686 | 2016-02-19 13:41:30 -0500 | [diff] [blame] | 35 | |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 36 | Changes 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 | |
| 52 | Send comments/corrections/commendations to png-mng-implement at lists.sf.net. |
| 53 | Subscription is required; visit |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 54 | https://lists.sourceforge.net/lists/listinfo/png-mng-implement |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 55 | to subscribe. |