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.1 KiB
Plaintext
Raw Normal View History

1998-04-21 20:03:57 +00:00
2007-05-09 13:56:59 +00:00
Libpng 1.2.17rc2 - May 9, 2007
1998-04-21 20:03:57 +00:00
2007-03-06 05:48:36 +00:00
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.
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-05-09 13:56:59 +00:00
libpng-1.2.17rc2.tar.gz
libpng-1.2.17rc2.tar.bz2
2006-03-31 11:29:33 +00:00
Source files with LF line endings (for Unix/Linux) without the
"configure" script
2007-05-09 13:56:59 +00:00
libpng-1.2.17rc2-no-config.tar.gz
libpng-1.2.17rc2-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-05-09 13:56:59 +00:00
lp1217r02.zip
lp1217r02.tar.bz2
2006-02-22 15:19:25 +00:00
Project files
2007-05-09 13:56:59 +00:00
libpng-1.2.17rc2-project-netware.zip
libpng-1.2.17rc2-project-wince.zip
2006-02-22 15:19:25 +00:00
Other information:
2007-05-09 13:56:59 +00:00
libpng-1.2.17rc2-README.txt
libpng-1.2.17rc2-KNOWNBUGS.txt
libpng-1.2.17rc2-LICENSE.txt
libpng-1.2.17rc2-Y2K-compliance.txt
2006-04-15 11:37:45 +00:00
2007-03-06 05:48:36 +00:00
Changes since the last public release (1.2.16):
2007-01-17 03:04:40 +00:00
2007-05-09 13:56:59 +00:00
version 1.2.17beta1 [May 9, 2007]
2007-03-06 05:48:36 +00:00
Revised scripts/CMakeLists.txt to install both shared and static libraries.
Deleted a redundant line from pngset.c.
2007-04-26 20:45:59 +00:00
version 1.2.17beta2 [April 26, 2007]
Relocated misplaced test for png_ptr == NULL in pngpread.c
Use "==" to "&" for testing PNG_RGB_TO_GRAY_ERR & PNG_RGB_TO_GRAY_WARN flags.
2007-05-04 20:41:12 +00:00
Added pngerror() when write_IHDR fails in deflateInit2().
Added "const" to some array declarations.
Mention examples of libpng usage in the libpng*.txt and libpng.3 documents.
2007-03-06 05:48:36 +00:00
2007-05-09 13:56:59 +00:00
version 1.2.17rc1 [May 5, 2007]
2007-05-04 20:41:12 +00:00
No changes.
2007-05-09 13:56:59 +00:00
version 1.2.17rc2 [May 9, 2007]
Moved several PNG_HAVE_* macros out of PNG_INTERNAL because applications
calling set_unknown_chunk_location() need them.
Changed transformation flag from PNG_EXPAND_tRNS to PNG_EXPAND in
png_set_expand_gray_1_2_4_to_8().
Added png_ptr->unknown_chunk to hold working unknown chunk data, so it
can be free'ed in case of error. Revised unknown chunk handling in
pngrutil.c and pngpread.c to use this structure.
2006-02-21 04:09:05 +00:00
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
2007-03-06 05:48:36 +00:00
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