diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2012-03-19 06:19:40 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2012-03-19 18:16:05 -0500 |
commit | 5a13159bfcd42c0092472150c4d22589dea7931e (patch) | |
tree | 71a65f63b8e9a64e001b4fd4d83aed539eb19e57 /CHANGES | |
parent | ae1b45a04699235546b4d725aa4eceec138ffacd (diff) | |
download | libpng-5a13159bfcd42c0092472150c4d22589dea7931e.tar.gz |
[master] Imported from libpng-1.5.10rc01.tar
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -3833,13 +3833,25 @@ Version 1.5.10beta02 [February 27, 2012] Version 1.5.10beta03 [March 6, 2012] Removed unused "current_text" members of png_struct and the png_free() of png_ptr->current_text from pngread.c - Added palette-index checking. + Added palette-index checking. Issue a png_warning() if an invalid index is + found. Version 1.5.10beta04 [March 10, 2012] Fixed PNG_LIBPNG_BUILD_BASE_TYPE definition. Fixed CMF optimization of non-IDAT compressed chunks, which was added at libpng-1.5.4. It sometimes produced too small of a window. +Version 1.5.10beta05 [March 10, 2012] + Reject all iCCP chunks after the first, even if the first one is invalid. + Issue a png_benign_error() instead of png_warning() about bad palette index. + Fixed an off-by-one error in the palette index checking function. + Revised example.c to put text strings in a temporary character array + instead of directly assigning string constants to png_textp members. + This avoids compiler warnings when -Wwrite-strings is enabled. + +Version 1.5.10rc01 [March 19, 2012] + No changes. + Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit https://lists.sourceforge.net/lists/listinfo/png-mng-implement |