ANNOUNCE 2.6 KB
Newer Older
1
Libpng 1.6.31beta05 - July 11, 2017
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.31beta05.tar.xz (LZMA-compressed, recommended)
   1.6.31beta05.tar.gz
13

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

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

Other information:

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

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

28
Version 1.6.31beta01 [July 5, 2017]
29 30 31
  Guard the definition of _POSIX_SOURCE in pngpriv.h (AIX already defines it;
    bug report by Michael Felt).
  Revised pngpriv.h to work around failure to compile arm/filter_neon.S
32 33 34
    ("typedef" directive is unrecognized by the assembler). The problem
    was introduced in libpng-1.6.30beta01.
  Added "Requires: zlib" to libpng.pc.in (Pieter Neerincx).
35
  Added special case for FreeBSD in arm/filter_neon.S (Maya Rashish).
36

37
Version 1.6.31beta02 [July 8, 2017]
38
  Added instructions for disabling hardware optimizations in INSTALL.
39 40
  Added "--enable-hardware-optimizations" configuration flag to enable
    or disable all hardware optimizations with one flag.
41

42 43
Version 1.6.31beta03 [July 9, 2017]
  Updated CMakeLists.txt to add INTEL_SSE and MIPS_MSA platforms.
44
  Changed "int" to "png_size_t" in intel/filter_sse2.c to prevent
45
    possible integer overflow (Bug report by John Bowler).
46
  Quieted "declaration after statement" warnings in intel/filter_sse2.c.
47
  Added scripts/makefile-linux-opt, which has hardware optimizations enabled.
48

49 50 51 52 53 54 55 56 57 58 59
Version 1.6.31beta04 [July 11, 2017]
  Removed one of the GCC-7.1.0 'strict-overflow' warnings that result when
    integers appear on both sides of a compare.  Worked around the others by
    forcing the strict-overflow setting in the relevant functions to a level
    where they are not reported (John Bowler).
  Changed "FALL THROUGH" comments to "FALLTHROUGH" because GCC doesn't like
    the space.
  Worked around some C-style casts from (void*) because g++ 5.4.0 objects
    to them.
  Increased the buffer size for 'sprint' to pass the gcc 7.1.0 'sprint
    overflow' check that is on by default with -Wall -Wextra.
60

61 62
Version 1.6.31beta05 [July 11, 2017]

63
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
64 65 66 67 68 69
(subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
to subscribe)
or to glennrp at users.sourceforge.net

Glenn R-P