[devel] Updated "libpng14" to "libpng15" in the visualc71 project.
This commit is contained in:
parent
6735058024
commit
9fa9ebebc0
7
ANNOUNCE
7
ANNOUNCE
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Libpng 1.5.0beta57 - December 7, 2010
|
Libpng 1.5.0beta57 - December 8, 2010
|
||||||
|
|
||||||
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.
|
||||||
@ -226,7 +226,7 @@ version 1.5.0beta24 [May 7, 2010]
|
|||||||
offset of the png_ptr->rowbuf pointer into png_ptr->big_row_buf.
|
offset of the png_ptr->rowbuf pointer into png_ptr->big_row_buf.
|
||||||
Added more blank lines for readability.
|
Added more blank lines for readability.
|
||||||
|
|
||||||
version 1.5.0beta25 [December 7, 2010]
|
version 1.5.0beta25 [December 8, 2010]
|
||||||
In pngpread.c: png_push_have_row() add check for new_row > height
|
In pngpread.c: png_push_have_row() add check for new_row > height
|
||||||
Removed the now-redundant check for out-of-bounds new_row from example.c
|
Removed the now-redundant check for out-of-bounds new_row from example.c
|
||||||
|
|
||||||
@ -459,12 +459,13 @@ Version 1.5.0beta56 [December 7, 2010]
|
|||||||
Fixed some incorrect "=" macro names in pnglibconf.dfa
|
Fixed some incorrect "=" macro names in pnglibconf.dfa
|
||||||
Included documentation of changes in 1.5.0 from 1.4.x in libpng-manual.txt
|
Included documentation of changes in 1.5.0 from 1.4.x in libpng-manual.txt
|
||||||
|
|
||||||
Version 1.5.0beta57 [December 7, 2010]
|
Version 1.5.0beta57 [December 8, 2010]
|
||||||
Documented the pngvalid gamma error summary with additional comments and
|
Documented the pngvalid gamma error summary with additional comments and
|
||||||
print statements.
|
print statements.
|
||||||
Improved missing symbol handling in checksym.awk; symbols missing in both
|
Improved missing symbol handling in checksym.awk; symbols missing in both
|
||||||
the old and new files can now be optionally ignored, treated as errors
|
the old and new files can now be optionally ignored, treated as errors
|
||||||
or warnings.
|
or warnings.
|
||||||
|
Updated "libpng14" to "libpng15" in the visualc71 project.
|
||||||
|
|
||||||
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
|
||||||
|
3
CHANGES
3
CHANGES
@ -3097,12 +3097,13 @@ Version 1.5.0beta56 [December 7, 2010]
|
|||||||
Fixed some incorrect "=" macro names in pnglibconf.dfa
|
Fixed some incorrect "=" macro names in pnglibconf.dfa
|
||||||
Included documentation of changes in 1.5.0 from 1.4.x in libpng-manual.txt
|
Included documentation of changes in 1.5.0 from 1.4.x in libpng-manual.txt
|
||||||
|
|
||||||
Version 1.5.0beta57 [December 7, 2010]
|
Version 1.5.0beta57 [December 8, 2010]
|
||||||
Documented the pngvalid gamma error summary with additional comments and
|
Documented the pngvalid gamma error summary with additional comments and
|
||||||
print statements.
|
print statements.
|
||||||
Improved missing symbol handling in checksym.awk; symbols missing in both
|
Improved missing symbol handling in checksym.awk; symbols missing in both
|
||||||
the old and new files can now be optionally ignored, treated as errors
|
the old and new files can now be optionally ignored, treated as errors
|
||||||
or warnings.
|
or warnings.
|
||||||
|
Updated "libpng14" to "libpng15" in the visualc71 project.
|
||||||
|
|
||||||
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
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="$(OutDir)/libpng14.dll"
|
OutputFile="$(OutDir)/libpng15.dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
ModuleDefinitionFile="..\..\scripts\pngwin.def"/>
|
ModuleDefinitionFile="..\..\scripts\pngwin.def"/>
|
||||||
<Tool
|
<Tool
|
||||||
@ -79,7 +79,7 @@
|
|||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="$(OutDir)/libpng14d.dll"
|
OutputFile="$(OutDir)/libpng15d.dll"
|
||||||
ModuleDefinitionFile="..\..\scripts\pngwin.def"
|
ModuleDefinitionFile="..\..\scripts\pngwin.def"
|
||||||
GenerateDebugInformation="TRUE"/>
|
GenerateDebugInformation="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
@ -128,7 +128,7 @@
|
|||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="$(OutDir)/libpng14vb.dll"
|
OutputFile="$(OutDir)/libpng15vb.dll"
|
||||||
LinkIncremental="1"/>
|
LinkIncremental="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"/>
|
Name="VCMIDLTool"/>
|
||||||
|
@ -130,7 +130,7 @@ $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
|
|||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="$(OutDir)/pngtest.exe"
|
OutputFile="$(OutDir)/pngtest.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
IgnoreDefaultLibraryNames="$(IntDir)\libpng14b.lib"
|
IgnoreDefaultLibraryNames="$(IntDir)\libpng15b.lib"
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
TargetMachine="1"/>
|
TargetMachine="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
|
Loading…
Reference in New Issue
Block a user