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
Glenn Randers-Pehrson 660178760e [libpng12] 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:02:38 -06:00

57 lines
1.6 KiB
Plaintext

Libpng 1.2.48beta01 - February 22, 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
libpng-1.2.48beta01.tar.xz (LZMA-compressed, recommended)
libpng-1.2.48beta01.tar.gz
libpng-1.2.48beta01.tar.bz2
Source files with LF line endings (for Unix/Linux) without the
"configure" script
libpng-1.2.48beta01-no-config.tar.xz (LZMA-compressed, recommended)
libpng-1.2.48beta01-no-config.tar.gz
libpng-1.2.48beta01-no-config.tar.bz2
Source files with CRLF line endings (for Windows), without the
"configure" script
lp1248b01.zip
lp1248b01.7z
lp1248b01.tar.bz2
Project files
libpng-1.2.48beta01-project-netware.zip
libpng-1.2.48beta01-project-wince.zip
Other information:
libpng-1.2.48beta01-README.txt
libpng-1.2.48beta01-KNOWNBUGS.txt
libpng-1.2.48beta01-LICENSE.txt
libpng-1.2.48beta01-Y2K-compliance.txt
libpng-1.2.48beta01-[previous version]-diff.txt
Changes since the last public release (1.2.46):
version 1.2.48beta01 [February 22, 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.
(subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
to subscribe) or to glennrp at users.sourceforge.net
Glenn R-P