1 | libpng 1.6.36 - December 1, 2018
|
---|
2 | ================================
|
---|
3 |
|
---|
4 | This is a public release of libpng, intended for use in production code.
|
---|
5 |
|
---|
6 |
|
---|
7 | Files available for download
|
---|
8 | ----------------------------
|
---|
9 |
|
---|
10 | Source files with LF line endings (for Unix/Linux):
|
---|
11 |
|
---|
12 | * libpng-1.6.36.tar.xz (LZMA-compressed, recommended)
|
---|
13 | * libpng-1.6.36.tar.gz
|
---|
14 |
|
---|
15 | Source files with CRLF line endings (for Windows):
|
---|
16 |
|
---|
17 | * lp1636.7z (LZMA-compressed, recommended)
|
---|
18 | * lp1636.zip
|
---|
19 |
|
---|
20 | Other information:
|
---|
21 |
|
---|
22 | * README.md
|
---|
23 | * LICENSE.md
|
---|
24 | * AUTHORS.md
|
---|
25 | * TRADEMARK.md
|
---|
26 |
|
---|
27 |
|
---|
28 | IMPORTANT licensing update: libpng license v2
|
---|
29 | ---------------------------------------------
|
---|
30 |
|
---|
31 | The new libpng license comprises the terms and conditions from the zlib
|
---|
32 | license, and the disclaimer from the Boost license.
|
---|
33 |
|
---|
34 | The legacy libpng license, used until libpng-1.6.35, is appended to the
|
---|
35 | new license, following the precedent established in the Python Software
|
---|
36 | Foundation License version 2.
|
---|
37 |
|
---|
38 | From now on, the list of contributing authors shall be maintained in a
|
---|
39 | separate AUTHORS file. The lists of previous contributing authors,
|
---|
40 | mentioned in the legacy libpng license and considered to be an integral
|
---|
41 | part of that license, are kept intact, with no further updates.
|
---|
42 |
|
---|
43 |
|
---|
44 | Changes since the previous public release (version 1.6.35)
|
---|
45 | ----------------------------------------------------------
|
---|
46 |
|
---|
47 | * Optimized png_do_expand_palette for ARM processors.
|
---|
48 | Improved performance by around 10-22% on a recent ARM Chromebook.
|
---|
49 | (Contributed by Richard Townsend, ARM Holdings)
|
---|
50 | * Fixed manipulation of machine-specific optimization options.
|
---|
51 | (Contributed by Vicki Pfau)
|
---|
52 | * Used memcpy instead of manual pointer arithmetic on Intel SSE2.
|
---|
53 | (Contributed by Samuel Williams)
|
---|
54 | * Fixed build errors with MSVC on ARM64.
|
---|
55 | (Contributed by Zhijie Liang)
|
---|
56 | * Fixed detection of libm in CMakeLists.
|
---|
57 | (Contributed by Cameron Cawley)
|
---|
58 | * Fixed incorrect creation of pkg-config file in CMakeLists.
|
---|
59 | (Contributed by Kyle Bentley)
|
---|
60 | * Fixed the CMake build on Windows MSYS by avoiding symlinks.
|
---|
61 | * Fixed a build warning on OpenBSD.
|
---|
62 | (Contributed by Theo Buehler)
|
---|
63 | * Fixed various typos in comments.
|
---|
64 | (Contributed by "luz.paz")
|
---|
65 | * Raised the minimum required CMake version from 3.0.2 to 3.1.
|
---|
66 | * Removed yet more of the vestigial support for pre-ANSI C compilers.
|
---|
67 | * Removed ancient makefiles for ancient systems that have been broken
|
---|
68 | across all previous libpng-1.6.x versions.
|
---|
69 | * Removed the Y2K compliance statement and the export control
|
---|
70 | information.
|
---|
71 | * Applied various code style and documentation fixes.
|
---|
72 |
|
---|
73 |
|
---|
74 | Send comments/corrections/commendations to png-mng-implement at lists.sf.net.
|
---|
75 | Subscription is required; visit
|
---|
76 | https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
---|
77 | to subscribe.
|
---|