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

71 lines
2.3 KiB
Plaintext
Raw Normal View History

1998-04-21 15:03:57 -05:00
2008-02-18 16:31:35 -06:00
Libpng 1.2.25 - February 18, 2008
1998-04-21 15:03:57 -05:00
2008-02-18 16:31:35 -06:00
This is a public release of libpng, intended for use in production codes.
1998-04-21 15:03:57 -05:00
2006-02-22 09:19:25 -06:00
Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
2008-02-18 16:31:35 -06:00
libpng-1.2.25.tar.gz
libpng-1.2.25.tar.lzma
2008-01-31 21:27:55 -06:00
(Get the lzma codec from <http://tukaani.org/lzma>).
2008-02-18 16:31:35 -06:00
libpng-1.2.25.tar.bz2
2006-03-31 05:29:33 -06:00
Source files with LF line endings (for Unix/Linux) without the
"configure" script
2008-02-18 16:31:35 -06:00
libpng-1.2.25-no-config.tar.gz
libpng-1.2.25-no-config.tar.lzma
libpng-1.2.25-no-config.tar.bz2
2006-02-22 09:19:25 -06:00
Source files with CRLF line endings (for Windows), without the
"configure" script
2008-02-18 16:31:35 -06:00
lpng1225.zip
lpng1225.7z
lpng1225.tar.bz2
2006-02-22 09:19:25 -06:00
Project files
2008-02-18 16:31:35 -06:00
libpng-1.2.25-project-netware.zip
libpng-1.2.25-project-wince.zip
2006-02-22 09:19:25 -06:00
Other information:
2008-02-18 16:31:35 -06:00
libpng-1.2.25-README.txt
libpng-1.2.25-KNOWNBUGS.txt
libpng-1.2.25-LICENSE.txt
libpng-1.2.25-Y2K-compliance.txt
libpng-1.2.25-1.2.24-diff.txt
2007-08-19 22:50:31 -05:00
2008-02-18 16:31:35 -06:00
Changes since the last public release (1.2.24):
2007-08-19 22:50:31 -05:00
2008-02-18 16:31:35 -06:00
version 1.2.25 [February 18, 2008]
2007-09-14 10:24:18 -05:00
2008-02-18 16:31:35 -06:00
Fixed bug with unknown chunk handling, introduced in version 1.2.17
2008-01-09 23:02:16 -06:00
Prevent gamma from being applied twice.
2008-01-21 21:07:36 -06:00
Fixed some continue-after-malloc-failure errors in pngset.c (David Hill)
Check for info_ptr == NULL in png_read_info() and png_process_data().
Check for possible use of NULL user_png_ver[] in png_create_read_struct().
Fix overflow of "msg" in png_decompres_chunk().
2008-02-18 16:31:35 -06:00
Added libpng-1.2.25.tar.lzma to distribution. Get the lzma codec
2008-01-31 21:27:55 -06:00
from <http://tukaani.org/lzma>.
2008-02-18 16:31:35 -06:00
Added lpng1225.7z to distribution. Get the 7-zip decoder from
2008-02-06 10:32:29 -06:00
from <http://www.7-zip.org>.
2008-01-31 21:27:55 -06:00
Fixed some broken links in the README file.
2008-02-18 16:31:35 -06:00
Refactored png_read_push_finish_row() slightly, trying to satisfy Coverity.
2008-02-06 10:32:29 -06:00
Fixed potential NULL dereference of png_ptr in png_destroy_write_struct();
clarified potential NULL dereference of png_ptr in png_destroy_read_struct();
fixed potential NULL dereference of info_ptr in png_handle_bKGD();
fixed potential NULL dereference of user_png_ver[] in
png_create_write_struct_2(). (Coverity)
2007-12-14 10:23:00 -06:00
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
2006-02-20 22:09:05 -06: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 15:03:57 -05:00
1998-12-29 11:47:59 -06:00
Glenn R-P