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

64 lines
1.9 KiB
Plaintext
Raw Normal View History

1998-04-21 20:03:57 +00:00
2009-05-16 01:53:04 +00:00
Libpng 1.2.37beta02 - May 15, 2009
1998-04-21 20:03:57 +00: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 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-05-16 01:53:04 +00:00
libpng-1.2.37beta02.tar.gz
libpng-1.2.37beta02.tar.lzma
2008-02-01 03:27:55 +00:00
(Get the lzma codec from <http://tukaani.org/lzma>).
2009-05-16 01:53:04 +00:00
libpng-1.2.37beta02.tar.bz2
2006-03-31 11:29:33 +00:00
Source files with LF line endings (for Unix/Linux) without the
"configure" script
2009-05-16 01:53:04 +00:00
libpng-1.2.37beta02-no-config.tar.gz
libpng-1.2.37beta02-no-config.tar.lzma
libpng-1.2.37beta02-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-05-16 01:53:04 +00:00
lp1237b02.zip
lp1237b02.7z
lp1237b02.tar.bz2
2006-02-22 15:19:25 +00:00
Project files
2009-05-16 01:53:04 +00:00
libpng-1.2.37beta02-project-netware.zip
libpng-1.2.37beta02-project-wince.zip
2006-02-22 15:19:25 +00:00
Other information:
2009-05-16 01:53:04 +00:00
libpng-1.2.37beta02-README.txt
libpng-1.2.37beta02-KNOWNBUGS.txt
libpng-1.2.37beta02-LICENSE.txt
libpng-1.2.37beta02-Y2K-compliance.txt
libpng-1.2.37beta02-[previous version]-diff.txt
Changes since the last public release (1.2.36):
2009-05-14 10:09:37 +00:00
version 1.2.37beta01 [May 14, 2009]
Fixed inconsistency in pngrutil.c, introduced in libpng-1.2.36. The
memset() was using "png_ptr->rowbytes" instead of "row_bytes", which
the corresponding png_malloc() uses (Joe Drew).
Clarified usage of sig_bit versus sig_bit_p in example.c (Vincent Torri)
Updated some of the makefiles in the scripts directory (merged with
those in libpng-1.4.0beta57).
2009-04-20 18:02:18 +00:00
2009-05-16 01:53:04 +00:00
version 1.2.37beta02 [May 15, 2009]
Fixed typo in libpng documentation: AVE filter should be AVG filter.
2009-05-16 01:53:04 +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