1998-04-21 15:03:57 -05:00
|
|
|
|
2012-03-02 14:25:11 -06:00
|
|
|
Libpng 1.2.48rc02 - March 2, 2012
|
1998-04-21 15:03:57 -05:00
|
|
|
|
2012-02-19 21:35:06 -06: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 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
|
|
|
|
|
2012-03-02 14:25:11 -06:00
|
|
|
libpng-1.2.48rc02.tar.xz (LZMA-compressed, recommended)
|
|
|
|
libpng-1.2.48rc02.tar.gz
|
|
|
|
libpng-1.2.48rc02.tar.bz2
|
2009-11-12 12:20:41 -06:00
|
|
|
|
|
|
|
Source files with LF line endings (for Unix/Linux) without the
|
|
|
|
"configure" script
|
|
|
|
|
2012-03-02 14:25:11 -06:00
|
|
|
libpng-1.2.48rc02-no-config.tar.xz (LZMA-compressed, recommended)
|
|
|
|
libpng-1.2.48rc02-no-config.tar.gz
|
|
|
|
libpng-1.2.48rc02-no-config.tar.bz2
|
2006-02-22 09:19:25 -06:00
|
|
|
|
|
|
|
Source files with CRLF line endings (for Windows), without the
|
|
|
|
"configure" script
|
|
|
|
|
2012-03-02 14:25:11 -06:00
|
|
|
lp1248r02.zip
|
|
|
|
lp1248r02.7z
|
|
|
|
lp1248r02.tar.bz2
|
2009-11-12 12:20:41 -06:00
|
|
|
|
|
|
|
Project files
|
|
|
|
|
2012-03-02 14:25:11 -06:00
|
|
|
libpng-1.2.48rc02-project-netware.zip
|
|
|
|
libpng-1.2.48rc02-project-wince.zip
|
2006-02-22 09:19:25 -06:00
|
|
|
|
|
|
|
Other information:
|
|
|
|
|
2012-03-02 14:25:11 -06:00
|
|
|
libpng-1.2.48rc02-README.txt
|
|
|
|
libpng-1.2.48rc02-KNOWNBUGS.txt
|
|
|
|
libpng-1.2.48rc02-LICENSE.txt
|
|
|
|
libpng-1.2.48rc02-Y2K-compliance.txt
|
|
|
|
libpng-1.2.48rc02-[previous version]-diff.txt
|
2011-07-10 06:42:01 -05:00
|
|
|
|
|
|
|
Changes since the last public release (1.2.46):
|
|
|
|
|
2012-02-26 22:02:06 -06:00
|
|
|
|
|
|
|
version 1.2.48beta01 [Febuary 27, 2012]
|
2012-02-19 22:04:56 -06:00
|
|
|
Removed two useless #ifdef directives from pngread.c and one from pngrutil.c
|
2012-02-22 07:02:38 -06:00
|
|
|
Eliminated redundant png_push_read_tEXt|zTXt|iTXt|unknown code from
|
|
|
|
pngpread.c and use the sequential png_handle_tEXt, etc., in pngrutil.c;
|
|
|
|
now that png_ptr->buffer is inaccessible to applications, the special
|
|
|
|
handling is no longer useful.
|
2012-02-22 07:03:52 -06:00
|
|
|
Fixed bug with png_handle_hIST with odd chunk length (Frank Busse).
|
2012-02-26 20:42:28 -06:00
|
|
|
Fixed incorrect type (int copy should be png_size_t copy) in png_inflate().
|
|
|
|
Fixed off-by-one bug in png_handle_sCAL() when using fixed point arithmetic,
|
|
|
|
causing out-of-bounds read in png_set_sCAL() because of failure to copy
|
|
|
|
the string terminators (Franke Busse).
|
2011-07-10 06:42:01 -05:00
|
|
|
|
2012-03-02 14:49:43 -06:00
|
|
|
version 1.2.48rc01 [March 2, 2012]
|
2012-02-27 08:04:06 -06:00
|
|
|
Removed the png_free() of unused png_ptr->current_text from pngread.c.
|
2012-02-28 20:01:15 -06:00
|
|
|
Added libpng license text to pnggccrd.c and pngvcrd.c (requested by Chrome).
|
2012-02-26 22:02:06 -06:00
|
|
|
|
2012-03-02 14:44:32 -06:00
|
|
|
version 1.2.48rc02 [March 2, 2012]
|
|
|
|
Removed all of the assembler code from pnggccrd.c and just "return 2;".
|
|
|
|
|
2009-06-15 20:50:00 -05:00
|
|
|
(subscription required; visit
|
2006-02-20 22:09:05 -06:00
|
|
|
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
|