mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng15] Revised project files and contrib/pngvalid/pngvalid.c to account for
the relocation of pngvalid into contrib/libtests.
This commit is contained in:
parent
97c8fbb949
commit
956c0599e6
20
ANNOUNCE
20
ANNOUNCE
@ -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
|
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.
|
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
|
Source files with LF line endings (for Unix/Linux) and with a
|
||||||
"configure" script
|
"configure" script
|
||||||
|
|
||||||
1.5.7rc01.tar.xz (LZMA-compressed, recommended)
|
1.5.7rc02.tar.xz (LZMA-compressed, recommended)
|
||||||
1.5.7rc01.tar.gz
|
1.5.7rc02.tar.gz
|
||||||
1.5.7rc01.tar.bz2
|
1.5.7rc02.tar.bz2
|
||||||
|
|
||||||
Source files with CRLF line endings (for Windows), without the
|
Source files with CRLF line endings (for Windows), without the
|
||||||
"configure" script
|
"configure" script
|
||||||
|
|
||||||
lp157r01.7z (LZMA-compressed, recommended)
|
lp157r02.7z (LZMA-compressed, recommended)
|
||||||
lp157r01.zip
|
lp157r02.zip
|
||||||
|
|
||||||
Other information:
|
Other information:
|
||||||
|
|
||||||
1.5.7rc01-README.txt
|
1.5.7rc02-README.txt
|
||||||
1.5.7rc01-LICENSE.txt
|
1.5.7rc02-LICENSE.txt
|
||||||
|
|
||||||
Changes since the last public release (1.5.6):
|
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
|
Replaced an "#if" with "#ifdef" in pngrtran.c
|
||||||
Revised #if PNG_DO_BC block in png.c (use #ifdef and add #else)
|
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:
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
||||||
|
4
CHANGES
4
CHANGES
@ -3762,6 +3762,10 @@ Version 1.5.7rc01 [December 1, 2011]
|
|||||||
Replaced an "#if" with "#ifdef" in pngrtran.c
|
Replaced an "#if" with "#ifdef" in pngrtran.c
|
||||||
Revised #if PNG_DO_BC block in png.c (use #ifdef and add #else)
|
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
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
# include "config.h"
|
# include "../../config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_FEENABLEEXCEPT
|
#ifdef HAVE_FEENABLEEXCEPT
|
||||||
@ -90,7 +90,7 @@ typedef png_byte *png_const_bytep;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/***************************** EXCEPTION HANDLING *****************************/
|
/***************************** EXCEPTION HANDLING *****************************/
|
||||||
#include "contrib/visupng/cexcept.h"
|
#include "../visupng/cexcept.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
# define this not_the_cpp_this
|
# define this not_the_cpp_this
|
||||||
|
@ -193,7 +193,7 @@ WVList
|
|||||||
47
|
47
|
||||||
MItem
|
MItem
|
||||||
16
|
16
|
||||||
..\..\pngvalid.c
|
..\..\contrib\libtests\pngvalid.c
|
||||||
48
|
48
|
||||||
WString
|
WString
|
||||||
4
|
4
|
||||||
|
@ -210,7 +210,7 @@
|
|||||||
</CustomBuildStep>
|
</CustomBuildStep>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="..\..\..\pngvalid.c" />
|
<ClCompile Include="..\..\..\contrib\libtests\pngvalid.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
VisualStudio instructions
|
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
|
Copyright (c) 1998-2010 Glenn Randers-Pehrson
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<!--
|
<!--
|
||||||
* zlib.props - location of zlib source
|
* 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
|
* Copyright (c) 1998-2011 Glenn Randers-Pehrson
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user