diff --git a/ANNOUNCE b/ANNOUNCE index d82dd7127..0d61d831d 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,4 +1,4 @@ -Libpng 1.6.28beta01 - December 31, 2016 +Libpng 1.6.28beta01 - January 2, 2017 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. @@ -25,8 +25,11 @@ Other information: Changes since the last public release (1.6.27): -Version 1.6.28beta01 [December 31, 2016] +Version 1.6.28beta01 [January 2, 2017] Fixed arm/aarch64 detection in CMakeLists.txt (Gianfranco Costamagna). + Added option to Cmake build allowing a custom location of zlib to be + specified in a scenario where libpng is being built as a subproject + alongside zlib by another project (Sam Serrels). Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/CHANGES b/CHANGES index c9cdbccd6..b02c53302 100644 --- a/CHANGES +++ b/CHANGES @@ -5774,8 +5774,11 @@ Version 1.6.27 [December 29, 2016] Fixed a potential null pointer dereference in png_set_text_2() (bug report and patch by Patrick Keshishian, CVE-2016-10087). -Version 1.6.28beta01 [December 31, 2016] +Version 1.6.28beta01 [January 2, 2017] Fixed arm/aarch64 detection in CMakeLists.txt (Gianfranco Costamagna). + Added option to Cmake build allowing a custom location of zlib to be + specified in a scenario where libpng is being built as a subproject + alongside zlib by another project (Sam Serrels). Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit