mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng15] Change info_ptr->unknown_chunks_num to type png_uint_32
and test against INT_MAX instead of UINT_MAX in pngset.c
This commit is contained in:
19
ANNOUNCE
19
ANNOUNCE
@@ -1,5 +1,5 @@
|
||||
|
||||
Libpng 1.5.14rc01 - January 17, 2013
|
||||
Libpng 1.5.14rc02 - January 17, 2013
|
||||
|
||||
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.14rc01.tar.xz (LZMA-compressed, recommended)
|
||||
1.5.14rc01.tar.gz
|
||||
1.5.14rc01.tar.bz2
|
||||
1.5.14rc02.tar.xz (LZMA-compressed, recommended)
|
||||
1.5.14rc02.tar.gz
|
||||
1.5.14rc02.tar.bz2
|
||||
|
||||
Source files with CRLF line endings (for Windows), without the
|
||||
"configure" script
|
||||
|
||||
lp1514r01.7z (LZMA-compressed, recommended)
|
||||
lp1514r01.zip
|
||||
lp1514r02.7z (LZMA-compressed, recommended)
|
||||
lp1514r02.zip
|
||||
|
||||
Other information:
|
||||
|
||||
1.5.14rc01-README.txt
|
||||
1.5.14rc01-LICENSE.txt
|
||||
1.5.14rc02-README.txt
|
||||
1.5.14rc02-LICENSE.txt
|
||||
|
||||
Changes since the last public release (1.5.13):
|
||||
|
||||
@@ -80,6 +80,9 @@ Version 1.5.14beta08 [January 10, 2013]
|
||||
Version 1.5.14rc01 [January 17, 2013]
|
||||
No changes.
|
||||
|
||||
Version 1.5.14rc02 [January 17, 2013]
|
||||
Change info_ptr->unknown_chunks_num to type png_uint_32
|
||||
|
||||
===========================================================================
|
||||
NOTICE November 17, 2012:
|
||||
The location of the git repository at SourceForge has changed.
|
||||
|
||||
Reference in New Issue
Block a user