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

57 lines
1.5 KiB
Plaintext
Raw Normal View History

1998-04-21 20:03:57 +00:00
2009-02-14 21:59:43 +00:00
Libpng 1.2.35 - February 14, 2009
1998-04-21 20:03:57 +00:00
2009-02-14 21:59:43 +00:00
This is a public release of libpng, intended for use in production codes.
1998-04-21 20:03:57 +00:00
2006-02-22 15:19:25 +00:00
Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
2009-02-14 21:59:43 +00:00
libpng-1.2.35.tar.gz
libpng-1.2.35.tar.lzma
2008-02-01 03:27:55 +00:00
(Get the lzma codec from <http://tukaani.org/lzma>).
2009-02-14 21:59:43 +00:00
libpng-1.2.35.tar.bz2
2006-03-31 11:29:33 +00:00
Source files with LF line endings (for Unix/Linux) without the
"configure" script
2009-02-14 21:59:43 +00:00
libpng-1.2.35-no-config.tar.gz
libpng-1.2.35-no-config.tar.lzma
libpng-1.2.35-no-config.tar.bz2
2006-02-22 15:19:25 +00:00
Source files with CRLF line endings (for Windows), without the
"configure" script
2009-02-14 21:59:43 +00:00
lpng1235.zip
lpng1235.7z
lpng1235.tar.bz2
2006-02-22 15:19:25 +00:00
Project files
2009-02-14 21:59:43 +00:00
libpng-1.2.35-project-netware.zip
libpng-1.2.35-project-wince.zip
2006-02-22 15:19:25 +00:00
Other information:
2009-02-14 21:59:43 +00:00
libpng-1.2.35-README.txt
libpng-1.2.35-KNOWNBUGS.txt
libpng-1.2.35-LICENSE.txt
libpng-1.2.35-Y2K-compliance.txt
libpng-1.2.35-[previous version]-diff.txt
2008-08-19 02:25:39 +00:00
2009-02-04 20:38:51 +00:00
Changes since the last public release (1.2.34):
2008-08-19 02:25:39 +00:00
2009-02-14 21:59:43 +00:00
version 1.2.35 [February 14, 2009]
2009-02-04 19:11:41 +00:00
2009-02-14 21:59:43 +00:00
Zero out all arrays of pointers after png_malloc(). (Tavis Ormandy)
2009-02-06 05:05:02 +00:00
Use png_memset() instead of a loop to intialize pointers. We realize
this will not work on platforms where the NULL pointer is not all zeroes.
2009-02-04 19:11:41 +00:00
2008-08-21 10:54:29 +00:00
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
2006-02-21 04:09:05 +00:00
(subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
to subscribe) or to glennrp at users.sourceforge.net
1998-04-21 20:03:57 +00:00
1998-12-29 17:47:59 +00:00
Glenn R-P