[libpng16] Added "PNG_SET_OPTION" requirement for sRGB chunk support to
pnglibconf.dfa, needed for write-only support (John Bowler).
This commit is contained in:
parent
33ebeec0b5
commit
83ae6fc266
6
ANNOUNCE
6
ANNOUNCE
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Libpng 1.6.13beta01 - June 13, 2014
|
Libpng 1.6.13beta01 - June 22, 2014
|
||||||
|
|
||||||
This is not intended to be a public release. It will be replaced
|
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.
|
within a few weeks by a public version or by another test version.
|
||||||
@ -26,12 +26,14 @@ Other information:
|
|||||||
|
|
||||||
Changes since the last public release (1.6.13):
|
Changes since the last public release (1.6.13):
|
||||||
|
|
||||||
Version 1.6.13beta01 [June 13, 2014]
|
Version 1.6.13beta01 [June 22, 2014]
|
||||||
Quieted -Wsign-compare and -Wclobber compiler warnings in
|
Quieted -Wsign-compare and -Wclobber compiler warnings in
|
||||||
contrib/pngminus/*.c
|
contrib/pngminus/*.c
|
||||||
Added "(void) png_ptr;" where needed in contrib/gregbook to quiet
|
Added "(void) png_ptr;" where needed in contrib/gregbook to quiet
|
||||||
compiler complaints about unused pointers.
|
compiler complaints about unused pointers.
|
||||||
Split a long output string in contrib/gregbook/rpng2-x.c.
|
Split a long output string in contrib/gregbook/rpng2-x.c.
|
||||||
|
Added "PNG_SET_OPTION" requirement for sRGB chunk support to pnglibconf.dfa,
|
||||||
|
Needed for write-only support (John Bowler).
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
4
CHANGES
4
CHANGES
@ -4940,12 +4940,14 @@ Version 1.6.12rc03 [June 8, 2014]
|
|||||||
Version 1.6.12 [June 12, 2014]
|
Version 1.6.12 [June 12, 2014]
|
||||||
No changes.
|
No changes.
|
||||||
|
|
||||||
Version 1.6.13beta01 [June 13, 2014]
|
Version 1.6.13beta01 [June 22, 2014]
|
||||||
Quieted -Wsign-compare and -Wclobber compiler warnings in
|
Quieted -Wsign-compare and -Wclobber compiler warnings in
|
||||||
contrib/pngminus/*.c
|
contrib/pngminus/*.c
|
||||||
Added "(void) png_ptr;" where needed in contrib/gregbook to quiet
|
Added "(void) png_ptr;" where needed in contrib/gregbook to quiet
|
||||||
compiler complaints about unused pointers.
|
compiler complaints about unused pointers.
|
||||||
Split a long output string in contrib/gregbook/rpng2-x.c.
|
Split a long output string in contrib/gregbook/rpng2-x.c.
|
||||||
|
Added "PNG_SET_OPTION" requirement for sRGB chunk support to pnglibconf.dfa,
|
||||||
|
Needed for write-only support (John Bowler).
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
@ -721,7 +721,7 @@ chunk pHYs
|
|||||||
chunk sBIT
|
chunk sBIT
|
||||||
chunk sCAL
|
chunk sCAL
|
||||||
chunk sPLT
|
chunk sPLT
|
||||||
chunk sRGB enables COLORSPACE, GAMMA
|
chunk sRGB enables COLORSPACE, GAMMA, SET_OPTION
|
||||||
chunk tEXt requires TEXT
|
chunk tEXt requires TEXT
|
||||||
chunk tIME
|
chunk tIME
|
||||||
chunk tRNS
|
chunk tRNS
|
||||||
|
Loading…
Reference in New Issue
Block a user