2014-07-21 12:27:26 -04:00
|
|
|
Libpng 1.6.13beta02 - July 21, 2014
|
2011-11-03 00:06:45 -04:00
|
|
|
|
2014-06-11 22:10:16 -04: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
|
|
|
|
|
2014-07-04 13:25:36 -04:00
|
|
|
1.6.13beta02.tar.xz (LZMA-compressed, recommended)
|
|
|
|
1.6.13beta02.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
|
|
|
|
|
2014-07-04 13:25:36 -04:00
|
|
|
lp1613b02.7z (LZMA-compressed, recommended)
|
|
|
|
lp1613b02.zip
|
2006-02-22 10:19:25 -05:00
|
|
|
|
|
|
|
Other information:
|
|
|
|
|
2014-07-04 13:25:36 -04:00
|
|
|
1.6.13beta02-README.txt
|
|
|
|
1.6.13beta02-LICENSE.txt
|
|
|
|
libpng-1.6.13beta02-*.asc (armored detached GPG signatures)
|
2014-06-11 22:10:16 -04:00
|
|
|
|
|
|
|
Changes since the last public release (1.6.13):
|
|
|
|
|
2014-07-04 12:46:17 -04:00
|
|
|
Version 1.6.13beta01 [July 4, 2014]
|
2014-06-13 12:06:33 -04:00
|
|
|
Quieted -Wsign-compare and -Wclobber compiler warnings in
|
|
|
|
contrib/pngminus/*.c
|
2014-06-13 12:53:54 -04:00
|
|
|
Added "(void) png_ptr;" where needed in contrib/gregbook to quiet
|
|
|
|
compiler complaints about unused pointers.
|
2014-06-13 16:34:36 -04:00
|
|
|
Split a long output string in contrib/gregbook/rpng2-x.c.
|
2014-06-22 12:23:07 -04:00
|
|
|
Added "PNG_SET_OPTION" requirement for sRGB chunk support to pnglibconf.dfa,
|
|
|
|
Needed for write-only support (John Bowler).
|
2014-06-24 14:07:39 -04:00
|
|
|
Changed "if defined(__ARM_NEON__)" to
|
2014-06-24 20:38:41 -04:00
|
|
|
"if (defined(__ARM_NEON__) || defined(__ARM_NEON))" (James Wu).
|
|
|
|
Fixed clang no-warning builds: png_digit was defined but never used.
|
2014-07-04 13:25:36 -04:00
|
|
|
|
2014-07-21 12:27:26 -04:00
|
|
|
Version 1.6.13beta02 [July 21, 2014]
|
|
|
|
Fixed an incorrect separator ("/" should be "\") in scripts/makefile.vcwin32
|
|
|
|
(bug report from Wolfgang S. Kechel). Bug was introduced in libpng-1.6.11.
|
|
|
|
Also fixed makefile.bc32, makefile.bor, makefile.msc, makefile.intel, and
|
|
|
|
makefile.tc3 similarly.
|
2014-06-03 16:49:45 -04:00
|
|
|
|
2011-12-15 11:18:33 -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
|