diff --git a/ANNOUNCE b/ANNOUNCE index 64cb07eb6..488c4ed2b 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -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 diff --git a/CHANGES b/CHANGES index f9e607bfc..b49287fc8 100644 --- a/CHANGES +++ b/CHANGES @@ -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