mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Check for EOF in contrib/pngminus/pnm2png.c (Paul Stewart).
Ignore "#" delimited comments in input file to pnm2png.c.
This commit is contained in:
11
ANNOUNCE
11
ANNOUNCE
@@ -1,5 +1,5 @@
|
||||
|
||||
Libpng 1.6.3beta05 - May 6, 2013
|
||||
Libpng 1.6.3beta05 - May 7, 2013
|
||||
|
||||
This is not intended to be a public release. It will be replaced
|
||||
within a few weeks by a public version or by another test version.
|
||||
@@ -45,7 +45,14 @@ Version 1.6.3beta04 [May 6, 2013]
|
||||
Calculate our own zlib windowBits when decoding rather than trusting the
|
||||
CMF bytes in the PNG datastream.
|
||||
|
||||
Version 1.6.3beta05 [May 6, 2013]
|
||||
Version 1.6.3beta05 [May 7, 2013]
|
||||
Choose to use windowBits==15 or the zlib header setting via the
|
||||
benign-errors setting. If benign errors are allowed, then ignore
|
||||
the windowBits setting in the zlib header.
|
||||
Zlib-1.2.8 and earlier don't allow us to decrease the windowBits, so
|
||||
undid the improvement in beta04.
|
||||
Check for EOF in contrib/pngminus/pnm2png.c (Paul Stewart).
|
||||
Ignore "#" delimited comments in input file to pnm2png.c.
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
(subscription required; visit
|
||||
|
||||
Reference in New Issue
Block a user