libpng/ANNOUNCE

53 lines
1.8 KiB
Plaintext
Raw Normal View History

Libpng 1.6.36.git
This is a development version, not intended to be a public release.
It will be replaced by a public release, or by another development
version, at a later time.
2018-07-15 23:58:00 -04:00
Libpng 1.6.35 - July 15, 2018
2018-07-15 23:58:00 -04:00
This is a public release of libpng, intended for use in production code.
1998-04-21 16:03:57 -04:00
2006-02-22 10:19:25 -05:00
Files available for download:
2018-07-15 23:58:00 -04:00
Source files with LF line endings (for Unix/Linux):
2006-02-22 10:19:25 -05:00
2018-07-15 23:58:00 -04:00
libpng-1.6.35.tar.xz (LZMA-compressed, recommended)
libpng-1.6.35.tar.gz
2006-03-31 06:29:33 -05:00
2018-07-15 23:58:00 -04:00
Source files with CRLF line endings (for Windows):
2006-02-22 10:19:25 -05:00
2018-07-15 23:58:00 -04:00
lp1635.7z (LZMA-compressed, recommended)
lp1635.zip
2006-02-22 10:19:25 -05:00
Other information:
2018-07-15 23:58:00 -04:00
libpng-1.6.35-README.txt
libpng-1.6.35-LICENSE.txt
Changes since the previous public release (1.6.34):
Restored 21 of the contrib/pngsuite/i*.png, which do not cause test
failures. Placed the remainder in contrib/pngsuite/interlaced/i*.png.
Added calls to png_set_*() transforms commonly used by browsers to
the fuzzer.
Removed some unnecessary brackets in pngrtran.c
2018-07-15 23:58:00 -04:00
Fixed miscellaneous typos (Patch by github user "luzpaz").
2018-01-07 20:55:19 -05:00
Change "ASM C" to "C ASM" in CMakeLists.txt
Fixed incorrect handling of bKGD chunk in sub-8-bit files (Cosmin)
Added hardware optimization directories to zip and 7z distributions.
Fixed incorrect bitmask for options.
Fixed many spelling typos.
Make png_get_iCCP consistent with man page (allow compression-type argument
2018-07-15 23:58:00 -04:00
to be NULL, bug report by Lenard Szolnoki).
Replaced the remaining uses of png_size_t with size_t (Cosmin)
Fixed the calculation of row_factor in png_check_chunk_length
(reported by Thuan Pham in SourceForge issue #278)
Added missing parentheses to a macro definition
(suggested by "irwir" in GitHub issue #216)
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
2018-07-15 23:58:00 -04:00
to subscribe).