summaryrefslogtreecommitdiff
path: root/plugins/AdvaImg/src/LibPNG/ANNOUNCE
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-01-03 14:34:48 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-01-03 14:34:48 +0000
commiteb680766d56e815086397361b286fd8055fb5377 (patch)
tree7994cdb0d9077f645ba7fd06bdd2cde32cf599d4 /plugins/AdvaImg/src/LibPNG/ANNOUNCE
parentec61686c3d96f49eb7f40a4208690a0781d63e29 (diff)
FreeImage updated to 3.15.4
removed not used formats git-svn-id: http://svn.miranda-ng.org/main/trunk@2926 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AdvaImg/src/LibPNG/ANNOUNCE')
-rw-r--r--plugins/AdvaImg/src/LibPNG/ANNOUNCE41
1 files changed, 23 insertions, 18 deletions
diff --git a/plugins/AdvaImg/src/LibPNG/ANNOUNCE b/plugins/AdvaImg/src/LibPNG/ANNOUNCE
index e8498a379c..346383d7b9 100644
--- a/plugins/AdvaImg/src/LibPNG/ANNOUNCE
+++ b/plugins/AdvaImg/src/LibPNG/ANNOUNCE
@@ -1,5 +1,5 @@
-Libpng 1.5.9 - February 18, 2012
+Libpng 1.5.13 - September 27, 2012
This is a public release of libpng, intended for use in production codes.
@@ -8,30 +8,35 @@ Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
- libpng-1.5.9.tar.xz (LZMA-compressed, recommended)
- libpng-1.5.9.tar.gz
- libpng-1.5.9.tar.bz2
+ libpng-1.5.13.tar.xz (LZMA-compressed, recommended)
+ libpng-1.5.13.tar.gz
+ libpng-1.5.13.tar.bz2
Source files with CRLF line endings (for Windows), without the
"configure" script
- lpng159.7z (LZMA-compressed, recommended)
- lpng159.zip
+ lpng1513.7z (LZMA-compressed, recommended)
+ lpng1513.zip
Other information:
- libpng-1.5.9-README.txt
- libpng-1.5.9-LICENSE.txt
-
-Changes since the last public release (1.5.8):
-
- Rebuilt configure scripts in the tar distributions.
- Removed two unused definitions from scripts/pnglibconf.h.prebuilt
- Removed some unused arrays (with #ifdef) from png_read_push_finish_row().
- Removed tests for no-longer-used *_EMPTY_PLTE_SUPPORTED from pngstruct.h
- Fixed CVE-2011-3026 buffer overrun bug. Deal more correctly with the test
- on iCCP chunk length. Also removed spurious casts that may hide problems
- on 16-bit systems.
+ libpng-1.5.13-README.txt
+ libpng-1.5.13-LICENSE.txt
+
+Changes since the last public release (1.5.12):
+ Do not compile PNG_DEPRECATED, PNG_ALLOC and PNG_PRIVATE when __GNUC__ < 3.
+ Removed references to png_zalloc() and png_zfree() from the manual.
+ Revised PNG_FP_EXPORT and PNG_FIXED_EXPORT macros to avoid generating
+ lone semicolons (patch ported from libpng-1.6.0beta11).
+ Corrected handling of the image array and the row_pointers array in example.c
+ When png_set_filler is used to strip a filler channel during write, the
+ code prior to 1.5 would ignore the case where the output required an
+ alpha channel or when the output was a palettized PNG. In libpng-1.5 the
+ ignorance was lost and libpng proceeded to strip the channel resulting
+ in a bad (potential memory overwrite) failure later. This reverts
+ the behavior to the pre-1.5 state but issues a warning. libpng-1.6 is
+ expected to issue an error on the erroneous png_set_filler call.
+ Use png_memset() consistently (pngmem.c contained some bare "memset" calls).
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit