Bringing libpng-1.5.10 into the main branch
[AROS.git] / workbench / libs / png / ANNOUNCE
blobdbc2ed17300df706379ff9790db33cf2ca0173c5
2 Libpng 1.5.10 - March 29, 2012
4 This is a public release of libpng, intended for use in production codes.
6 Files available for download:
8 Source files with LF line endings (for Unix/Linux) and with a
9 "configure" script
11    libpng-1.5.10.tar.xz (LZMA-compressed, recommended)
12    libpng-1.5.10.tar.gz
13    libpng-1.5.10.tar.bz2
15 Source files with CRLF line endings (for Windows), without the
16 "configure" script
18    lpng1510.7z  (LZMA-compressed, recommended)
19    lpng1510.zip
21 Other information:
23    libpng-1.5.10-README.txt
24    libpng-1.5.10-LICENSE.txt
26 Changes since the last public release (1.5.9):
28   Removed two useless #ifdef directives from pngread.c and one from pngrutil.c
29   Always put the CMAKE_LIBRARY in "lib" (removed special WIN32 case).
30   Removed empty vstudio/pngstest directory (Clifford Yapp).
31   Eliminated redundant png_push_read_tEXt|zTXt|iTXt|unknown code from
32     pngpread.c and use the sequential png_handle_tEXt, etc., in pngrutil.c;
33     now that png_ptr->buffer is inaccessible to applications, the special
34     handling is no longer useful.
35   Fixed bug with png_handle_hIST with odd chunk length (Frank Busse).
36   Added PNG_SAFE_LIMITS feature to pnglibconf.dfa and code in pngconf.h
37     to reset the user limits to safe ones if PNG_SAFE_LIMITS is defined.
38     To enable, use "CPPFLAGS=-DPNG_SAFE_LIMITS_SUPPORTED" on the configure
39     command or put "#define PNG_SAFE_LIMITS_SUPPORTED" in pnglibconf.h.
40   Revised the SAFE_LIMITS feature to be the same as the feature in libpng16.
41   Added information about the new limits in the manual.
42   Updated Makefile.in
43   Removed unused "current_text" members of png_struct and the png_free()
44     of png_ptr->current_text from pngread.c
45   Fixed PNG_LIBPNG_BUILD_BASE_TYPE definition.
46   Fixed CMF optimization of non-IDAT compressed chunks, which was added at
47     libpng-1.5.4.  It sometimes produced too small of a window.
48   Reject all iCCP chunks after the first, even if the first one is invalid.
49   Added palette-index checking. Issue a png_benign_error() if an invalid
50     index is found.
51   Revised example.c to put text strings in a temporary character array
52     instead of directly assigning string constants to png_textp members.
53     This avoids compiler warnings when -Wwrite-strings is enabled.
54   Prevent PNG_EXPAND+PNG_SHIFT doing the shift twice.
55   Revised png_set_text_2() to avoid potential memory corruption (fixes
56     CVE-2011-3048).
58 Send comments/corrections/commendations to png-mng-implement at lists.sf.net
59 (subscription required; visit
60 https://lists.sourceforge.net/lists/listinfo/png-mng-implement
61 to subscribe)
62 or to glennrp at users.sourceforge.net
64 Glenn R-P