mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Add palette support to the simplified APIs. This commit
changes some of the macro definitions in png.h, app code may need corresponding changes.
This commit is contained in:
committed by
Glenn Randers-Pehrson
parent
da1c5ca65a
commit
04336ba10f
21
ANNOUNCE
21
ANNOUNCE
@@ -1,5 +1,5 @@
|
||||
|
||||
Libpng 1.6.0beta05 - January 15, 2012
|
||||
Libpng 1.6.0beta06 - January 16, 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.6.0beta05.tar.xz (LZMA-compressed, recommended)
|
||||
1.6.0beta05.tar.gz
|
||||
1.6.0beta05.tar.bz2
|
||||
1.6.0beta06.tar.xz (LZMA-compressed, recommended)
|
||||
1.6.0beta06.tar.gz
|
||||
1.6.0beta06.tar.bz2
|
||||
|
||||
Source files with CRLF line endings (for Windows), without the
|
||||
"configure" script
|
||||
|
||||
lp160b05.7z (LZMA-compressed, recommended)
|
||||
lp160b05.zip
|
||||
lp160b06.7z (LZMA-compressed, recommended)
|
||||
lp160b06.zip
|
||||
|
||||
Other information:
|
||||
|
||||
1.6.0beta05-README.txt
|
||||
1.6.0beta05-LICENSE.txt
|
||||
1.6.0beta06-README.txt
|
||||
1.6.0beta06-LICENSE.txt
|
||||
|
||||
Changes since the last public release (1.5.7):
|
||||
|
||||
@@ -109,6 +109,11 @@ Version 1.6.0beta05 [January 15, 2012]
|
||||
Fix bug in pngerror.c: some long warnings were being improperly truncated
|
||||
(bug introduced in libpng-1.5.3beta05).
|
||||
|
||||
Version 1.6.0beta06 [January 16, 2012]
|
||||
Add palette support to the simplified APIs. This commit
|
||||
changes some of the macro definitions in png.h, app code
|
||||
may need corresponding changes.
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
(subscription required; visit
|
||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
||||
|
||||
Reference in New Issue
Block a user