[LIBPNG]
[reactos.git] / reactos / dll / 3rdparty / libpng / docs / ANNOUNCE
1 Libpng 1.6.29 - March 16, 2017
2
3 This is a public release of libpng, intended for use in production codes.
4
5 Files available for download:
6
7 Source files with LF line endings (for Unix/Linux) and with a
8 "configure" script
9
10 libpng-1.6.29.tar.xz (LZMA-compressed, recommended)
11 libpng-1.6.29.tar.gz
12
13 Source files with CRLF line endings (for Windows), without the
14 "configure" script
15
16 lpng1629.7z (LZMA-compressed, recommended)
17 lpng1629.zip
18
19 Other information:
20
21 libpng-1.6.29-README.txt
22 libpng-1.6.29-LICENSE.txt
23 libpng-1.6.29-*.asc (armored detached GPG signatures)
24
25 Changes since the last public release (1.6.28):
26
27 Readded "include(GNUInstallDirs)" to CMakeLists.txt (Gianfranco Costamagna).
28 Moved SSE2 optimization code into the main libpng source directory.
29 Configure libpng with "configure --enable-intel-sse" or compile
30 libpng with "-DPNG_INTEL_SSE" in CPPFLAGS to enable it.
31 Simplified conditional compilation in pngvalid.c, for AIX (Michael Felt).
32 Avoid conditional directives that break statements in pngrutil.c (Romero
33 Malaquias)
34 The contrib/examples/pngtopng.c recovery code was in the wrong "if"
35 branches; the comments were correct.
36 Added code for PowerPC VSX optimisation (Vadim Barkov).
37 Avoid potential overflow of shift operations in png_do_expand() (Aaron Boxer).
38 Change test ZLIB_VERNUM >= 0x1281 to ZLIB_VERNUM >= 0x1290 in pngrutil.c
39 because Solaris 11 distributes zlib-1.2.8.f that is older than 1.2.8.1.
40 Suppress clang warnings about implicit sign changes in png.c
41
42 Send comments/corrections/commendations to png-mng-implement at lists.sf.net
43 (subscription required; visit
44 https://lists.sourceforge.net/lists/listinfo/png-mng-implement
45 to subscribe)
46 or to glennrp at users.sourceforge.net
47
48 Glenn R-P