mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng15] Quiet an uninitialized memory warning from VC2013 in png_get_png().
This commit is contained in:
20
ANNOUNCE
20
ANNOUNCE
@@ -1,5 +1,5 @@
|
||||
|
||||
Libpng 1.5.18rc01 - January 28, 2014
|
||||
Libpng 1.5.18rc02 - January 30, 2014
|
||||
|
||||
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.18rc01.tar.xz (LZMA-compressed, recommended)
|
||||
1.5.18rc01.tar.gz
|
||||
1.5.18rc01.tar.bz2
|
||||
1.5.18rc02.tar.xz (LZMA-compressed, recommended)
|
||||
1.5.18rc02.tar.gz
|
||||
1.5.18rc02.tar.bz2
|
||||
|
||||
Source files with CRLF line endings (for Windows), without the
|
||||
"configure" script
|
||||
|
||||
lp1518r01.7z (LZMA-compressed, recommended)
|
||||
lp1518r01.zip
|
||||
lp1518r02.7z (LZMA-compressed, recommended)
|
||||
lp1518r02.zip
|
||||
|
||||
Other information:
|
||||
|
||||
1.5.18rc01-README.txt
|
||||
1.5.18rc01-LICENSE.txt
|
||||
1.5.18rc02-README.txt
|
||||
1.5.18rc02-LICENSE.txt
|
||||
|
||||
Changes since the last public release (1.5.17):
|
||||
|
||||
@@ -71,6 +71,10 @@ Version 1.5.18beta05 [January 20, 2014]
|
||||
Updated scripts/makefile.* to use CPPFLAGS (Cosmin)
|
||||
|
||||
Version 1.5.18rc01 [January 28, 2014]
|
||||
No changes.
|
||||
|
||||
Version 1.5.18rc02 [January 30, 2014]
|
||||
Quiet an uninitialized memory warning from VC2013 in png_get_png().
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
(subscription required; visit
|
||||
|
||||
Reference in New Issue
Block a user