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.34beta07.tar
This commit is contained in:
41
ANNOUNCE
41
ANNOUNCE
@@ -1,5 +1,5 @@
|
||||
|
||||
Libpng 1.2.34beta06 - December 9, 2008
|
||||
Libpng 1.2.34beta07 - December 10, 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.34beta06.tar.gz
|
||||
libpng-1.2.34beta06.tar.lzma
|
||||
libpng-1.2.34beta07.tar.gz
|
||||
libpng-1.2.34beta07.tar.lzma
|
||||
(Get the lzma codec from <http://tukaani.org/lzma>).
|
||||
libpng-1.2.34beta06.tar.bz2
|
||||
libpng-1.2.34beta07.tar.bz2
|
||||
|
||||
Source files with LF line endings (for Unix/Linux) without the
|
||||
"configure" script
|
||||
|
||||
libpng-1.2.34beta06-no-config.tar.gz
|
||||
libpng-1.2.34beta06-no-config.tar.lzma
|
||||
libpng-1.2.34beta06-no-config.tar.bz2
|
||||
libpng-1.2.34beta07-no-config.tar.gz
|
||||
libpng-1.2.34beta07-no-config.tar.lzma
|
||||
libpng-1.2.34beta07-no-config.tar.bz2
|
||||
|
||||
Source files with CRLF line endings (for Windows), without the
|
||||
"configure" script
|
||||
|
||||
lp1234b06.zip
|
||||
lp1234b06.7z
|
||||
lp1234b06.tar.bz2
|
||||
lp1234b07.zip
|
||||
lp1234b07.7z
|
||||
lp1234b07.tar.bz2
|
||||
|
||||
Project files
|
||||
|
||||
libpng-1.2.34beta06-project-netware.zip
|
||||
libpng-1.2.34beta06-project-wince.zip
|
||||
libpng-1.2.34beta07-project-netware.zip
|
||||
libpng-1.2.34beta07-project-wince.zip
|
||||
|
||||
Other information:
|
||||
|
||||
libpng-1.2.34beta06-README.txt
|
||||
libpng-1.2.34beta06-KNOWNBUGS.txt
|
||||
libpng-1.2.34beta06-LICENSE.txt
|
||||
libpng-1.2.34beta06-Y2K-compliance.txt
|
||||
libpng-1.2.34beta06-[previous version]-diff.txt
|
||||
libpng-1.2.34beta07-README.txt
|
||||
libpng-1.2.34beta07-KNOWNBUGS.txt
|
||||
libpng-1.2.34beta07-LICENSE.txt
|
||||
libpng-1.2.34beta07-Y2K-compliance.txt
|
||||
libpng-1.2.34beta07-[previous version]-diff.txt
|
||||
|
||||
Changes since the last public release (1.2.32):
|
||||
|
||||
@@ -74,7 +74,7 @@ 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 9, 2008]
|
||||
version 1.2.34beta03 [December 10, 2008]
|
||||
Revised bKGD validity check to use >= x instead of > x + 1
|
||||
Merged with png_debug from libpng-1.4.0 to remove newlines.
|
||||
|
||||
@@ -94,6 +94,11 @@ version 1.2.34beta06 [December 9, 2008]
|
||||
In png_write_png(), respect the placement of the filler bytes in an earlier
|
||||
call to png_set_filler() (Jim Barry).
|
||||
|
||||
version 1.2.34beta07 [December 10, 2008]
|
||||
Undid previous change and added PNG_TRANSFORM_STRIP_FILLER_BEFORE and
|
||||
PNG_TRANSFORM_STRIP_FILLER_AFTER conditionals and deprecated
|
||||
PNG_TRANSFORM_STRIP_FILLER (Jim Barry).
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
|
||||
(subscription required; visit
|
||||
|
||||
Reference in New Issue
Block a user