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.34.tar
This commit is contained in:
84
ANNOUNCE
84
ANNOUNCE
@@ -1,66 +1,52 @@
|
||||
|
||||
Libpng 1.2.34rc01 - December 11, 2008
|
||||
Libpng 1.2.34 - December 18, 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.
|
||||
This is a public release of libpng, intended for use in production codes.
|
||||
|
||||
Files available for download:
|
||||
|
||||
Source files with LF line endings (for Unix/Linux) and with a
|
||||
"configure" script
|
||||
|
||||
libpng-1.2.34rc01.tar.gz
|
||||
libpng-1.2.34rc01.tar.lzma
|
||||
libpng-1.2.34.tar.gz
|
||||
libpng-1.2.34.tar.lzma
|
||||
(Get the lzma codec from <http://tukaani.org/lzma>).
|
||||
libpng-1.2.34rc01.tar.bz2
|
||||
libpng-1.2.34.tar.bz2
|
||||
|
||||
Source files with LF line endings (for Unix/Linux) without the
|
||||
"configure" script
|
||||
|
||||
libpng-1.2.34rc01-no-config.tar.gz
|
||||
libpng-1.2.34rc01-no-config.tar.lzma
|
||||
libpng-1.2.34rc01-no-config.tar.bz2
|
||||
libpng-1.2.34-no-config.tar.gz
|
||||
libpng-1.2.34-no-config.tar.lzma
|
||||
libpng-1.2.34-no-config.tar.bz2
|
||||
|
||||
Source files with CRLF line endings (for Windows), without the
|
||||
"configure" script
|
||||
|
||||
lp1234r01.zip
|
||||
lp1234r01.7z
|
||||
lp1234r01.tar.bz2
|
||||
lpng1234.zip
|
||||
lpng1234.7z
|
||||
lpng1234.tar.bz2
|
||||
|
||||
Project files
|
||||
|
||||
libpng-1.2.34rc01-project-netware.zip
|
||||
libpng-1.2.34rc01-project-wince.zip
|
||||
libpng-1.2.34-project-netware.zip
|
||||
libpng-1.2.34-project-wince.zip
|
||||
|
||||
Other information:
|
||||
|
||||
libpng-1.2.34rc01-README.txt
|
||||
libpng-1.2.34rc01-KNOWNBUGS.txt
|
||||
libpng-1.2.34rc01-LICENSE.txt
|
||||
libpng-1.2.34rc01-Y2K-compliance.txt
|
||||
libpng-1.2.34rc01-[previous version]-diff.txt
|
||||
libpng-1.2.34-README.txt
|
||||
libpng-1.2.34-KNOWNBUGS.txt
|
||||
libpng-1.2.34-LICENSE.txt
|
||||
libpng-1.2.34-Y2K-compliance.txt
|
||||
libpng-1.2.34-[previous version]-diff.txt
|
||||
|
||||
Changes since the last public release (1.2.32):
|
||||
Changes since the last public release (1.2.33):
|
||||
|
||||
version 1.2.33beta01 [October 6, 2008]
|
||||
Revised makefile.darwin to fix shared library numbering.
|
||||
Change png_set_gray_1_2_4_to_8() to png_set_expand_gray_1_2_4_to_8()
|
||||
in example.c (debian bug report)
|
||||
version 1.2.34 [December 18, 2008]
|
||||
|
||||
version 1.2.33rc01 [October 15, 2008]
|
||||
No changes.
|
||||
|
||||
version 1.0.41rc01, version 1.2.33rc02 [October 23, 2008]
|
||||
Changed remaining "key" to "png_ptr->chunkdata" in png_handle_tTXt()
|
||||
to avoid memory leak after memory failure while reading tEXt chunk.`
|
||||
|
||||
version 1.2.33 [October 31, 2008]
|
||||
No changes.
|
||||
|
||||
version 1.2.34beta01 [November 27, 2008]
|
||||
version 1.2.34beta01 [December 18, 2008]
|
||||
Revised png_warning() to write its message on standard output by default
|
||||
when warning_fn is NULL. This was the behavior prior to libpng-1.2.9beta9.
|
||||
when warning_fn is NULL. This was the behavior prior to libpng-1.2.9.
|
||||
Fixed string vs pointer-to-string error in png_check_keyword().
|
||||
Added png_check_cHRM_fixed() in png.c and moved checking from pngget.c,
|
||||
pngrutil.c, and pngwrite.c, and eliminated floating point cHRM checking.
|
||||
@@ -69,41 +55,17 @@ version 1.2.34beta01 [November 27, 2008]
|
||||
check for all-zero coordinates that is detected by the triangle check.
|
||||
Revised png_warning() to write its message on standard output by default
|
||||
when warning_fn is NULL.
|
||||
|
||||
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 11, 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).
|
||||
|
||||
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
|
||||
Added PNG_TRANSFORM_STRIP_FILLER_BEFORE and
|
||||
PNG_TRANSFORM_STRIP_FILLER_AFTER conditionals and deprecated
|
||||
PNG_TRANSFORM_STRIP_FILLER (Jim Barry).
|
||||
|
||||
version 1.2.34rc01 [December 11, 2008]
|
||||
No 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
|
||||
to subscribe) or to glennrp at users.sourceforge.net
|
||||
|
||||
Reference in New Issue
Block a user