ANNOUNCE 1.9 KB
Newer Older
1

2
Libpng 1.6.1beta01 - February 16, 2013
3

4 5
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.
6

7 8 9 10 11
Files available for download:

Source files with LF line endings (for Unix/Linux) and with a
"configure" script

12 13
   1.6.1beta01.tar.xz (LZMA-compressed, recommended)
   1.6.1beta01.tar.gz
14

15 16 17
Source files with CRLF line endings (for Windows), without the
"configure" script

18 19
   lp161b01.7z  (LZMA-compressed, recommended)
   lp161b01.zip
20 21 22

Other information:

23 24
   1.6.1beta01-README.txt
   1.6.1beta01-LICENSE.txt
25

26
Changes since the last public release (1.6.0):
27

28
Version 1.6.1 [February 16, 2013]
29 30 31
  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.
32
  Made sRGB check numbers consistent.
33
  Ported libpng 1.5 options.awk/dfn file handling to 1.6, fixed one bug.
34 35 36 37 38
  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.
39
  Enabled parallel tests - back ported from libpng-1.7.
40 41 42
  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.
43 44 45
  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).
46

47 48 49 50 51 52 53
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