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.14.tar
This commit is contained in:
53
ANNOUNCE
53
ANNOUNCE
@@ -1,69 +1,48 @@
|
||||
|
||||
Libpng 1.2.14rc1 - November 20, 2006
|
||||
Libpng 1.2.14 - November 28, 2006
|
||||
|
||||
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.14rc1.tar.gz
|
||||
libpng-1.2.14rc1.tar.bz2
|
||||
libpng-1.2.14.tar.gz
|
||||
libpng-1.2.14.tar.bz2
|
||||
|
||||
Source files with LF line endings (for Unix/Linux) without the
|
||||
"configure" script
|
||||
|
||||
libpng-1.2.14rc1-no-config.tar.gz
|
||||
libpng-1.2.14rc1-no-config.tar.bz2
|
||||
libpng-1.2.14-no-config.tar.gz
|
||||
libpng-1.2.14-no-config.tar.bz2
|
||||
|
||||
Source files with CRLF line endings (for Windows), without the
|
||||
"configure" script
|
||||
|
||||
lp1214r01.zip
|
||||
lp1214r01.tar.bz2
|
||||
lpng1214.zip
|
||||
lpng1214.tar.bz2
|
||||
|
||||
Project files
|
||||
|
||||
libpng-1.2.14rc1-project-netware.zip
|
||||
libpng-1.2.14rc1-project-wince.zip
|
||||
libpng-1.2.14-project-netware.zip
|
||||
libpng-1.2.14-project-wince.zip
|
||||
|
||||
Other information:
|
||||
|
||||
libpng-1.2.14rc1-README.txt
|
||||
libpng-1.2.14rc1-KNOWNBUGS.txt
|
||||
libpng-1.2.14rc1-LICENSE.txt
|
||||
libpng-1.2.14rc1-Y2K-compliance.txt
|
||||
libpng-1.2.14-README.txt
|
||||
libpng-1.2.14-KNOWNBUGS.txt
|
||||
libpng-1.2.14-LICENSE.txt
|
||||
libpng-1.2.14-Y2K-compliance.txt
|
||||
|
||||
Changes since the last public release (1.2.12):
|
||||
Changes since the last public release (1.2.13):
|
||||
|
||||
version 1.2.13beta1 [October 2, 2006]
|
||||
Removed AC_FUNC_MALLOC from configure.ac
|
||||
Work around Intel-Mac compiler bug by setting PNG_NO_MMX_CODE in pngconf.h
|
||||
Change "logical" to "bitwise" throughout documentation.
|
||||
Detect and fix attempt to write wrong iCCP profile length.
|
||||
version 1.2.14 [November 28, 2006]
|
||||
|
||||
version 1.0.21rc1.2.13rc1 [November 10, 2006]
|
||||
Fix potential buffer overflow in sPLT chunk handler.
|
||||
Fix Makefile.am to not try to link to noexistent files.
|
||||
Fix pngerror.c to not use NULL png_ptr.
|
||||
|
||||
version 1.0.21rc2, 1.2.13rc2 [November 13, 2006]
|
||||
Check all exported functions for NULL png_ptr.
|
||||
|
||||
version 1.0.21, 1.2.13 [November 15, 2006]
|
||||
No changes.
|
||||
|
||||
version 1.2.14beta1 [November 20, 2006]
|
||||
Relocated three misplaced tests for NULL png_ptr.
|
||||
Built Makefile.in with automake-1.9.6 instead of 1.9.2.
|
||||
Build configure with autoconf-2.60 instead of 2.59
|
||||
|
||||
version 1.2.14beta2 [November 20, 2006]
|
||||
Added some typecasts in png_zalloc().
|
||||
|
||||
version 1.2.14beta3 [November 20, 2006]
|
||||
Changed "strtod" to "png_strtod" in pngrutil.c
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
|
||||
Reference in New Issue
Block a user