mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng17] Changed png_struct->options from png_byte to png_uint_32, to hold
up to 16 2-bit options.
This commit is contained in:
5
CHANGES
5
CHANGES
@@ -5384,9 +5384,12 @@ Version 1.7.0beta72 [December 7, 2015]
|
||||
in libpng-1.7.0beta70. This also resulted in PNG data with random
|
||||
row bytes.
|
||||
|
||||
Version 1.7.0beta73 [December 9, 2015]
|
||||
Version 1.7.0beta73 [December 11, 2015]
|
||||
Fixed syntax "$(command)" in tests/pngstest that some shells other than
|
||||
bash could not parse (Bug report by Nelson Beebe). Use `command` instead.
|
||||
Combined some redundant checks on info_ptr==NULL in png_handle_PLTE()
|
||||
Changed png_struct->options from png_byte to png_uint_32, to hold
|
||||
up to 16 2-bit options.
|
||||
|
||||
(subscription required; visit
|
||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
||||
|
||||
Reference in New Issue
Block a user