From 389e5cbabf4b0a1427402ba8033e84f84d8bbce9 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sun, 3 Aug 2014 19:53:45 -0500 Subject: [PATCH] [libpng16] Removed mention of makefile.elf from scripts/README.txt --- ANNOUNCE | 7 ++++--- CHANGES | 5 +++-- scripts/README.txt | 4 +--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index d19814a06..80b86b26f 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,4 +1,4 @@ -Libpng 1.6.13beta04 - August 3, 2014 +Libpng 1.6.13beta04 - August 4, 2014 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. @@ -45,11 +45,12 @@ Version 1.6.13beta02 [July 21, 2014] Version 1.6.13beta03 [August 3, 2014] Removed scripts/makefile.elf. It has not worked since libpng-1.5.0beta14 - due to elimination of the PNG_FUNCTION_EXPORT definition from pngconf.h. + due to elimination of the PNG_FUNCTION_EXPORT and PNG_DATA_EXPORT + definitions from pngconf.h. Ensure that CMakeLists.txt makes the target "lib" directory before making symbolic link into it (SourceForge bug report #226 by Rolf Timmermans). -Version 1.6.13beta04 [August 3, 2014] +Version 1.6.13beta04 [August 4, 2014] Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/CHANGES b/CHANGES index d84867385..8a127cf4d 100644 --- a/CHANGES +++ b/CHANGES @@ -4960,11 +4960,12 @@ Version 1.6.13beta02 [July 21, 2014] Version 1.6.13beta03 [August 3, 2014] Removed scripts/makefile.elf. It has not worked since libpng-1.5.0beta14 - due to elimination of the PNG_FUNCTION_EXPORT definition from pngconf.h. + due to elimination of the PNG_FUNCTION_EXPORT and PNG_DATA_EXPORT + definitions from pngconf.h. Ensure that CMakeLists.txt makes the target "lib" directory before making symbolic link into it (SourceForge bug report #226 by Rolf Timmermans). -Version 1.6.13beta04 [August 3, 2014] +Version 1.6.13beta04 [August 4, 2014] Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/scripts/README.txt b/scripts/README.txt index 810a5948f..73faec710 100644 --- a/scripts/README.txt +++ b/scripts/README.txt @@ -1,5 +1,5 @@ -Makefiles for libpng version 1.6.13beta04 - August 3, 2014 +Makefiles for libpng version 1.6.13beta04 - August 4, 2014 pnglibconf.h.prebuilt => Stores configuration settings makefile.linux => Linux/ELF makefile @@ -19,8 +19,6 @@ pnglibconf.h.prebuilt => Stores configuration settings makefile.darwin => Darwin makefile, can use on MacosX makefile.dec => DEC Alpha UNIX makefile makefile.dj2 => DJGPP 2 makefile - makefile.elf => Linux/ELF makefile symbol versioning, - (gcc, creates libpng16.so.16.1.6.13beta04) makefile.freebsd => FreeBSD makefile makefile.gcc => Generic gcc makefile makefile.hpgcc => HPUX makefile using gcc