libpng/ANNOUNCE

64 lines
2.4 KiB
Plaintext
Raw Normal View History

1998-04-21 16:03:57 -04:00
Libpng 1.6.8rc01 - December 12, 2013
2013-11-14 13:56:50 -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
1.6.8rc01.tar.xz (LZMA-compressed, recommended)
1.6.8rc01.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
lp168r01.7z (LZMA-compressed, recommended)
lp168r01.zip
2006-02-22 10:19:25 -05:00
Other information:
1.6.8rc01-README.txt
1.6.8rc01-LICENSE.txt
2013-07-20 20:36:21 -04:00
Gnupg/*.asc (PGP armored detached signatures)
2013-03-02 15:58:22 -05:00
Changes since the last public release (1.6.7):
2013-09-12 08:57:33 -04:00
Version 1.6.8beta01 [December 12, 2013]
Changed #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED in pngpread.c to
#ifdef PNG_SET_UNKNOWN_CHUNKS_SUPPORTED to be consistent with
what is in pngpriv.h.
Moved prototype for png_handle_unknown() in pngpriv.h outside of
the #ifdef PNG_SET_UNKNOWN_CHUNKS_SUPPORTED/#endif block.
Added "-Wall" to CFLAGS in contrib/pngminim/*/makefile
Conditionally compile some unused functions reported by -Wall in pngminim.
Fixed 'minimal' builds. Various obviously useful minimal configurations
don't build because of missing contrib/libtests test programs and
overly complex dependencies in scripts/pnglibconf.dfa. This change
adds contrib/conftest/*.dfa files that can be used in automatic build
scripts to ensure that these configurations continue to build.
Enabled WRITE_INVERT and WRITE_PACK in contrib/pngminim/encoder.
Fixed pngvalid 'fail' function declaration on the Intel C Compiler.
This reverts to the previous 'static' implementation and works round
the 'unused static function' warning by using PNG_UNUSED().
2013-11-14 13:56:50 -05:00
Version 1.6.8beta02 [November 30, 2013]
Removed or marked PNG_UNUSED some harmless "dead assignments" reported
by clang scan-build.
Changed tabs to 3 spaces in png_debug macros and changed '"%s"m'
to '"%s" m' to improve portability among compilers.
Changed png_free_default() to free() in pngtest.c
2013-11-23 19:35:29 -05:00
Version 1.6.8rc01 [December 12, 2013]
Tidied up pngfix inits and fixed pngtest no-write builds.
2013-11-30 10:07:16 -05: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