mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng15] Revised the SAFE_LIMITS feature to be the same as the feature in
libpng16. Added information about the new limits in the manual.
This commit is contained in:
26
ANNOUNCE
26
ANNOUNCE
@@ -1,5 +1,5 @@
|
||||
|
||||
Libpng 1.5.10beta02 - February 24, 2012
|
||||
Libpng 1.5.10beta01 - February 24, 2012
|
||||
|
||||
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,20 +9,20 @@ Files available for download:
|
||||
Source files with LF line endings (for Unix/Linux) and with a
|
||||
"configure" script
|
||||
|
||||
1.5.10beta02.tar.xz (LZMA-compressed, recommended)
|
||||
1.5.10beta02.tar.gz
|
||||
1.5.10beta02.tar.bz2
|
||||
1.5.10beta01.tar.xz (LZMA-compressed, recommended)
|
||||
1.5.10beta01.tar.gz
|
||||
1.5.10beta01.tar.bz2
|
||||
|
||||
Source files with CRLF line endings (for Windows), without the
|
||||
"configure" script
|
||||
|
||||
lp1510b02.7z (LZMA-compressed, recommended)
|
||||
lp1510b02.zip
|
||||
lp1510b01.7z (LZMA-compressed, recommended)
|
||||
lp1510b01.zip
|
||||
|
||||
Other information:
|
||||
|
||||
1.5.10beta02-README.txt
|
||||
1.5.10beta02-LICENSE.txt
|
||||
1.5.10beta01-README.txt
|
||||
1.5.10beta01-LICENSE.txt
|
||||
|
||||
Changes since the last public release (1.5.9):
|
||||
|
||||
@@ -37,13 +37,9 @@ Version 1.5.10beta01 [February 24, 2012]
|
||||
Fixed bug with png_handle_hIST with odd chunk length (Frank Busse).
|
||||
Added PNG_SAFE_LIMITS feature to pnglibconf.dfa and code in pngconf.h
|
||||
to reset the user limits to safe ones if PNG_SAFE_LIMITS is defined.
|
||||
To enable, use PNG_COPTS=-DPNG_SAFE_LIMITS on the configure command
|
||||
or put #define PNG_SAFE_LIMITS_SUPPORTED in pnglibconf.h.
|
||||
|
||||
Version 1.5.10beta02 [February 24, 2012]
|
||||
Revised pngconf.h to always set the "safe" limits when
|
||||
PNG_SAFE_LIMITS_SUPPORTED is defined, even if pnglibconf.h has
|
||||
been edited to remove the limit definitions.
|
||||
To enable, use "CPPFLAGS=-DPNG_SAFE_LIMITS_SUPPORTED=" on the configure
|
||||
command or put "#define PNG_SAFE_LIMITS_SUPPORTED" in pnglibconf.h.
|
||||
Revised the SAFE_LIMITS feature to be the same as the feature in libpng16.
|
||||
Added information about the new limits in the manual.
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
|
||||
|
||||
Reference in New Issue
Block a user