mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Rewrote pngstest.c for substantial speed improvement.
This commit is contained in:
parent
5408b613f8
commit
0a92b23c4b
5
ANNOUNCE
5
ANNOUNCE
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Libpng 1.6.0beta15 - February 27, 2012
|
Libpng 1.6.0beta15 - February 29, 2012
|
||||||
|
|
||||||
This is not intended to be a public release. It will be replaced
|
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.
|
within a few weeks by a public version or by another test version.
|
||||||
@ -234,9 +234,10 @@ Version 1.6.0beta14 [February 27, 2012]
|
|||||||
Added information about the new limits in the manual.
|
Added information about the new limits in the manual.
|
||||||
Updated Makefile.in
|
Updated Makefile.in
|
||||||
|
|
||||||
Version 1.6.0beta15 [February 27, 2012]
|
Version 1.6.0beta15 [February 29, 2012]
|
||||||
Removed unused "current_text" members of png_struct and the png_free()
|
Removed unused "current_text" members of png_struct and the png_free()
|
||||||
of png_ptr->current_text from pngread.c
|
of png_ptr->current_text from pngread.c
|
||||||
|
Rewrote pngstest.c for substantial speed improvement.
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
3
CHANGES
3
CHANGES
@ -3986,9 +3986,10 @@ Version 1.6.0beta14 [February 27, 2012]
|
|||||||
Added information about the new limits in the manual.
|
Added information about the new limits in the manual.
|
||||||
Updated Makefile.in
|
Updated Makefile.in
|
||||||
|
|
||||||
Version 1.6.0beta15 [February 27, 2012]
|
Version 1.6.0beta15 [February 29, 2012]
|
||||||
Removed unused "current_text" members of png_struct and the png_free()
|
Removed unused "current_text" members of png_struct and the png_free()
|
||||||
of png_ptr->current_text from pngread.c
|
of png_ptr->current_text from pngread.c
|
||||||
|
Rewrote pngstest.c for substantial speed improvement.
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user