ANNOUNCE 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. Libpng 1.6.16 - December 22, 2014
  2. This is a public release of libpng, intended for use in production codes.
  3. Files available for download:
  4. Source files with LF line endings (for Unix/Linux) and with a
  5. "configure" script
  6. libpng-1.6.16.tar.xz (LZMA-compressed, recommended)
  7. libpng-1.6.16.tar.gz
  8. Source files with CRLF line endings (for Windows), without the
  9. "configure" script
  10. lpng1616.7z (LZMA-compressed, recommended)
  11. lpng1616.zip
  12. Other information:
  13. libpng-1.6.16-README.txt
  14. libpng-1.6.16-LICENSE.txt
  15. libpng-1.6.16-*.asc (armored detached GPG signatures)
  16. Changes since the last public release (1.6.15):
  17. Added ".align 2" to arm/filter_neon.S to support old GAS assemblers that
  18. don't do alignment correctly.
  19. Revised Makefile.am and scripts/*.dfn to work with MinGW/MSYS;
  20. renamed scripts/*.dfn to scripts/*.c (Bob Friesenhahn and John Bowler).
  21. Quiet a "comparison always true" warning in pngstest.c (John Bowler).
  22. Restored a test on width that was removed from png.c at libpng-1.6.9
  23. (Bug report by Alex Eubanks).
  24. Fixed an overflow in png_combine_row with very wide interlaced images.
  25. Send comments/corrections/commendations to png-mng-implement at lists.sf.net
  26. (subscription required; visit
  27. https://lists.sourceforge.net/lists/listinfo/png-mng-implement
  28. to subscribe)
  29. or to glennrp at users.sourceforge.net
  30. Glenn R-P