OSDN Git Service

#26977 DTXViewerで使用しているjpeglib, libpng, zlib, libogg, libvorbisを最新のものにした。詳細はチケットを参照。
[dtxmania/dtxmania.git] / @libpngソリューション / lpng1623 / ANNOUNCE
1 Libpng 1.6.23 - June 9, 2016
2
3 This is a public release of libpng, intended for use in production codes.
4
5 Files available for download:
6
7 Source files with LF line endings (for Unix/Linux) and with a
8 "configure" script
9
10    libpng-1.6.23.tar.xz (LZMA-compressed, recommended)
11    libpng-1.6.23.tar.gz
12
13 Source files with CRLF line endings (for Windows), without the
14 "configure" script
15
16    lpng1623.7z  (LZMA-compressed, recommended)
17    lpng1623.zip
18
19 Other information:
20
21    libpng-1.6.23-README.txt
22    libpng-1.6.23-LICENSE.txt
23    libpng-1.6.23-*.asc (armored detached GPG signatures)
24
25 Changes since the last public release (1.6.22):
26
27   Stop a potential memory leak in png_set_tRNS() (Bug report by Ted Ying).
28   Fixed the progressive reader to handle empty first IDAT chunk properly
29     (patch by Timothy Nikkel).  This bug was introduced in libpng-1.6.0 and
30     only affected the libpng16 branch.
31   Added tests in pngvalid.c to check zero-length IDAT chunks in various
32     positions.  Fixed the sequential reader to handle these more robustly
33     (John Bowler).
34   Corrected progressive read input buffer in pngvalid.c. The previous version
35     the code invariably passed just one byte at a time to libpng.  The intent
36     was to pass a random number of bytes in the range 0..511.
37   Moved sse2 prototype from pngpriv.h to contrib/intel/intel_sse.patch.
38   Added missing ")" in pngerror.c (Matt Sarrett).
39   Fixed undefined behavior in png_push_save_buffer(). Do not call
40     memcpy() with a null source, even if count is zero (Leon Scroggins III).
41   Fixed bad link to RFC2083 in png.5 (Nikola Forro).
42
43 (subscription required; visit
44 https://lists.sourceforge.net/lists/listinfo/png-mng-implement
45 to subscribe)
46 or to glennrp at users.sourceforge.net
47
48 Glenn R-P