mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Suppressed some warnings from the Borland C++ 5.5.1/5.82 compiler
(Bug report by Viktor Szaka'ts). Several warnings remain and are unavoidable, where we test for overflow.
This commit is contained in:
9
ANNOUNCE
9
ANNOUNCE
@@ -1,4 +1,4 @@
|
||||
Libpng 1.6.19beta01 - July 26, 2015
|
||||
Libpng 1.6.19beta01 - July 29, 2015
|
||||
|
||||
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.
|
||||
@@ -25,13 +25,18 @@ Other information:
|
||||
|
||||
Changes since the last public release (1.6.18):
|
||||
|
||||
Version 1.6.19beta01 [July 26, 2015]
|
||||
Version 1.6.19beta01 [July 29, 2015]
|
||||
|
||||
Updated obsolete information about the simplified API macros in the
|
||||
manual pages (Bug report by Arc Riley).
|
||||
Avoid potentially dereferencing NULL info_ptr in png_info_init_3().
|
||||
Rearranged png.h to put the major sections in the same order as
|
||||
in libpng17.
|
||||
Eliminated unused PNG_COST_SHIFT, PNG_WEIGHT_SHIFT, PNG_COST_FACTOR, and
|
||||
PNG_WEIGHT_FACTOR macros.
|
||||
Suppressed some warnings from the Borland C++ 5.5.1/5.82 compiler
|
||||
(Bug report by Viktor Szaka'ts). Several warnings remain and are
|
||||
unavoidable, where we test for overflow.
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
(subscription required; visit
|
||||
|
||||
Reference in New Issue
Block a user