libpng/ANNOUNCE

44 lines
1.4 KiB
Plaintext
Raw Normal View History

2016-12-28 19:45:09 -05:00
Libpng 1.6.27 - December 29, 2016
2016-12-28 19:45:09 -05:00
This is a public release of libpng, intended for use in production codes.
1998-04-21 16:03:57 -04:00
2006-02-22 10:19:25 -05:00
Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
2016-12-28 19:45:09 -05:00
libpng-1.6.27.tar.xz (LZMA-compressed, recommended)
libpng-1.6.27.tar.gz
2006-03-31 06:29:33 -05:00
2006-02-22 10:19:25 -05:00
Source files with CRLF line endings (for Windows), without the
"configure" script
2016-12-28 19:45:09 -05:00
lpng1627.7z (LZMA-compressed, recommended)
lpng1627.zip
2006-02-22 10:19:25 -05:00
Other information:
2016-12-28 19:45:09 -05:00
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.
2016-12-26 20:44:25 -05:00
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