Imported from libpng-1.2.6rc5.tar

This commit is contained in:
Glenn Randers-Pehrson
2004-08-10 09:43:42 -05:00
parent 36d7bc7530
commit 8f3dd833d7
54 changed files with 89 additions and 83 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.2.6rc4 - August 10, 2004
Libpng 1.2.6rc5 - August 10, 2004
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.
@@ -108,16 +108,19 @@ version 1.2.6rc2 [August 8, 2004]
Changed "HANDLE_CHUNK_*" to "PNG_HANDLE_CHUNK_*" (Cosmin)
Added "-@/bin/rm -f $(DL)/$(LIBNAME).so.$(PNGMAJ)" to 15 *NIX makefiles.
Added code to update the row_info->colortype in png_do_read_filler() (MSB).
version 1.2.6rc3 [August 10, 2004]
version 1.2.6rc3 [August 9, 2004]
Eliminated use of "abs()" in testing cHRM and gAMA values, to avoid
trouble with some 64-bit compilers. Created PNG_OUT_OF_RANGE() macro.
Revised documentation of png_set_keep_unknown_chunks().
Check handle_as_unknown status in pngpread.c, as in pngread.c previously.
Restore "HANDLE_CHUNK_*" macros, but deprecated, for apps that use them.
Moved "PNG_HANDLE_CHUNK_*" macros out of PNG_INTERNAL section of png.h
Added "rim" definitions for CONST4 and CONST6 in pnggccrd.c
version 1.2.6rc4 [August 10, 2004]
Fixed mistake in pngtest.c introduced in 1.2.6rc2 (declaration of
"pinfo" was out of place).
version 1.2.6rc5 [August 10, 2004]
Moved "PNG_HANDLE_CHUNK_*" macros out of PNG_ASSEMBLER_CODE_SUPPORTED
section of png.h where they were inadvertently placed in version rc3.
Send comments/corrections/commendations to
png-implement@ccrc.wustl.edu or to glennrp@users.sourceforge.net