[master] Apply png_user_chunk_cache_max within png_decompress_chunk().

This commit is contained in:
Glenn Randers-Pehrson
2009-10-31 19:20:20 -05:00
parent 6611322a8b
commit 2e8aa25844
5 changed files with 39 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.2.41beta09 - October 31, 2009
Libpng 1.2.41beta09 - November 1, 2009
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.
@@ -84,10 +84,11 @@ version 1.2.41beta08 [October 30, 2009]
Relocated png_do_chop() ahead of building gamma tables in pngrtran.c
This avoids building 16-bit gamma tables unnecessarily.
version 1.2.41beta09 [October 31, 2009]
version 1.2.41beta09 [November 1, 2009]
Removed a harmless extra png_set_invert_alpha() from pngwrite.c
More bugfixes and improvements to CMakeLists.txt (Philip Lowman)
Moved CMakeLists.txt from scripts into the main libpng directory.
Apply png_user_chunk_cache_max within png_decompress_chunk().
Send comments/corrections/commendations to png-mng-implement at lists.sf.net