mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Updated CHANGES and ANNOUNCE.
This commit is contained in:
8
ANNOUNCE
8
ANNOUNCE
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Libpng 1.5.1beta11 - January 27, 2011
|
Libpng 1.5.1beta11 - January 28, 2011
|
||||||
|
|
||||||
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.
|
||||||
@@ -108,8 +108,12 @@ Version 1.5.1beta10 [January 27, 2010]
|
|||||||
Made the manual, synopses, and function prototypes use the function
|
Made the manual, synopses, and function prototypes use the function
|
||||||
argument names file_gamma, int_file_gamma, and srgb_intent consistently.
|
argument names file_gamma, int_file_gamma, and srgb_intent consistently.
|
||||||
|
|
||||||
Version 1.5.1beta11 [January 27, 2011]
|
Version 1.5.1beta11 [January 28, 2011]
|
||||||
Changed PNG_UNUSED from "param=param;" to "{if(param){}}".
|
Changed PNG_UNUSED from "param=param;" to "{if(param){}}".
|
||||||
|
Corrected local variable type in new API png_process_data_skip()
|
||||||
|
The type was self-evidently incorrect but only causes problems on 64 bit
|
||||||
|
architectures.
|
||||||
|
Added transform tests to pngvalid and simplified the arguments.
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
6
CHANGES
6
CHANGES
@@ -3224,8 +3224,12 @@ Version 1.5.1beta10 [January 27, 2010]
|
|||||||
Made the manual, synopses, and function prototypes use the function
|
Made the manual, synopses, and function prototypes use the function
|
||||||
argument names file_gamma, int_file_gamma, and srgb_intent consistently.
|
argument names file_gamma, int_file_gamma, and srgb_intent consistently.
|
||||||
|
|
||||||
Version 1.5.1beta11 [January 27, 2011]
|
Version 1.5.1beta11 [January 28, 2011]
|
||||||
Changed PNG_UNUSED from "param=param;" to "{if(param){}}".
|
Changed PNG_UNUSED from "param=param;" to "{if(param){}}".
|
||||||
|
Corrected local variable type in new API png_process_data_skip()
|
||||||
|
The type was self-evidently incorrect but only causes problems on 64 bit
|
||||||
|
architectures.
|
||||||
|
Added transform tests to pngvalid and simplified the arguments.
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user