1998-04-21 20:03:57 +00:00
|
|
|
|
2009-11-01 02:40:34 +00:00
|
|
|
Libpng 1.2.41beta10 - November 1, 2009
|
1998-04-21 20:03:57 +00:00
|
|
|
|
2009-09-25 17:05: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
|
|
|
|
|
2009-11-01 02:40:34 +00:00
|
|
|
libpng-1.2.41beta10.tar.xz (LZMA-compressed, recommended)
|
|
|
|
libpng-1.2.41beta10.tar.gz
|
|
|
|
libpng-1.2.41beta10.tar.bz2
|
2006-03-31 11:29:33 +00:00
|
|
|
|
|
|
|
Source files with LF line endings (for Unix/Linux) without the
|
|
|
|
"configure" script
|
|
|
|
|
2009-11-01 02:40:34 +00:00
|
|
|
libpng-1.2.41beta10-no-config.tar.xz (LZMA-compressed, recommended)
|
|
|
|
libpng-1.2.41beta10-no-config.tar.gz
|
|
|
|
libpng-1.2.41beta10-no-config.tar.bz2
|
2006-02-22 15:19:25 +00:00
|
|
|
|
|
|
|
Source files with CRLF line endings (for Windows), without the
|
|
|
|
"configure" script
|
|
|
|
|
2009-11-01 02:40:34 +00:00
|
|
|
lp1241b10.zip
|
|
|
|
lp1241b10.7z
|
|
|
|
lp1241b10.tar.bz2
|
2006-02-22 15:19:25 +00:00
|
|
|
|
|
|
|
Project files
|
|
|
|
|
2009-11-01 02:40:34 +00:00
|
|
|
libpng-1.2.41beta10-project-netware.zip
|
|
|
|
libpng-1.2.41beta10-project-wince.zip
|
2006-02-22 15:19:25 +00:00
|
|
|
|
|
|
|
Other information:
|
|
|
|
|
2009-11-01 02:40:34 +00:00
|
|
|
libpng-1.2.41beta10-README.txt
|
|
|
|
libpng-1.2.41beta10-KNOWNBUGS.txt
|
|
|
|
libpng-1.2.41beta10-LICENSE.txt
|
|
|
|
libpng-1.2.41beta10-Y2K-compliance.txt
|
|
|
|
libpng-1.2.41beta10-[previous version]-diff.txt
|
2009-06-29 01:26:26 +00:00
|
|
|
|
2009-09-25 17:05:36 +00:00
|
|
|
Changes since the last public release (1.2.40):
|
2009-06-05 22:13:44 +00:00
|
|
|
|
2009-09-30 19:35:05 +00:00
|
|
|
version 1.2.41beta01 [September 25, 2009]
|
2009-09-25 17:05:36 +00:00
|
|
|
Moved redundant IHDR checking into new png_check_IHDR() in png.c
|
|
|
|
and report all errors found in the IHDR data.
|
|
|
|
Eliminated useless call to png_check_cHRM() from pngset.c
|
2009-09-25 19:11:33 +00:00
|
|
|
Expanded TAB characters in pngrtran.c
|
2009-08-22 14:24:15 +00:00
|
|
|
|
2009-09-30 19:35:05 +00:00
|
|
|
version 1.2.41beta02 [September 30, 2009]
|
|
|
|
Revised png_check_IHDR().
|
|
|
|
|
2009-10-01 04:10:28 +00:00
|
|
|
version 1.2.41beta03 [October 1, 2009]
|
|
|
|
Revised png_check_IHDR() again, to check info_ptr members instead of
|
|
|
|
the contents of the returned parameters.
|
2009-09-30 20:56:40 +00:00
|
|
|
|
2009-10-07 17:48:44 +00:00
|
|
|
version 1.2.41beta04 [October 7, 2009]
|
2009-10-02 19:12:54 +00:00
|
|
|
Added "xcode" project similar one already in libpng-1.4.0beta (Alam Arias).
|
2009-10-05 18:53:19 +00:00
|
|
|
Ported some cosmetic changes from libpng-1.4.0beta86.
|
2009-10-07 17:48:44 +00:00
|
|
|
Eliminated a shadowed declaration of "pp" in png_handle_sPLT().
|
2009-10-02 14:38:45 +00:00
|
|
|
|
2009-10-18 00:18:43 +00:00
|
|
|
version 1.2.41beta05 [October 17, 2009]
|
|
|
|
Revised pngconf.h to make it easier to enable iTXt support. From libpng
|
|
|
|
version 1.2.9 through 1.2.40, defining PNG_iTXt_SUPPORTED did not work
|
|
|
|
as expected.
|
2009-10-10 14:27:12 +00:00
|
|
|
Ported some cosmetic changes from libpng-1.4.0beta87, changing
|
|
|
|
many "#if defined(x)" to "#ifdef x".
|
2009-10-10 11:13:58 +00:00
|
|
|
|
2009-10-18 00:18:43 +00:00
|
|
|
version 1.2.41beta06 [October 18, 2009]
|
2009-10-18 13:07:48 +00:00
|
|
|
Restored PNG_USE_LOCAL_ARRAYS code in pngread.c that was inadvertently
|
|
|
|
deleted in libpng-1.2.41beta05.
|
2009-10-18 19:30:53 +00:00
|
|
|
Converted all PNG_NO_* tests to PNG_*_SUPPORTED everywhere except pngconf.h
|
|
|
|
as in libpng-1.4.0beta78 and later.
|
2009-10-18 00:18:43 +00:00
|
|
|
|
2009-10-21 15:32:04 +00:00
|
|
|
version 1.2.41beta07 [October 21, 2009]
|
|
|
|
Ported some cosmetic changes from libpng-1.4.0rc01, changing
|
|
|
|
many "#if defined(x)" to "#ifdef x" in png.h and pngconf.h.
|
2009-10-18 19:34:17 +00:00
|
|
|
|
2009-10-30 04:40:17 +00:00
|
|
|
version 1.2.41beta08 [October 30, 2009]
|
2009-10-30 11:12:05 +00:00
|
|
|
Ported from libpng-1.4.0rc01: png_calloc(), png_get_io_chunk_name(),
|
|
|
|
png_get_io_state(), png_set_user_cache_max(), png_get_user_cache_max(),
|
|
|
|
png_set_premultiply_alpha, and png_do_read_premultiply_alpha().
|
2009-10-30 05:05:45 +00:00
|
|
|
Relocated png_do_chop() ahead of building gamma tables in pngrtran.c
|
|
|
|
This avoids building 16-bit gamma tables unnecessarily.
|
|
|
|
|
2009-11-01 00:20:20 +00:00
|
|
|
version 1.2.41beta09 [November 1, 2009]
|
2009-10-31 17:28:23 +00:00
|
|
|
Removed a harmless extra png_set_invert_alpha() from pngwrite.c
|
2009-10-31 17:50:05 +00:00
|
|
|
More bugfixes and improvements to CMakeLists.txt (Philip Lowman)
|
|
|
|
Moved CMakeLists.txt from scripts into the main libpng directory.
|
2009-11-01 00:20:20 +00:00
|
|
|
Apply png_user_chunk_cache_max within png_decompress_chunk().
|
2009-11-01 00:21:30 +00:00
|
|
|
Merged libpng-1.2.41.txt with libpng-1.4.0.txt where appropriate.
|
2009-10-30 11:40:52 +00:00
|
|
|
|
2009-11-01 02:40:34 +00:00
|
|
|
version 1.2.41beta10 [November 1, 2009]
|
|
|
|
|
2009-07-16 10:58:49 +00:00
|
|
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
2009-07-23 17:58:55 +00:00
|
|
|
|
2009-06-16 01:50:00 +00:00
|
|
|
(subscription required; visit
|
2006-02-21 04:09:05 +00:00
|
|
|
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
|