[devel] Add CHANGES entry about fixing pngvalid "sample" function.

This commit is contained in:
Glenn Randers-Pehrson 2011-01-15 22:41:42 -06:00
parent e2062f9fa0
commit 5acd8fe9cb
2 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,8 @@ Version 1.5.1beta04 [January 16, 2011]
Mentioned in the documentation that applications must #include "zlib.h"
if they need access to anything in zlib.h, and that a number of
macros such as png_memset() are no longer accessible by applications.
Corrected pngvalid gamma test "sample" function to access all of the color
samples of each pixel, instead of sampling the red channel three times.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
(subscription required; visit

View File

@ -3163,6 +3163,8 @@ Version 1.5.1beta04 [January 16, 2011]
Mentioned in the documentation that applications must #include "zlib.h"
if they need access to anything in zlib.h, and that a number of
macros such as png_memset() are no longer accessible by applications.
Corrected pngvalid gamma test "sample" function to access all of the color
samples of each pixel, instead of sampling the red channel three times.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit