blob: ecf9c7043b092dcd71ee406794e2fcc6c2be3cb8 [file] [log] [blame]
Cosmin Trutaa40189c2019-04-14 14:10:32 -04001libpng 1.6.37 - April 14, 2019
2==============================
Glenn Randers-Pehrson2b7d7302011-11-02 23:06:45 -05003
Cosmin Truta46aedd82018-07-15 23:58:00 -04004This is a public release of libpng, intended for use in production code.
Glenn Randers-Pehrson896239b1998-04-21 15:03:57 -05005
Cosmin Trutaeddf9022018-12-01 09:36:00 -05006
7Files available for download
8----------------------------
Glenn Randers-Pehrsonddfebd32006-02-22 09:19:25 -06009
Cosmin Truta46aedd82018-07-15 23:58:00 -040010Source files with LF line endings (for Unix/Linux):
Glenn Randers-Pehrsonddfebd32006-02-22 09:19:25 -060011
Cosmin Trutaa40189c2019-04-14 14:10:32 -040012 * libpng-1.6.37.tar.xz (LZMA-compressed, recommended)
13 * libpng-1.6.37.tar.gz
Glenn Randers-Pehrson3a512032006-03-31 05:29:33 -060014
Cosmin Truta46aedd82018-07-15 23:58:00 -040015Source files with CRLF line endings (for Windows):
Glenn Randers-Pehrsonddfebd32006-02-22 09:19:25 -060016
Cosmin Trutaa40189c2019-04-14 14:10:32 -040017 * lp1637.7z (LZMA-compressed, recommended)
18 * lp1637.zip
Glenn Randers-Pehrsonddfebd32006-02-22 09:19:25 -060019
20Other information:
21
Cosmin Trutaeddf9022018-12-01 09:36:00 -050022 * README.md
23 * LICENSE.md
24 * AUTHORS.md
25 * TRADEMARK.md
Glenn Randers-Pehrsonddfebd32006-02-22 09:19:25 -060026
Glenn Randers-Pehrson22277932017-09-29 10:50:48 -050027
Cosmin Trutaa40189c2019-04-14 14:10:32 -040028Changes since the previous public release (version 1.6.36)
Cosmin Trutaeddf9022018-12-01 09:36:00 -050029----------------------------------------------------------
30
Cosmin Trutaa40189c2019-04-14 14:10:32 -040031 * Fixed a use-after-free vulnerability (CVE-2019-7317) in png_image_free.
32 * Fixed a memory leak in the ARM NEON implementation of png_do_expand_palette.
33 * Fixed a memory leak in pngtest.c.
34 * Fixed two vulnerabilities (CVE-2018-14048, CVE-2018-14550) in
35 contrib/pngminus; refactor.
36 * Changed the license of contrib/pngminus to MIT; refresh makefile and docs.
37 (Contributed by Willem van Schaik)
38 * Fixed a typo in the libpng license v2.
39 (Contributed by Miguel Ojeda)
40 * Added makefiles for AddressSanitizer-enabled builds.
41 * Cleaned up various makefiles.
Cosmin Trutaeddf9022018-12-01 09:36:00 -050042
43
44Send comments/corrections/commendations to png-mng-implement at lists.sf.net.
45Subscription is required; visit
Glenn Randers-Pehrson37c3b082014-07-30 08:09:22 -050046https://lists.sourceforge.net/lists/listinfo/png-mng-implement
Cosmin Trutaeddf9022018-12-01 09:36:00 -050047to subscribe.