]> git.jsancho.org Git - lugaru.git/blob - Dependencies/libpng/ANNOUNCE
CMake: Purge all the bundled dependencies
[lugaru.git] / Dependencies / libpng / ANNOUNCE
1
2 Libpng 1.4.1 - February 25, 2010
3
4 This is a public release of libpng, intended for use in production codes.
5
6 Files available for download:
7
8 Source files with LF line endings (for Unix/Linux) and with a
9 "configure" script
10
11    libpng-1.4.1.tar.xz (LZMA-compressed, recommended)
12    libpng-1.4.1.tar.gz
13    libpng-1.4.1.tar.bz2
14
15 Source files with CRLF line endings (for Windows), without the
16 "configure" script
17
18    lpng141.zip
19    lpng141.7z
20
21 Other information:
22
23    libpng-1.4.1-README.txt
24    libpng-1.4.1-LICENSE.txt
25
26 Changes since the last public release (1.4.0):
27
28 version 1.4.1 [February 25, 2010]
29
30   Updated CMakeLists.txt for consistent indentation and to avoid an
31     unclosed if-statement warning (Philip Lowman).
32   Revised Makefile.am and Makefile.in to remove references to Y2KINFO,
33     KNOWNBUG, and libpng.la (Robert Schwebel).
34   Revised the makefiles to install the same files and symbolic
35     except for libpng.la and libpng14.la.
36   Make png_set|get_compression_buffer_size() available even when
37     PNG_WRITE_SUPPORTED is not enabled.
38   Revised Makefile.am and Makefile.in to simplify their maintenance.
39   Revised the makefiles to install a link to libpng14.so.14.1
40   Removed png_set_premultiply_alpha() from scripts/*.def
41   Revised png_decompress_chunk() to improve speed and memory usage when
42     decoding large chunks, using a two-pass method suggested by John Bowler.
43   Added png_set|get_chunk_malloc_max() functions.
44   Relocated "int k" declaration in pngtest.c to minimize its scope.
45   Folded some long lines in the source files.
46   Added defineable PNG_USER_CHUNK_CACHE_MAX and PNG_USER_CHUNK_MALLOC_MAX
47   Eliminated use of png_ptr->irowbytes and reused the slot in png_ptr as
48     png_ptr->png_user_chunk_malloc_max.
49   Return allocated "old_buffer" in png_push_save_buffer() before calling
50     png_error(), to avoid a potential memory leak.
51   Removed the cbuilder5 project, which has not been updated to 1.4.0.
52   Complete rewrite of two-pass png_decompress_chunk() by John Bowler.
53   Removed obsolete unused MMX-querying support from contrib/gregbook
54   Removed the AIX redefinition of jmpbuf in png.h
55   Define _ALL_SOURCE in configure.ac, makefile.aix, and CMakeLists.txt
56     when using AIX compiler.
57   Removed unused gzio.c from contrib/pngminim gather and makefile scripts
58
59 Send comments/corrections/commendations to png-mng-implement at lists.sf.net
60 (subscription required; visit 
61 https://lists.sourceforge.net/lists/listinfo/png-mng-implement
62 to subscribe) or to glennrp at users.sourceforge.net
63
64 Glenn R-P