mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00

in #ifdef PNG_GET_PALETTE_MAX_SUPPORTED block, and revised pnglibconf.h and pnglibconf.h.prebuilt accordingly.
59 lines
2.0 KiB
Plaintext
59 lines
2.0 KiB
Plaintext
|
|
Libpng 1.5.15beta04 - February 10, 2013
|
|
|
|
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.
|
|
|
|
Files available for download:
|
|
|
|
Source files with LF line endings (for Unix/Linux) and with a
|
|
"configure" script
|
|
|
|
1.5.15beta04.tar.xz (LZMA-compressed, recommended)
|
|
1.5.15beta04.tar.gz
|
|
1.5.15beta04.tar.bz2
|
|
|
|
Source files with CRLF line endings (for Windows), without the
|
|
"configure" script
|
|
|
|
lp1515b04.7z (LZMA-compressed, recommended)
|
|
lp1515b04.zip
|
|
|
|
Other information:
|
|
|
|
1.5.15beta04-README.txt
|
|
1.5.15beta04-LICENSE.txt
|
|
|
|
Changes since the last public release (1.5.14):
|
|
|
|
Version 1.5.15beta01 [February 4, 2013]
|
|
Enabled renaming of the extern (but not DLL exported) ARM filter functions.
|
|
Also enabled inclusion of pngpriv.h in non-C files by preventing C/C++
|
|
specific definitions if PNG_VERSION_INFO_ONLY is defined.
|
|
Added png_get_palette_max() function.
|
|
|
|
Version 1.5.15beta02 [February 5, 2013]
|
|
Made a probably general fix for the preprocessing used to generate source
|
|
files. This change might make the check for a special C preprocessor
|
|
unnecessary, and it also eliminates the requirement for sed in the
|
|
configure build process.
|
|
Fix typo in Makefile.am, fix scripts/pnglibconf.mak and makefile.std
|
|
Rebuilt Makefile.in, configure, etc., with autoconf-2.69 and automake-1.13
|
|
Fix 'setting' handling in options.awk and fixed palette_max API
|
|
|
|
Version 1.5.15beta03 [February 7, 2013]
|
|
Remove SUN OS cc -E workround - no longer required
|
|
Turn serial tests back on (recently turned off by autotools upgrade).
|
|
|
|
Version 1.5.15beta04 [February 10, 2013]
|
|
Enclosed the new png_get_palette_max in #ifdef PNG_GET_PALETTE_MAX_SUPPORTED
|
|
block, and revised pnglibconf.h and pnglibconf.h.prebuilt accordingly.
|
|
|
|
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
|