mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Imported from libpng-1.2.34beta05.tar
This commit is contained in:
47
ANNOUNCE
47
ANNOUNCE
@@ -1,5 +1,5 @@
|
||||
|
||||
Libpng 1.2.34beta04 - December 1, 2008
|
||||
Libpng 1.2.34beta05 - December 5, 2008
|
||||
|
||||
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,37 +9,37 @@ Files available for download:
|
||||
Source files with LF line endings (for Unix/Linux) and with a
|
||||
"configure" script
|
||||
|
||||
libpng-1.2.34beta04.tar.gz
|
||||
libpng-1.2.34beta04.tar.lzma
|
||||
libpng-1.2.34beta05.tar.gz
|
||||
libpng-1.2.34beta05.tar.lzma
|
||||
(Get the lzma codec from <http://tukaani.org/lzma>).
|
||||
libpng-1.2.34beta04.tar.bz2
|
||||
libpng-1.2.34beta05.tar.bz2
|
||||
|
||||
Source files with LF line endings (for Unix/Linux) without the
|
||||
"configure" script
|
||||
|
||||
libpng-1.2.34beta04-no-config.tar.gz
|
||||
libpng-1.2.34beta04-no-config.tar.lzma
|
||||
libpng-1.2.34beta04-no-config.tar.bz2
|
||||
libpng-1.2.34beta05-no-config.tar.gz
|
||||
libpng-1.2.34beta05-no-config.tar.lzma
|
||||
libpng-1.2.34beta05-no-config.tar.bz2
|
||||
|
||||
Source files with CRLF line endings (for Windows), without the
|
||||
"configure" script
|
||||
|
||||
lp1234b04.zip
|
||||
lp1234b04.7z
|
||||
lp1234b04.tar.bz2
|
||||
lp1234b05.zip
|
||||
lp1234b05.7z
|
||||
lp1234b05.tar.bz2
|
||||
|
||||
Project files
|
||||
|
||||
libpng-1.2.34beta04-project-netware.zip
|
||||
libpng-1.2.34beta04-project-wince.zip
|
||||
libpng-1.2.34beta05-project-netware.zip
|
||||
libpng-1.2.34beta05-project-wince.zip
|
||||
|
||||
Other information:
|
||||
|
||||
libpng-1.2.34beta04-README.txt
|
||||
libpng-1.2.34beta04-KNOWNBUGS.txt
|
||||
libpng-1.2.34beta04-LICENSE.txt
|
||||
libpng-1.2.34beta04-Y2K-compliance.txt
|
||||
libpng-1.2.34beta04-[previous version]-diff.txt
|
||||
libpng-1.2.34beta05-README.txt
|
||||
libpng-1.2.34beta05-KNOWNBUGS.txt
|
||||
libpng-1.2.34beta05-LICENSE.txt
|
||||
libpng-1.2.34beta05-Y2K-compliance.txt
|
||||
libpng-1.2.34beta05-[previous version]-diff.txt
|
||||
|
||||
Changes since the last public release (1.2.32):
|
||||
|
||||
@@ -74,10 +74,23 @@ version 1.2.34beta02 [November 28, 2008]
|
||||
Corrected off-by-one error in bKGD validity check in png_write_bKGD()
|
||||
and in png_handle_bKGD().
|
||||
|
||||
version 1.2.34beta03 [December 5, 2008]
|
||||
Revised bKGD validity check to use >= x instead of > x + 1
|
||||
Merged with png_debug from libpng-1.4.0 to remove newlines.
|
||||
|
||||
version 1.2.34beta03 [December 1, 2008]
|
||||
Revised bKGD validity check to use >= x instead of > x + 1
|
||||
Merged with png_debug from libpng-1.4.0 to remove newlines.
|
||||
|
||||
version 1.2.34beta04 [December 2, 2008]
|
||||
More merging with png_debug from libpng-1.4.0 to remove newlines.
|
||||
|
||||
version 1.2.34beta05 [December 5, 2008]
|
||||
Removed redundant check for key==NULL before calling png_check_keyword()
|
||||
to ensure that new_key gets initialized and removed extra warning
|
||||
(Arvan Pritchard).
|
||||
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
|
||||
(subscription required; visit
|
||||
|
||||
Reference in New Issue
Block a user