This repository has been archived on 2023-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
libpng/ANNOUNCE

75 lines
2.1 KiB
Plaintext
Raw Normal View History

1998-04-21 15:03:57 -05:00
2006-11-20 07:55:23 -06:00
Libpng 1.2.14rc1 - November 20, 2006
1998-04-21 15:03:57 -05:00
2006-11-16 20:51:41 -06:00
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.
1998-04-21 15:03:57 -05:00
2006-02-22 09:19:25 -06:00
Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
2006-11-20 07:55:23 -06:00
libpng-1.2.14rc1.tar.gz
libpng-1.2.14rc1.tar.bz2
2006-03-31 05:29:33 -06:00
Source files with LF line endings (for Unix/Linux) without the
"configure" script
2006-11-20 07:55:23 -06:00
libpng-1.2.14rc1-no-config.tar.gz
libpng-1.2.14rc1-no-config.tar.bz2
2006-02-22 09:19:25 -06:00
Source files with CRLF line endings (for Windows), without the
"configure" script
2006-11-20 07:55:23 -06:00
lp1214r01.zip
lp1214r01.tar.bz2
2006-02-22 09:19:25 -06:00
Project files
2006-11-20 07:55:23 -06:00
libpng-1.2.14rc1-project-netware.zip
libpng-1.2.14rc1-project-wince.zip
2006-02-22 09:19:25 -06:00
Other information:
2006-11-20 07:55:23 -06:00
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
2006-04-15 06:37:45 -05:00
2006-11-07 20:09:46 -06:00
Changes since the last public release (1.2.12):
2006-06-14 20:23:46 -05:00
2006-11-16 20:51:41 -06:00
version 1.2.13beta1 [October 2, 2006]
2006-10-02 13:35:48 -05:00
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.
2006-11-15 06:51:50 -06:00
Detect and fix attempt to write wrong iCCP profile length.
2006-11-16 20:51:41 -06:00
version 1.0.21rc1.2.13rc1 [November 10, 2006]
2006-11-15 06:51:50 -06:00
Fix potential buffer overflow in sPLT chunk handler.
2006-11-16 20:51:41 -06:00
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]
2006-11-13 14:14:21 -06:00
Check all exported functions for NULL png_ptr.
2006-11-16 20:51:41 -06:00
version 1.0.21, 1.2.13 [November 15, 2006]
No changes.
2006-11-20 07:55:23 -06:00
version 1.2.14beta1 [November 20, 2006]
2006-11-16 20:51:41 -06:00
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
2006-11-20 07:55:23 -06:00
version 1.2.14beta2 [November 20, 2006]
2006-11-17 09:39:07 -06:00
Added some typecasts in png_zalloc().
2006-11-20 07:55:23 -06:00
version 1.2.14beta3 [November 20, 2006]
Changed "strtod" to "png_strtod" in pngrutil.c
2006-02-20 22:09:05 -06:00
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
1998-04-21 15:03:57 -05:00
1998-12-29 11:47:59 -06:00
Glenn R-P