Release libpng version 1.6.38

This commit is contained in:
Cosmin Truta
2022-09-14 22:42:00 +03:00
parent 50d7a85154
commit 0a158f3506
22 changed files with 67 additions and 78 deletions

View File

@@ -1,13 +1,5 @@
libpng 1.6.38.git
=================
This is a development version, not intended to be a public release.
It will be replaced by a public release, or by another development
version, at a later time.
libpng 1.6.37 - April 14, 2019
==============================
libpng 1.6.38 - September 14, 2022
==================================
This is a public release of libpng, intended for use in production code.
@@ -17,13 +9,13 @@ Files available for download
Source files with LF line endings (for Unix/Linux):
* libpng-1.6.37.tar.xz (LZMA-compressed, recommended)
* libpng-1.6.37.tar.gz
* libpng-1.6.38.tar.xz (LZMA-compressed, recommended)
* libpng-1.6.38.tar.gz
Source files with CRLF line endings (for Windows):
* lp1637.7z (LZMA-compressed, recommended)
* lp1637.zip
* lp1638.7z (LZMA-compressed, recommended)
* lp1638.zip
Other information:
@@ -33,20 +25,13 @@ Other information:
* TRADEMARK.md
Changes since the previous public release (version 1.6.36)
Changes since the previous public release (version 1.6.37)
----------------------------------------------------------
* Fixed a use-after-free vulnerability (CVE-2019-7317) in png_image_free.
* Fixed a memory leak in the ARM NEON implementation of png_do_expand_palette.
* Fixed a memory leak in pngtest.c.
* Fixed two vulnerabilities (CVE-2018-14048, CVE-2018-14550) in
contrib/pngminus; refactor.
* Changed the license of contrib/pngminus to MIT; refresh makefile and docs.
(Contributed by Willem van Schaik)
* Fixed a typo in the libpng license v2.
(Contributed by Miguel Ojeda)
* Added makefiles for AddressSanitizer-enabled builds.
* Cleaned up various makefiles.
* Added configurations and scripts for continuous integration.
* Fixed various errors in the handling of tRNS, hIST and eXIf.
* Implemented many stability improvements across all platforms.
* Updated the internal documentation.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net.