mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Fixed a number of problems with 64-bit compilation reported by Visual
Studio 2010 (John Bowler).
This commit is contained in:
8
ANNOUNCE
8
ANNOUNCE
@@ -1,5 +1,5 @@
|
||||
|
||||
Libpng 1.5.0beta47 - August 28, 2010
|
||||
Libpng 1.5.0beta47 - September 11, 2010
|
||||
|
||||
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.
|
||||
@@ -226,7 +226,7 @@ version 1.5.0beta24 [May 7, 2010]
|
||||
offset of the png_ptr->rowbuf pointer into png_ptr->big_row_buf.
|
||||
Added more blank lines for readability.
|
||||
|
||||
version 1.5.0beta25 [August 28, 2010]
|
||||
version 1.5.0beta25 [September 11, 2010]
|
||||
In pngpread.c: png_push_have_row() add check for new_row > height
|
||||
Removed the now-redundant check for out-of-bounds new_row from example.c
|
||||
|
||||
@@ -393,7 +393,9 @@ Version 1.5.0beta46 [August 28, 2010]
|
||||
Added PNG_READ_16BIT, PNG_WRITE_16BIT, and PNG_16BIT options.
|
||||
Added reference to scripts/pnglibconf.h.prebuilt in the visualc71 project.
|
||||
|
||||
Version 1.5.0beta47 [August 28, 2010]
|
||||
Version 1.5.0beta47 [September 11, 2010]
|
||||
Fixed a number of problems with 64-bit compilation reported by Visual
|
||||
Studio 2010 (John Bowler).
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
|
||||
(subscription required; visit
|
||||
|
||||
Reference in New Issue
Block a user