mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00

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. Fixed bug with png_handle_hIST with odd chunk length (Frank Busse).
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
|
|
Libpng 1.4.10beta01 - February 21, 2012
|
|
|
|
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.
|
|
|
|
Files available for download:
|
|
|
|
Source files with LF line endings (for Unix/Linux) and with a
|
|
"configure" script
|
|
|
|
1.4.10beta01.tar.xz (LZMA-compressed, recommended)
|
|
1.4.10beta01.tar.gz
|
|
1.4.10beta01.tar.bz2
|
|
|
|
Source files with CRLF line endings (for Windows), without the
|
|
"configure" script
|
|
|
|
lp1410b01.7z (LZMA-compressed, recommended)
|
|
lp1410b01.zip
|
|
|
|
Other information:
|
|
|
|
1.4.10beta01-README.txt
|
|
1.4.10beta01-LICENSE.txt
|
|
|
|
Changes since the last public release (1.4.9):
|
|
|
|
version 1.4.10beta01 [February 21, 2012]
|
|
Removed two useless #ifdef directives from pngread.c and one from pngrutil.c
|
|
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.
|
|
Fixed bug with png_handle_hIST with odd chunk length (Frank Busse).
|
|
|
|
Send comments/corrections/commendations to glennrp at users.sourceforge.net
|
|
or to png-mng-implement at lists.sf.net (subscription required; visit
|
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement).
|
|
|
|
Glenn R-P
|