2016-05-01 20:27:30 -04:00
|
|
|
Libpng 1.6.22beta06 - May 2, 2016
|
2011-11-03 00:06:45 -04:00
|
|
|
|
2016-01-16 08:14:12 -05:00
|
|
|
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.
|
1998-04-21 16:03:57 -04:00
|
|
|
|
2006-02-22 10:19:25 -05:00
|
|
|
Files available for download:
|
|
|
|
|
|
|
|
Source files with LF line endings (for Unix/Linux) and with a
|
|
|
|
"configure" script
|
|
|
|
|
2016-04-27 13:24:02 -04:00
|
|
|
1.6.22beta06.tar.xz (LZMA-compressed, recommended)
|
|
|
|
1.6.22beta06.tar.gz
|
2006-03-31 06:29:33 -05:00
|
|
|
|
2006-02-22 10:19:25 -05:00
|
|
|
Source files with CRLF line endings (for Windows), without the
|
|
|
|
"configure" script
|
|
|
|
|
2016-04-27 13:24:02 -04:00
|
|
|
lp1622b06.7z (LZMA-compressed, recommended)
|
|
|
|
lp1622b06.zip
|
2006-02-22 10:19:25 -05:00
|
|
|
|
|
|
|
Other information:
|
|
|
|
|
2016-04-27 13:24:02 -04:00
|
|
|
1.6.22beta06-README.txt
|
|
|
|
1.6.22beta06-LICENSE.txt
|
|
|
|
libpng-1.6.22beta06-*.asc (armored detached GPG signatures)
|
2016-01-16 08:14:12 -05:00
|
|
|
|
|
|
|
Changes since the last public release (1.6.21):
|
|
|
|
|
2016-01-23 14:55:26 -05:00
|
|
|
Version 1.6.22beta01 [January 23, 2016]
|
2016-01-17 17:08:39 -05:00
|
|
|
Changed PNG_USE_MKSTEMP to __COVERITY__ to select alternate
|
|
|
|
"tmpfile()" implementation in contrib/libtests/pngstest.c
|
2016-01-18 10:09:33 -05:00
|
|
|
Fixed NO_STDIO build of pngunknown.c to skip calling png_init_io()
|
|
|
|
if there is no stdio.h support.
|
2016-01-27 07:57:02 -05:00
|
|
|
Added a png_image_write_to_memory() API and a number of assist macros
|
|
|
|
to allow an application that uses the simplified API write to bypass
|
|
|
|
stdio and write directly to memory.
|
2016-01-18 13:55:51 -05:00
|
|
|
Added some warnings (png.h) and some check code to detect *possible*
|
|
|
|
overflow in the ROW_STRIDE and simplified image SIZE macros. This
|
|
|
|
disallows image width/height/format that *might* overflow. This is
|
|
|
|
a quiet API change that limits in-memory image size (uncompressed) to
|
|
|
|
less than 4GByte and image row size (stride) to less than 2GByte.
|
2016-01-23 11:09:18 -05:00
|
|
|
Revised workaround for false-positive Coverity issue in pngvalid.c.
|
2016-01-13 10:50:41 -05:00
|
|
|
|
2016-02-08 18:04:04 -05:00
|
|
|
Version 1.6.22beta02 [February 8, 2016]
|
2016-01-28 16:58:45 -05:00
|
|
|
Only use exit(77) in configure builds.
|
|
|
|
Corrected error in PNG_IMAGE_PNG_SIZE_MAX. This new macro underreported
|
|
|
|
the palette size because it failed to take into account that the memory
|
|
|
|
palette has to be expanded to full RGB when it is written to PNG.
|
|
|
|
Updated CMakeLists.txt, added supporting scripts/gen*.cmake.in
|
2016-01-29 10:14:41 -05:00
|
|
|
and test.cmake.in (Roger Leigh).
|
2016-01-30 11:08:47 -05:00
|
|
|
Relaxed limit checks on gamma values in pngrtran.c. As suggested in
|
|
|
|
the comments gamma values outside the range currently permitted
|
|
|
|
by png_set_alpha_mode are useful for HDR data encoding. These values
|
|
|
|
are already permitted by png_set_gamma so it is reasonable caution to
|
|
|
|
extend the png_set_alpha_mode range as HDR imaging systems are starting
|
|
|
|
to emerge.
|
2016-01-23 15:08:29 -05:00
|
|
|
|
2016-03-09 08:40:32 -05:00
|
|
|
Version 1.6.22beta03 [March 9, 2016]
|
2016-02-10 12:46:31 -05:00
|
|
|
Added a common-law trademark notice and export control information
|
|
|
|
to the LICENSE file, png.h, and the man page.
|
2016-02-13 13:01:35 -05:00
|
|
|
Restored "& 0xff" in png_save_uint_16() and png_save_uint_32() that
|
|
|
|
were accidentally removed from libpng-1.6.17.
|
2016-02-13 16:02:16 -05:00
|
|
|
Changed PNG_INFO_cHNK and PNG_FREE_cHNK from 0xnnnn to 0xnnnnU in png.h
|
2016-02-18 22:10:52 -05:00
|
|
|
(Robert C. Seacord).
|
2016-02-13 16:02:16 -05:00
|
|
|
Removed dubious "#if INT_MAX" test from png.h that was added to
|
2016-02-18 22:10:52 -05:00
|
|
|
libpng-1.6.19beta02 (John Bowler).
|
2016-02-16 15:38:28 -05:00
|
|
|
Add ${INCLUDES} in scripts/genout.cmake.in (Bug report by Nixon Kwok).
|
2016-02-18 22:10:52 -05:00
|
|
|
Updated LICENSE to say files in the contrib directory are not
|
|
|
|
necessarily under the libpng license, and that some makefiles have
|
|
|
|
other copyright owners.
|
2016-02-19 10:46:51 -05:00
|
|
|
Added INTEL-SSE2 support (Mike Klein and Matt Sarett, Google, Inc.).
|
2016-02-26 20:35:59 -05:00
|
|
|
Made contrib/libtests/timepng more robust. The code no longer gives
|
|
|
|
up/fails on invalid PNG data, it just skips it (with error messages).
|
|
|
|
The code no longer fails on PNG files with data beyond IEND. Options
|
|
|
|
exist to use png_read_png (reading the whole image, not by row) and, in
|
|
|
|
that case, to apply any of the supported transforms. This makes for
|
|
|
|
more realistic testing; the decoded data actually gets used in a
|
|
|
|
meaningful fashion (John Bowler).
|
2016-03-07 08:17:28 -05:00
|
|
|
Fixed some misleading indentation (Krishnaraj Bhat).
|
2016-02-08 18:09:03 -05:00
|
|
|
|
2016-04-05 13:16:27 -04:00
|
|
|
Version 1.6.22beta04 [April 5, 2016]
|
2016-03-15 08:55:41 -04:00
|
|
|
Force GCC compilation to C89 if needed (Dagobert Michelsen).
|
2016-04-05 13:16:27 -04:00
|
|
|
SSE filter speed improvements for bpp=3:
|
|
|
|
memcpy-free implementations of load3() / store3().
|
|
|
|
call load3() only when needed at the end of a scanline.
|
2016-03-09 08:55:55 -05:00
|
|
|
|
2016-04-27 11:36:45 -04:00
|
|
|
Version 1.6.22beta05 [April 27, 2016]
|
2016-04-11 09:23:16 -04:00
|
|
|
Added PNG_FAST_FILTERS macro (defined as
|
|
|
|
PNG_FILTER_NONE|PNG_FILTER_SUB|PNG_FILTER_UP).
|
2016-04-15 12:29:29 -04:00
|
|
|
Various fixes for contrib/libtests/timepng.c
|
2016-04-19 09:23:10 -04:00
|
|
|
Moved INTEL-SSE code from pngpriv.h into contrib/intel/intel_sse.patch.
|
2016-04-19 09:29:06 -04:00
|
|
|
Fixed typo (missing underscore) in #define PNG_READ_16_TO_8_SUPPORTED
|
|
|
|
(Bug report by Y.Ohashik).
|
2016-04-05 18:48:58 -04:00
|
|
|
|
2016-05-01 20:27:30 -04:00
|
|
|
Version 1.6.22beta06 [May 2, 2016]
|
2016-04-27 23:40:39 -04:00
|
|
|
Rebased contrib/intel_sse.patch.
|
2016-04-28 22:23:37 -04:00
|
|
|
Quieted two Coverity issues in contrib/libtests/timepng.c.
|
2016-05-01 20:38:12 -04:00
|
|
|
Fixed issues with scripts/genout.cmake.in (David Capello, Nixon Kwok):
|
2016-05-01 20:27:30 -04:00
|
|
|
Added support to use multiple directories in ZLIBINCDIR variable,
|
|
|
|
Fixed CMAKE_C_FLAGS with multiple values when genout is compiled on MSVC,
|
|
|
|
Fixed pnglibconf.c compilation on OS X including the sysroot path.
|
2016-04-27 13:24:02 -04:00
|
|
|
|
2014-07-30 09:09:22 -04:00
|
|
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
|
|
|
(subscription required; visit
|
|
|
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
|
|
|
to subscribe)
|
|
|
|
or to glennrp at users.sourceforge.net
|
|
|
|
|
|
|
|
Glenn R-P
|