ANNOUNCE 3.0 KB
Newer Older
1
Libpng 1.6.26beta06 - October 7, 2016
2

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

6 7 8 9 10
Files available for download:

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

11 12
   1.6.26beta06.tar.xz (LZMA-compressed, recommended)
   1.6.26beta06.tar.gz
13

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

17 18
   lp1626b06.7z  (LZMA-compressed, recommended)
   lp1626b06.zip
19 20 21

Other information:

22 23 24
   1.6.26beta06-README.txt
   1.6.26beta06-LICENSE.txt
   libpng-1.6.26beta06-*.asc (armored detached GPG signatures)
25

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

28
Version 1.6.26beta01 [September 26, 2016]
29 30
  Fixed handling zero length IDAT in pngfix (bug report by Agostino Sarubbo,
    bugfix by John Bowler).
31 32
  Do not issue a png_error() on read in png_set_pCAL() because png_handle_pCAL
    has allocated memory that libpng needs to free.
33 34 35
  Conditionally compile png_set_benign_errors() in pngread.c and pngtest.c
  Issue a png_benign_error instead of a png_error on ADLER32 mismatch
    while decoding compressed data chunks.
36 37
  Changed PNG_ZLIB_VERNUM to ZLIB_VERNUM in pngpriv.h, pngstruct.h, and
    pngrutil.c.
38 39
  If CRC handling of critical chunks has been set to PNG_CRC_QUIET_USE,
    ignore the ADLER32 checksum in the IDAT chunk as well as the chunk CRCs.
40 41 42
  Issue png_benign_error() on ADLER32 checksum mismatch instead of png_error().
  Add tests/badcrc.png and tests/badadler.png to tests/pngtest.
  Merged pngtest.c with libpng-1.7.0beta84/pngtest.c
43

44
Version 1.6.26beta02 [October 1, 2016]
45
  Updated the documentation about CRC and ADLER32 handling.
46 47
  Quieted 117 warnings from clang-3.8 in pngtrans.c, pngread.c,
     pngwrite.c, pngunknown.c, and pngvalid.c.
48
  Quieted 58 (out of 144) -Wconversion compiler warnings by changing
49 50
    flag definitions in pngpriv.h from 0xnnnn to 0xnnnnU and trivial changes
    in png.c, pngread.c, and pngwutil.c.
51

52
Version 1.6.26beta03 [October 2, 2016]
53
  Removed contrib/libtests/*.orig and *.rej that slipped into the tarballs.
54
  Quieted the 86 remaining -Wconversion compiler warnings by
55
    revising the png_isaligned() macro and trivial changes in png.c,
56 57
    pngerror.c, pngget.c, pngmem.c, pngset.c, pngrtran.c, pngrutil.c,
    pngwtran.c, pngwrite.c, and pngwutil.c.
58

59
Version 1.6.26beta04 [October 3, 2016]
60 61
  Quieted (bogus?) clang warnings about "absolute value has no effect"
    when PNG_USE_ABS is defined.
62
  Fixed offsets in contrib/intel/intel_sse.patch
63

64
Version 1.6.26beta05 [October 6, 2016]
65 66
  Changed integer constant 4294967294 to unsigned 4294967294U in pngconf.h
    to avoid a signed/unsigned compare in the preprocessor.
67

68 69 70
Version 1.6.26beta05 [October 7, 2016]
  Use zlib-1.2.8.1 inflateValidate() instead of inflateReset2() to
    avoid ADLER32 evaluation.
71

72
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
73 74 75 76 77 78
(subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
to subscribe)
or to glennrp at users.sourceforge.net

Glenn R-P