1998-04-21 20:03:57 +00:00
|
|
|
|
2007-09-03 00:22:31 +00:00
|
|
|
Libpng 1.2.20rc6 - September 3, 2007
|
1998-04-21 20:03:57 +00:00
|
|
|
|
2007-08-20 03:50:31 +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
|
|
|
|
|
2007-09-03 00:22:31 +00:00
|
|
|
libpng-1.2.20rc6.tar.gz
|
|
|
|
libpng-1.2.20rc6.tar.bz2
|
2006-03-31 11:29:33 +00:00
|
|
|
|
|
|
|
Source files with LF line endings (for Unix/Linux) without the
|
|
|
|
"configure" script
|
|
|
|
|
2007-09-03 00:22:31 +00:00
|
|
|
libpng-1.2.20rc6-no-config.tar.gz
|
|
|
|
libpng-1.2.20rc6-no-config.tar.bz2
|
2006-02-22 15:19:25 +00:00
|
|
|
|
|
|
|
Source files with CRLF line endings (for Windows), without the
|
|
|
|
"configure" script
|
|
|
|
|
2007-09-03 00:22:31 +00:00
|
|
|
lp1220r06.zip
|
|
|
|
lp1220r06.tar.bz2
|
2006-02-22 15:19:25 +00:00
|
|
|
|
|
|
|
Project files
|
|
|
|
|
2007-09-03 00:22:31 +00:00
|
|
|
libpng-1.2.20rc6-project-netware.zip
|
|
|
|
libpng-1.2.20rc6-project-wince.zip
|
2006-02-22 15:19:25 +00:00
|
|
|
|
|
|
|
Other information:
|
|
|
|
|
2007-09-03 00:22:31 +00:00
|
|
|
libpng-1.2.20rc6-README.txt
|
|
|
|
libpng-1.2.20rc6-KNOWNBUGS.txt
|
|
|
|
libpng-1.2.20rc6-LICENSE.txt
|
|
|
|
libpng-1.2.20rc6-Y2K-compliance.txt
|
2007-08-20 03:50:31 +00:00
|
|
|
|
|
|
|
Changes since the last public release (1.2.19):
|
|
|
|
|
2007-08-21 03:48:21 +00:00
|
|
|
version 1.2.20beta01 [August 19, 2007]
|
2007-08-20 03:50:31 +00:00
|
|
|
Fixed problem with compiling pnggccrd.c on Intel-Apple platforms.
|
|
|
|
Added PNG_NO_ERROR_TEXT feature, with demo in contrib/pngminim
|
|
|
|
Removed define PNG_WARN_UNINITIALIZED_ROW 1 /* 0: warning; 1: error */
|
|
|
|
because it caused some trouble.
|
2007-08-15 12:10:27 +00:00
|
|
|
|
2007-08-21 03:48:21 +00:00
|
|
|
version 1.2.20beta02 [August 20, 2007]
|
|
|
|
Avoid compiling pnggccrd.c on Intel-Apple platforms.
|
|
|
|
|
2007-08-21 22:08:29 +00:00
|
|
|
version 1.2.20beta03 [August 20, 2007]
|
2007-08-21 03:48:21 +00:00
|
|
|
Added "/D PNG_NO_MMX_CODE" to the non-mmx builds of projects/visualc6
|
|
|
|
and visualc71.
|
|
|
|
|
2007-08-21 22:08:29 +00:00
|
|
|
version 1.2.20beta04 [August 21, 2007]
|
|
|
|
Revised pngvcrd.c for improved efficiency (Steve Snyder).
|
|
|
|
|
2007-08-27 19:48:12 +00:00
|
|
|
version 1.2.20rc1 [August 23, 2007]
|
2007-08-23 00:45:04 +00:00
|
|
|
Revised pngconf.h to set PNG_NO_MMX_CODE for gcc-3.x compilers.
|
|
|
|
|
2007-08-27 19:48:12 +00:00
|
|
|
version 1.2.20rc2 [August 27, 2007]
|
|
|
|
Revised scripts/CMakeLists.txt
|
|
|
|
Revised #ifdefs to ensure one and only one of pnggccrd.c, pngvcrd.c,
|
|
|
|
or part of pngrutil.c is selected.
|
|
|
|
|
2007-09-03 00:22:31 +00:00
|
|
|
version 1.2.20rc3 [September 3, 2007]
|
2007-08-30 03:31:46 +00:00
|
|
|
Remove a little more code in pngwutil.c when PNG_NO_WRITE_FILTER is selected.
|
|
|
|
Added /D _CRT_SECURE_NO_WARNINGS to visual6c and visualc71 projects.
|
|
|
|
Compile png_mmx_support() in png.c even when PNG_NO_MMX_CODE is defined.
|
|
|
|
Restored a "superfluous" #ifdef that was removed from 1.2.20rc2 pnggccrd.c,
|
|
|
|
breaking the png_mmx_support() function.
|
|
|
|
|
2007-09-01 20:12:50 +00:00
|
|
|
version 1.2.20rc4 [September 1, 2007]
|
|
|
|
Removed Intel contributions (MMX, Optimized C).
|
|
|
|
|
2007-09-02 23:31:01 +00:00
|
|
|
version 1.2.20rc5 [September 2, 2007]
|
|
|
|
Restored configure and Makefile.in to rc3 and put a snippet of code in
|
|
|
|
pnggccrd.c, to ensure configure makes the same PNG_NO_MMX_CODE selection
|
|
|
|
|
2007-09-03 00:22:31 +00:00
|
|
|
version 1.2.20rc6 [September 3, 2007]
|
|
|
|
Fixed bugs in scripts/CMakeLists.txt
|
|
|
|
Removed pngvcrd.c references from msvc projects.
|
|
|
|
|
2006-02-21 04:09:05 +00:00
|
|
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
2007-08-20 03:50:31 +00:00
|
|
|
|
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
|