[devel] Imported from libpng-1.5.0beta08.tar

This commit is contained in:
Glenn Randers-Pehrson
2010-02-19 12:57:41 -06:00
parent 64af5394f5
commit 69e238b098
28 changed files with 88 additions and 79 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.5.0beta07 - February 19, 2010
Libpng 1.5.0beta08 - February 19, 2010
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.0beta07.tar.xz (LZMA-compressed, recommended)
1.5.0beta07.tar.gz
1.5.0beta07.tar.bz2
1.5.0beta08.tar.xz (LZMA-compressed, recommended)
1.5.0beta08.tar.gz
1.5.0beta08.tar.bz2
Source files with CRLF line endings (for Windows), without the
"configure" script
lp150b07.zip
lp150b07.7z
lp150b08.zip
lp150b08.7z
Other information:
1.5.0beta07-README.txt
1.5.0beta07-LICENSE.txt
1.5.0beta08-README.txt
1.5.0beta08-LICENSE.txt
Changes since the last public release (1.4.1):
@@ -53,7 +53,9 @@ version 1.4.1beta12 and 1.5.0beta06 [February 14, 2010]
Fixed type declaration of png_get_chunk_malloc_max() in pngget.c (Daisuke
Nishikawa)
version 1.5.0beta07 [February 19, 2010]
version 1.5.0beta07 [omitted]
version 1.5.0beta08 [February 19, 2010]
Changed #ifdef PNG_NO_STDIO_SUPPORTED to #ifdef PNG_NO_CONSOLE_IO_SUPPORTED
wherever png_snprintf() is used to construct error and warning messages.
Noted in scripts/makefile.mingw that it expects to be run under MSYS.