In contrib/pngminim, #define PNG_NO_READ|WRITE_SWAP in pngusr.h
This commit is contained in:
parent
4bb4d01681
commit
45ae51743b
26
ANNOUNCE
26
ANNOUNCE
@ -1,5 +1,5 @@
|
||||
|
||||
Libpng 1.4.0beta61 - May 20, 2009
|
||||
Libpng 1.4.0beta62 - May 29, 2009
|
||||
|
||||
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.
|
||||
@ -9,27 +9,27 @@ Files available for download:
|
||||
Source files with LF line endings (for Unix/Linux) and with a
|
||||
"configure" script
|
||||
|
||||
1.4.0beta61.tar.gz
|
||||
1.4.0beta61.tar.bz2
|
||||
1.4.0beta62.tar.gz
|
||||
1.4.0beta62.tar.bz2
|
||||
|
||||
Source files with LF line endings (for Unix/Linux) without the
|
||||
"configure" script
|
||||
|
||||
1.4.0beta61-no-config.tar.gz
|
||||
1.4.0beta61-no-config.tar.bz2
|
||||
1.4.0beta62-no-config.tar.gz
|
||||
1.4.0beta62-no-config.tar.bz2
|
||||
|
||||
Source files with CRLF line endings (for Windows), without the
|
||||
"configure" script
|
||||
|
||||
lp140b61.zip
|
||||
lp140b61.tar.bz2
|
||||
lp140b62.zip
|
||||
lp140b62.tar.bz2
|
||||
|
||||
Other information:
|
||||
|
||||
1.4.0beta61-README.txt
|
||||
1.4.0beta61-KNOWNBUGS.txt
|
||||
1.4.0beta61-LICENSE.txt
|
||||
1.4.0beta61-Y2K-compliance.txt
|
||||
1.4.0beta62-README.txt
|
||||
1.4.0beta62-KNOWNBUGS.txt
|
||||
1.4.0beta62-LICENSE.txt
|
||||
1.4.0beta62-Y2K-compliance.txt
|
||||
|
||||
Changes since the last public release (1.2.10):
|
||||
|
||||
@ -466,6 +466,10 @@ version 1.4.0beta61 [May 20, 2009]
|
||||
accordingly.
|
||||
More reformatting of comments, mostly to capitalize sentences.
|
||||
|
||||
version 1.4.0beta62 [May 29, 2009]
|
||||
Added "#define PNG_NO_WRITE_SWAP" to contrib/pngminim/encoder/pngusr.h
|
||||
and "define PNG_NO_READ_SWAP" to decoder/pngusr.h and preader/pngusr.h
|
||||
|
||||
version 1.4.0betaN [future]
|
||||
Build shared libraries with -lz and sometimes -lm.
|
||||
|
||||
|
4
CHANGES
4
CHANGES
@ -2143,6 +2143,10 @@ version 1.4.0beta61 [May 20, 2009]
|
||||
accordingly.
|
||||
More reformatting of comments, mostly to capitalize sentences.
|
||||
|
||||
version 1.4.0beta62 [May 29, 2009]
|
||||
Added "#define PNG_NO_WRITE_SWAP" to contrib/pngminim/encoder/pngusr.h
|
||||
and "define PNG_NO_READ_SWAP" to decoder/pngusr.h and preader/pngusr.h
|
||||
|
||||
version 1.4.0betaN [future]
|
||||
Build shared libraries with -lz and sometimes -lm.
|
||||
|
||||
|
@ -30,6 +30,7 @@
|
||||
#define PNG_NO_READ_PACK
|
||||
#define PNG_NO_READ_PACKSWAP
|
||||
#define PNG_NO_READ_FILLER
|
||||
#define PNG_NO_READ_SWAP
|
||||
#define PNG_NO_READ_SWAP_ALPHA
|
||||
#define PNG_NO_READ_INVERT_ALPHA
|
||||
#define PNG_NO_READ_RGB_TO_GRAY
|
||||
|
@ -26,6 +26,7 @@
|
||||
#define PNG_NO_WRITE_PACK
|
||||
#define PNG_NO_WRITE_PACKSWAP
|
||||
#define PNG_NO_WRITE_FILLER
|
||||
#define PNG_NO_WRITE_SWAP
|
||||
#define PNG_NO_WRITE_SWAP_ALPHA
|
||||
#define PNG_NO_WRITE_INVERT_ALPHA
|
||||
#define PNG_NO_WRITE_RGB_TO_GRAY
|
||||
|
@ -24,6 +24,7 @@
|
||||
#define PNG_NO_READ_PACK
|
||||
#define PNG_NO_READ_PACKSWAP
|
||||
#define PNG_NO_READ_FILLER
|
||||
#define PNG_NO_READ_SWAP
|
||||
#define PNG_NO_READ_SWAP_ALPHA
|
||||
#define PNG_NO_READ_INVERT_ALPHA
|
||||
#define PNG_NO_READ_RGB_TO_GRAY
|
||||
|
Loading…
Reference in New Issue
Block a user