libpng/ANNOUNCE

67 lines
2.5 KiB
Plaintext
Raw Normal View History

1998-04-21 16:03:57 -04:00
2013-02-18 22:17:34 -05:00
Libpng 1.6.1beta03 - February 19, 2013
2013-02-14 00:12:59 -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
2013-02-18 22:17:34 -05:00
1.6.1beta03.tar.xz (LZMA-compressed, recommended)
1.6.1beta03.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
2013-02-18 22:17:34 -05:00
lp161b03.7z (LZMA-compressed, recommended)
lp161b03.zip
2006-02-22 10:19:25 -05:00
Other information:
2013-02-18 22:17:34 -05:00
1.6.1beta03-README.txt
1.6.1beta03-LICENSE.txt
Changes since the last public release (1.6.0):
Version 1.6.1beta01 [February 16, 2013]
Made symbol prefixing work with the ARM neon optimizations. Also allow
pngpriv.h to be included for preprocessor definitions only, so it can
be used in non-C/C++ files. Back ported from libpng 1.7.
Made sRGB check numbers consistent.
Ported libpng 1.5 options.awk/dfn file handling to 1.6, fixed one bug.
Removed cc -E workround, corrected png_get_palette_max API Tested on
SUN OS cc 5.9, which demonstrates the tokenization problem previously
avoided by using /lib/cpp. Since all .dfn output is now protected in
double quotes unless it is to be macro substituted the fix should
work everywhere.
Enabled parallel tests - back ported from libpng-1.7.
scripts/pnglibconf.dfa formatting improvements back ported from libpng17.
Fixed a race condition in the creation of the build 'scripts' directory
while building with a parallel make.
Use approved/supported Android method to check for NEON, use Linux/POSIX
1003.1 API to check /proc/self/auxv avoiding buffer allocation and other
library calls (ported from libpng15).
2013-02-14 00:12:59 -05:00
Version 1.6.1beta02 [February 19, 2013]
Use parentheses more consistently in "#if defined(MACRO)" tests.
Folded long lines.
Reenabled code to allow zero length PLTE chunks for MNG.
2013-02-16 11:32:19 -05:00
2013-02-18 22:17:34 -05:00
Version 1.6.1beta03 [February 19, 2013]
Fixed ALIGNED_MEMORY support.
Allow run-time ARM NEON checking to be disabled. A new configure option:
--enable-arm-neon=always will stop the run-time checks. New checks
within arm/arm_init.c will cause the code not to be compiled unless
__ARM_NEON__ is set. This should make it fail safe (if someone asks
for it on then the build will fail if it can't be done.)
2013-02-18 22:17:34 -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