1Libpng 1.6.35 - July 15, 2018 2 3This is a public release of libpng, intended for use in production code. 4 5Files available for download: 6 7Source files with LF line endings (for Unix/Linux): 8 9 libpng-1.6.35.tar.xz (LZMA-compressed, recommended) 10 libpng-1.6.35.tar.gz 11 12Source files with CRLF line endings (for Windows): 13 14 lp1635.7z (LZMA-compressed, recommended) 15 lp1635.zip 16 17Other information: 18 19 libpng-1.6.35-README.txt 20 libpng-1.6.35-LICENSE.txt 21 22Changes since the last public release (1.6.34): 23 24 Restored 21 of the contrib/pngsuite/i*.png, which do not cause test 25 failures. Placed the remainder in contrib/pngsuite/interlaced/i*.png. 26 Added calls to png_set_*() transforms commonly used by browsers to 27 the fuzzer. 28 Removed some unnecessary brackets in pngrtran.c 29 Fixed miscellaneous typos (Patch by github user "luzpaz"). 30 Change "ASM C" to "C ASM" in CMakeLists.txt 31 Fixed incorrect handling of bKGD chunk in sub-8-bit files (Cosmin) 32 Added hardware optimization directories to zip and 7z distributions. 33 Fixed incorrect bitmask for options. 34 Fixed many spelling typos. 35 Make png_get_iCCP consistent with man page (allow compression-type argument 36 to be NULL, bug report by Lenard Szolnoki). 37 Replaced the remaining uses of png_size_t with size_t (Cosmin) 38 Fixed the calculation of row_factor in png_check_chunk_length 39 (reported by Thuan Pham in SourceForge issue #278) 40 Added missing parentheses to a macro definition 41 (suggested by "irwir" in GitHub issue #216) 42 43Send comments/corrections/commendations to png-mng-implement at lists.sf.net 44(subscription required; visit 45https://lists.sourceforge.net/lists/listinfo/png-mng-implement 46to subscribe). 47 48Glenn R-P 49