[libpng15] Revised project files and contrib/pngvalid/pngvalid.c to account for

the relocation of pngvalid into contrib/libtests.
This commit is contained in:
Glenn Randers-Pehrson 2011-12-01 19:25:46 -06:00
parent 97c8fbb949
commit 956c0599e6
7 changed files with 22 additions and 14 deletions

View File

@ -1,5 +1,5 @@
Libpng 1.5.7rc01 - December 1, 2011
Libpng 1.5.7rc02 - December 2, 2011
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.
@ -9,20 +9,20 @@ Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
1.5.7rc01.tar.xz (LZMA-compressed, recommended)
1.5.7rc01.tar.gz
1.5.7rc01.tar.bz2
1.5.7rc02.tar.xz (LZMA-compressed, recommended)
1.5.7rc02.tar.gz
1.5.7rc02.tar.bz2
Source files with CRLF line endings (for Windows), without the
"configure" script
lp157r01.7z (LZMA-compressed, recommended)
lp157r01.zip
lp157r02.7z (LZMA-compressed, recommended)
lp157r02.zip
Other information:
1.5.7rc01-README.txt
1.5.7rc01-LICENSE.txt
1.5.7rc02-README.txt
1.5.7rc02-LICENSE.txt
Changes since the last public release (1.5.6):
@ -117,6 +117,10 @@ Version 1.5.7rc01 [December 1, 2011]
Replaced an "#if" with "#ifdef" in pngrtran.c
Revised #if PNG_DO_BC block in png.c (use #ifdef and add #else)
Version 1.5.7rc02 [December 2, 2011]
Revised project files and contrib/pngvalid/pngvalid.c to account for
the relocation of pngvalid into contrib/libtests.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
(subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement

View File

@ -3762,6 +3762,10 @@ Version 1.5.7rc01 [December 1, 2011]
Replaced an "#if" with "#ifdef" in pngrtran.c
Revised #if PNG_DO_BC block in png.c (use #ifdef and add #else)
Version 1.5.7rc02 [December 2, 2011]
Revised project files and contrib/pngvalid/pngvalid.c to account for
the relocation of pngvalid into contrib/libtests.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement

View File

@ -26,7 +26,7 @@
#include <signal.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
# include "../../config.h"
#endif
#ifdef HAVE_FEENABLEEXCEPT
@ -90,7 +90,7 @@ typedef png_byte *png_const_bytep;
#endif
/***************************** EXCEPTION HANDLING *****************************/
#include "contrib/visupng/cexcept.h"
#include "../visupng/cexcept.h"
#ifdef __cplusplus
# define this not_the_cpp_this

View File

@ -193,7 +193,7 @@ WVList
47
MItem
16
..\..\pngvalid.c
..\..\contrib\libtests\pngvalid.c
48
WString
4

View File

@ -210,7 +210,7 @@
</CustomBuildStep>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\..\pngvalid.c" />
<ClCompile Include="..\..\..\contrib\libtests\pngvalid.c" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">

View File

@ -1,7 +1,7 @@
VisualStudio instructions
libpng version 1.5.7rc01 - December 1, 2011
libpng version 1.5.7rc02 - December 2, 2011
Copyright (c) 1998-2010 Glenn Randers-Pehrson

View File

@ -2,7 +2,7 @@
<!--
* zlib.props - location of zlib source
*
* libpng version 1.5.7rc01 - December 1, 2011
* libpng version 1.5.7rc02 - December 2, 2011
*
* Copyright (c) 1998-2011 Glenn Randers-Pehrson
*