mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng15] Fixed Windows build issues, enabled ARM compilation. Various warnings
issued by earlier versions of GCC fixed for Cygwin and Min/GW (which both use old GCCs.) ARM support is enabled by default in zlib.props (unsupported by Microsoft) and ARM compilation is made possible by deleting the check for x86. The test programs cannot be run because they are not signed.
This commit is contained in:
committed by
Glenn Randers-Pehrson
parent
4a641ce19c
commit
0a7508fd9b
9
ANNOUNCE
9
ANNOUNCE
@@ -1,5 +1,5 @@
|
||||
|
||||
Libpng 1.5.14beta05 - December 19, 2012
|
||||
Libpng 1.5.14beta05 - December 21, 2012
|
||||
|
||||
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.
|
||||
@@ -53,7 +53,12 @@ Version 1.5.14beta04 [December 19, 2012]
|
||||
Disassembled the version number in scripts/options.awk (necessary for
|
||||
building on SunOs).
|
||||
|
||||
Version 1.5.14beta05 [December 19, 2012]
|
||||
Version 1.5.14beta05 [December 21, 2012]
|
||||
Fixed Windows build issues, enabled ARM compilation. Various warnings issued by
|
||||
earlier versions of GCC fixed for Cygwin and Min/GW (which both use old GCCs.)
|
||||
ARM support is enabled by default in zlib.props (unsupported by Microsoft) and
|
||||
ARM compilation is made possible by deleting the check for x86. The test programs
|
||||
cannot be run because they are not signed.
|
||||
|
||||
===========================================================================
|
||||
NOTICE November 17, 2012:
|
||||
|
||||
Reference in New Issue
Block a user