mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Fixed interlace image handling and add test cases (John Bowler)
This commit is contained in:
committed by
Glenn Randers-Pehrson
parent
4c93a7cb6f
commit
660c6e4d70
7
ANNOUNCE
7
ANNOUNCE
@@ -1,5 +1,5 @@
|
||||
|
||||
Libpng 1.5.0beta58 - December 9, 2010
|
||||
Libpng 1.5.0beta58 - December 10, 2010
|
||||
|
||||
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.
|
||||
@@ -226,7 +226,7 @@ version 1.5.0beta24 [May 7, 2010]
|
||||
offset of the png_ptr->rowbuf pointer into png_ptr->big_row_buf.
|
||||
Added more blank lines for readability.
|
||||
|
||||
version 1.5.0beta25 [December 9, 2010]
|
||||
version 1.5.0beta25 [December 10, 2010]
|
||||
In pngpread.c: png_push_have_row() add check for new_row > height
|
||||
Removed the now-redundant check for out-of-bounds new_row from example.c
|
||||
|
||||
@@ -473,7 +473,8 @@ Version 1.5.0beta57 [December 9, 2010]
|
||||
Added "--with-zprefix=<string>" to configure.ac
|
||||
Updated the prebuilt configuration files to autoconf version 2.68
|
||||
|
||||
Version 1.5.0beta58 [December 9, 2010]
|
||||
Version 1.5.0beta58 [December 19, 2010]
|
||||
Fixed interlace image handling and add test cases (John Bowler)
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
|
||||
(subscription required; visit
|
||||
|
||||
Reference in New Issue
Block a user