aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libpng/ANNOUNCE
blob: a2a7ac363a450d5d8b92bb79cfd5073ffab0cbd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
libpng 1.6.44 - September 12, 2024
==================================

This is a public release of libpng, intended for use in production code.


Files available for download
----------------------------

Source files with LF line endings (for Unix/Linux):

 * libpng-1.6.44.tar.xz (LZMA-compressed, recommended)
 * libpng-1.6.44.tar.gz (deflate-compressed)

Source files with CRLF line endings (for Windows):

 * lpng1644.7z (LZMA-compressed, recommended)
 * lpng1644.zip (deflate-compressed)

Other information:

 * README.md
 * LICENSE.md
 * AUTHORS.md
 * TRADEMARK.md


Changes from version 1.6.43 to version 1.6.44
---------------------------------------------

 * Hardened calculations in chroma handling to prevent overflows, and
   relaxed a constraint in cHRM validation to accomodate the standard
   ACES AP1 set of color primaries.
   (Contributed by John Bowler)
 * Removed the ASM implementation of ARM Neon optimizations and updated
   the build accordingly. Only the remaining C implementation shall be
   used from now on, thus ensuring the support of the PAC/BTI security
   features on ARM64.
   (Contributed by Ross Burton and John Bowler)
 * Fixed the pickup of the PNG_HARDWARE_OPTIMIZATIONS option in the
   CMake build on FreeBSD/amd64. This is an important performance fix
   on this platform.
 * Applied various fixes and improvements to the CMake build.
   (Contributed by Eric Riff, Benjamin Buch and Erik Scholz)
 * Added fuzzing targets for the simplified read API.
   (Contributed by Mikhail Khachayants)
 * Fixed a build error involving pngtest.c under a custom config.
   This was a regression introduced in a code cleanup in libpng-1.6.43.
   (Contributed by Ben Wagner)
 * Fixed and improved the config files for AppVeyor CI and Travis CI.


Send comments/corrections/commendations to png-mng-implement at lists.sf.net.
Subscription is required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
to subscribe.