mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng10] Imported from libpng-1.0.62.tar
This commit is contained in:
59
ANNOUNCE
59
ANNOUNCE
@@ -1,5 +1,5 @@
|
||||
|
||||
Libpng 1.0.61 - February 6, 2014
|
||||
Libpng 1.0.62 - February 6, 2014
|
||||
|
||||
This is a public release of libpng, intended for use in production codes.
|
||||
|
||||
@@ -8,57 +8,42 @@ Files available for download:
|
||||
Source files with LF line endings (for Unix/Linux) and with a
|
||||
"configure" script
|
||||
|
||||
libpng-1.0.61.tar.xz (LZMA-compressed, recommended)
|
||||
libpng-1.0.61.tar.gz
|
||||
libpng-1.0.61.tar.bz2
|
||||
libpng-1.0.62.tar.xz (LZMA-compressed, recommended)
|
||||
libpng-1.0.62.tar.gz
|
||||
libpng-1.0.62.tar.bz2
|
||||
|
||||
Source files with LF line endings (for Unix/Linux) without the
|
||||
"configure" script
|
||||
|
||||
libpng-1.0.61-no-config.tar.xz (LZMA-compressed, recommended)
|
||||
libpng-1.0.61-no-config.tar.gz
|
||||
libpng-1.0.61-no-config.tar.bz2
|
||||
libpng-1.0.62-no-config.tar.xz (LZMA-compressed, recommended)
|
||||
libpng-1.0.62-no-config.tar.gz
|
||||
libpng-1.0.62-no-config.tar.bz2
|
||||
|
||||
Source files with CRLF line endings (for Windows), without the
|
||||
"configure" script
|
||||
|
||||
lpng1061.zip
|
||||
lpng1061.7z
|
||||
lpng1061.tar.bz2
|
||||
lpng1062.zip
|
||||
lpng1062.7z
|
||||
lpng1062.tar.bz2
|
||||
|
||||
Project files
|
||||
|
||||
libpng-1.0.61-project-netware.zip
|
||||
libpng-1.0.61-project-wince.zip
|
||||
libpng-1.0.62-project-netware.zip
|
||||
libpng-1.0.62-project-wince.zip
|
||||
|
||||
Other information:
|
||||
|
||||
libpng-1.0.61-README.txt
|
||||
libpng-1.0.61-KNOWNBUGS.txt
|
||||
libpng-1.0.61-LICENSE.txt
|
||||
libpng-1.0.61-Y2K-compliance.txt
|
||||
libpng-1.0.62-README.txt
|
||||
libpng-1.0.62-KNOWNBUGS.txt
|
||||
libpng-1.0.62-LICENSE.txt
|
||||
libpng-1.0.62-Y2K-compliance.txt
|
||||
libpng-1.0.62-*.asc (armored detached GPG signatures)
|
||||
|
||||
Changes since the last public release (1.0.60):
|
||||
|
||||
version 1.0.61 [February 6, 2014]
|
||||
|
||||
version 1.0.61 and 1.2.51 [February 6, 2014]
|
||||
Ignore, with a warning, out-of-range value of num_trans in png_set_tRNS().
|
||||
Replaced AM_CONFIG_HEADER(config.h) with AC_CONFIG_HEADERS([config.h])
|
||||
in configure.ac
|
||||
Changed default value of PNG_USER_CACHE_MAX from 0 to 32767 in pngconf.h.
|
||||
Avoid a possible memory leak in contrib/gregbook/readpng.c
|
||||
Revised libpng.3 so that "doclifter" can process it.
|
||||
Changed '"%s"m' to '"%s" m' in png_debug macros to improve portability
|
||||
among compilers.
|
||||
Rebuilt the configure scripts with autoconf-2.69 and automake-1.14.1
|
||||
Removed potentially misleading warning from png_check_IHDR().
|
||||
Quiet set-but-not-used warnings in pngset.c
|
||||
Quiet an uninitialized memory warning from VC2013 in png_get_png().
|
||||
Quiet unused variable warnings from clang by porting PNG_UNUSED() from
|
||||
libpng-1.4.6.
|
||||
Added -DZ_SOLO to CFLAGS in contrib/pngminim/*/makefile
|
||||
Added an #ifdef PNG_FIXED_POINT_SUPPORTED/#endif in pngset.c
|
||||
Changes since the last public release (1.0.61):
|
||||
Avoid out-of-bounds memory access while checking version string in
|
||||
pngread.c and pngwrite.c
|
||||
Added "-D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS" to
|
||||
CFLAGS in scripts/makefile.vcwin32
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
(subscription required; visit
|
||||
|
||||
Reference in New Issue
Block a user