This repository has been archived on 2023-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
libpng/ANNOUNCE

63 lines
1.7 KiB
Plaintext
Raw Normal View History

1998-04-21 20:03:57 +00:00
2007-12-14 16:23:00 +00:00
Libpng 1.2.24 - December 14, 2007
1998-04-21 20:03:57 +00:00
2007-12-14 16:23:00 +00:00
This is a public release of libpng, intended for use in production codes.
1998-04-21 20:03:57 +00:00
2006-02-22 15:19:25 +00:00
Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
2007-12-14 16:23:00 +00:00
libpng-1.2.24.tar.gz
libpng-1.2.24.tar.bz2
2006-03-31 11:29:33 +00:00
Source files with LF line endings (for Unix/Linux) without the
"configure" script
2007-12-14 16:23:00 +00:00
libpng-1.2.24-no-config.tar.gz
libpng-1.2.24-no-config.tar.bz2
2006-02-22 15:19:25 +00:00
Source files with CRLF line endings (for Windows), without the
"configure" script
2007-12-14 16:23:00 +00:00
lpng1224.zip
lpng1224.tar.bz2
2006-02-22 15:19:25 +00:00
Project files
2007-12-14 16:23:00 +00:00
libpng-1.2.24-project-netware.zip
libpng-1.2.24-project-wince.zip
2006-02-22 15:19:25 +00:00
Other information:
2007-12-14 16:23:00 +00:00
libpng-1.2.24-README.txt
libpng-1.2.24-KNOWNBUGS.txt
libpng-1.2.24-LICENSE.txt
libpng-1.2.24-Y2K-compliance.txt
2007-08-20 03:50:31 +00:00
2007-11-20 02:02:11 +00:00
Changes since the last public release (1.2.23):
2007-08-20 03:50:31 +00:00
2007-12-14 16:23:00 +00:00
version 1.2.24 [December 14, 2007]
2007-09-14 15:24:18 +00:00
2007-11-20 02:02:11 +00:00
Moved misplaced test for malloc failure in png_set_sPLT(). This bug was
2007-12-14 16:23:00 +00:00
introduced in libpng-1.2.20.
2007-11-20 02:02:11 +00:00
Ifdef out avg_row etc from png.h and pngwrite.c when PNG_NO_WRITE_FILTER
Do not use png_ptr->free_fn and png_ptr->mem_fn in png_destroy_read_struct()
when png_ptr is NULL (Marshall Clow).
Updated handling of symbol prefixes in Makefile.am and configure.ac (Mike
Frysinger).
2007-11-30 22:33:40 +00:00
Removed a useless test and fixed incorrect test in png_set_cHRM_fixed()
(David Hill).
2007-12-14 16:23:00 +00:00
Make sure not to redefine _BSD_SOURCE in pngconf.h
Revised gather.sh and makefile.std in contrib/pngminim to avoid compiling
unused files.
2007-11-02 11:47:49 +00:00
2007-12-08 00:10:24 +00:00
2007-11-20 02:02:11 +00:00
2007-12-14 16:23:00 +00:00
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
2006-02-21 04:09:05 +00:00
(subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
to subscribe) or to glennrp at users.sourceforge.net
1998-04-21 20:03:57 +00:00
1998-12-29 17:47:59 +00:00
Glenn R-P