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

79 lines
2.4 KiB
Plaintext
Raw Normal View History

1998-04-21 15:03:57 -05:00
2007-08-29 22:31:46 -05:00
Libpng 1.2.20rc3 - August 30, 2007
1998-04-21 15:03:57 -05:00
2007-08-19 22:50:31 -05: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
2007-08-29 22:31:46 -05:00
libpng-1.2.20rc3.tar.gz
libpng-1.2.20rc3.tar.bz2
2006-03-31 05:29:33 -06:00
Source files with LF line endings (for Unix/Linux) without the
"configure" script
2007-08-29 22:31:46 -05:00
libpng-1.2.20rc3-no-config.tar.gz
libpng-1.2.20rc3-no-config.tar.bz2
2006-02-22 09:19:25 -06:00
Source files with CRLF line endings (for Windows), without the
"configure" script
2007-08-29 22:31:46 -05:00
lp1220r03.zip
lp1220r03.tar.bz2
2006-02-22 09:19:25 -06:00
Project files
2007-08-29 22:31:46 -05:00
libpng-1.2.20rc3-project-netware.zip
libpng-1.2.20rc3-project-wince.zip
2006-02-22 09:19:25 -06:00
Other information:
2007-08-29 22:31:46 -05:00
libpng-1.2.20rc3-README.txt
libpng-1.2.20rc3-KNOWNBUGS.txt
libpng-1.2.20rc3-LICENSE.txt
libpng-1.2.20rc3-Y2K-compliance.txt
2007-08-19 22:50:31 -05:00
Changes since the last public release (1.2.19):
2007-08-20 22:48:21 -05:00
version 1.2.20beta01 [August 19, 2007]
2007-08-19 22:50:31 -05: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 07:10:27 -05:00
2007-08-20 22:48:21 -05:00
version 1.2.20beta02 [August 20, 2007]
Avoid compiling pnggccrd.c on Intel-Apple platforms.
2007-08-21 17:08:29 -05:00
version 1.2.20beta03 [August 20, 2007]
2007-08-20 22:48:21 -05:00
Added "/D PNG_NO_MMX_CODE" to the non-mmx builds of projects/visualc6
and visualc71.
2007-08-21 17:08:29 -05:00
version 1.2.20beta04 [August 21, 2007]
Revised pngvcrd.c for improved efficiency (Steve Snyder).
2007-08-27 14:48:12 -05:00
version 1.2.20rc1 [August 23, 2007]
2007-08-22 19:45:04 -05:00
Revised pngconf.h to set PNG_NO_MMX_CODE for gcc-3.x compilers.
2007-08-27 14:48:12 -05: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-08-29 22:31:46 -05:00
version 1.2.20rc3 [August 30, 2007]
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.
2006-02-20 22:09:05 -06:00
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
2007-08-19 22:50:31 -05:00
2006-02-20 22:09:05 -06: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 15:03:57 -05:00
1998-12-29 11:47:59 -06:00
Glenn R-P