mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng14] Imported from libpng-1.4.10.tar
This commit is contained in:
24
ANNOUNCE
24
ANNOUNCE
@@ -1,32 +1,30 @@
|
||||
|
||||
Libpng 1.4.10rc02 - March 6, 2012
|
||||
Libpng 1.4.10 - March 15, 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.
|
||||
This is a public release of libpng, intended for use in production codes.
|
||||
|
||||
Files available for download:
|
||||
|
||||
Source files with LF line endings (for Unix/Linux) and with a
|
||||
"configure" script
|
||||
|
||||
1.4.10rc02.tar.xz (LZMA-compressed, recommended)
|
||||
1.4.10rc02.tar.gz
|
||||
1.4.10rc02.tar.bz2
|
||||
libpng-1.4.10.tar.xz (LZMA-compressed, recommended)
|
||||
libpng-1.4.10.tar.gz
|
||||
libpng-1.4.10.tar.bz2
|
||||
|
||||
Source files with CRLF line endings (for Windows), without the
|
||||
"configure" script
|
||||
|
||||
lp1410r02.7z (LZMA-compressed, recommended)
|
||||
lp1410r02.zip
|
||||
lpng1410.7z (LZMA-compressed, recommended)
|
||||
lpng1410.zip
|
||||
|
||||
Other information:
|
||||
|
||||
1.4.10rc02-README.txt
|
||||
1.4.10rc02-LICENSE.txt
|
||||
libpng-1.4.10-README.txt
|
||||
libpng-1.4.10-LICENSE.txt
|
||||
|
||||
Changes since the last public release (1.4.9):
|
||||
|
||||
version 1.4.10beta01 [February 27, 2011]
|
||||
Removed two useless #ifdef directives from pngread.c and one from pngrutil.c
|
||||
Eliminated redundant png_push_read_tEXt|zTXt|iTXt|unknown code from
|
||||
pngpread.c and use the sequential png_handle_tEXt, etc., in pngrutil.c;
|
||||
@@ -38,11 +36,7 @@ version 1.4.10beta01 [February 27, 2011]
|
||||
causing out-of-bounds read in png_set_sCAL() because of failure to copy
|
||||
the string terminators. This bug was introduced in libpng-1.0.6 (Frank
|
||||
Busse).
|
||||
|
||||
version 1.4.10rc01 [March 2, 2012]
|
||||
Removed the png_free() of unused png_ptr->current_text from pngread.c.
|
||||
|
||||
version 1.4.10rc02 [March 6, 2012]
|
||||
Fixed PNG_LIBPNG_BUILD_BASE_TYPE definition in png.h
|
||||
|
||||
Send comments/corrections/commendations to glennrp at users.sourceforge.net
|
||||
|
||||
Reference in New Issue
Block a user