mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng15] Removed unused PNG_SET_CHUNK_[CACHE|MALLOC]_LIMIT_SUPPORTED definitions
from pnglibconf.h.prebuilt (Andrew Church).
This commit is contained in:
parent
4925a28f6d
commit
e985b95d65
6
ANNOUNCE
6
ANNOUNCE
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Libpng 1.5.23beta01 - March 26, 2015
|
Libpng 1.5.23beta01 - March 27, 2015
|
||||||
|
|
||||||
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.
|
||||||
@ -27,6 +27,10 @@ Other information:
|
|||||||
|
|
||||||
Changes since the last public release (1.5.22):
|
Changes since the last public release (1.5.22):
|
||||||
|
|
||||||
|
Version 1.5.23beta01 [March 27, 2015]
|
||||||
|
Removed unused PNG_SET_CHUNK_[CACHE|MALLOC]_LIMIT_SUPPORTED definitions
|
||||||
|
from pnglibconf.h.prebuilt (Andrew Church).
|
||||||
|
|
||||||
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
|
||||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
||||||
|
|||||||
4
CHANGES
4
CHANGES
@ -4334,7 +4334,9 @@ Version 1.5.22rc04 [March 16, 2015]
|
|||||||
Version 1.5.22 [March 26, 2015]
|
Version 1.5.22 [March 26, 2015]
|
||||||
No changes.
|
No changes.
|
||||||
|
|
||||||
Version 1.5.23beta01 [March 26, 2015]
|
Version 1.5.23beta01 [March 27, 2015]
|
||||||
|
Removed unused PNG_SET_CHUNK_[CACHE|MALLOC]_LIMIT_SUPPORTED definitions
|
||||||
|
from pnglibconf.h.prebuilt (Andrew Church).
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/* 1.5.23beta01 STANDARD API DEFINITION */
|
/* 1.5.23beta01 STANDARD API DEFINITION */
|
||||||
/* pnglibconf.h - library build configuration */
|
/* pnglibconf.h - library build configuration */
|
||||||
|
|
||||||
/* libpng version 1.5.23beta01 - March 26, 2015 */
|
/* libpng version 1.5.23beta01 - March 27, 2015 */
|
||||||
|
|
||||||
/* Copyright (c) 1998-2013 Glenn Randers-Pehrson */
|
/* Copyright (c) 1998-2013 Glenn Randers-Pehrson */
|
||||||
|
|
||||||
@ -95,8 +95,6 @@
|
|||||||
#define PNG_SAVE_INT_32_SUPPORTED
|
#define PNG_SAVE_INT_32_SUPPORTED
|
||||||
#define PNG_SEQUENTIAL_READ_SUPPORTED
|
#define PNG_SEQUENTIAL_READ_SUPPORTED
|
||||||
#define PNG_SETJMP_SUPPORTED
|
#define PNG_SETJMP_SUPPORTED
|
||||||
#define PNG_SET_CHUNK_CACHE_LIMIT_SUPPORTED
|
|
||||||
#define PNG_SET_CHUNK_MALLOC_LIMIT_SUPPORTED
|
|
||||||
/*#undef PNG_SET_OPTION_SUPPORTED*/
|
/*#undef PNG_SET_OPTION_SUPPORTED*/
|
||||||
#define PNG_SET_USER_LIMITS_SUPPORTED
|
#define PNG_SET_USER_LIMITS_SUPPORTED
|
||||||
#define PNG_STDIO_SUPPORTED
|
#define PNG_STDIO_SUPPORTED
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user