summaryrefslogtreecommitdiff
path: root/Build/source/libs/libpng/libpng-src/ANNOUNCE
blob: f1e472e5f1fd483d13bb017a78239845dda2cf1a (plain)
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
Libpng 1.6.27 - December 29, 2016

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

Files available for download:

Source files with LF line endings (for Unix/Linux) and with a
"configure" script

   libpng-1.6.27.tar.xz (LZMA-compressed, recommended)
   libpng-1.6.27.tar.gz

Source files with CRLF line endings (for Windows), without the
"configure" script

   lpng1627.7z  (LZMA-compressed, recommended)
   lpng1627.zip

Other information:

   libpng-1.6.27-README.txt
   libpng-1.6.27-LICENSE.txt
   libpng-1.6.27-*.asc (armored detached GPG signatures)

Changes since the last public release (1.6.26):
  Control ADLER32 checking with new PNG_IGNORE_ADLER32 option.
  Removed the use of a macro containing the pre-processor 'defined'
    operator.  It is unclear whether this is valid; a macro that
    "generates" 'defined' is not permitted, but the use of the word
    "generates" within the C90 standard seems to imply more than simple
    substitution of an expression itself containing a well-formed defined
    operation.
  Added ARM support to CMakeLists.txt (Andreas Franek).
  Fixed a potential null pointer dereference in png_set_text_2() (bug report
    and patch by Patrick Keshishian).

Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
to subscribe)
or to glennrp at users.sourceforge.net

Glenn R-P