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

97 lines
3.8 KiB
Plaintext
Raw Normal View History

1998-04-21 20:03:57 +00:00
Libpng 1.2.41 - December 3, 2009
1998-04-21 20:03:57 +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
libpng-1.2.41.tar.xz (LZMA-compressed, recommended)
libpng-1.2.41.tar.gz
libpng-1.2.41.tar.bz2
Source files with LF line endings (for Unix/Linux) without the
"configure" script
libpng-1.2.41-no-config.tar.xz (LZMA-compressed, recommended)
libpng-1.2.41-no-config.tar.gz
libpng-1.2.41-no-config.tar.bz2
2006-02-22 15:19:25 +00:00
Source files with CRLF line endings (for Windows), without the
"configure" script
lpng1241.zip
lpng1241.7z
lpng1241.tar.bz2
Project files
libpng-1.2.41-project-netware.zip
libpng-1.2.41-project-wince.zip
2006-02-22 15:19:25 +00:00
Other information:
libpng-1.2.41-README.txt
libpng-1.2.41-KNOWNBUGS.txt
libpng-1.2.41-LICENSE.txt
libpng-1.2.41-Y2K-compliance.txt
libpng-1.2.41-[previous version]-diff.txt
Changes since the last public release (1.2.40):
version 1.2.41 [December 3, 2009]
Moved redundant IHDR checking into new png_check_IHDR() in png.c
and report all errors found in the IHDR data.
Eliminated useless call to png_check_cHRM() from pngset.c
Expanded TAB characters in pngrtran.c
Added "xcode" project similar one already in libpng-1.4.0beta (Alam Arias).
Eliminated a shadowed declaration of "pp" in png_handle_sPLT().
Revised pngconf.h to make it easier to enable iTXt support. From libpng
version 1.2.9 through 1.2.40, defining PNG_iTXt_SUPPORTED did not work
as expected.
Converted all PNG_NO_* tests to PNG_*_SUPPORTED everywhere except pngconf.h
Changed many "#if defined(x)" to "#ifdef x" and fixed some indentation.
Added png_calloc() as a non-exported function.
Relocated png_do_chop() ahead of building gamma tables in pngrtran.c
This avoids building 16-bit gamma tables unnecessarily.
Removed a harmless extra png_set_invert_alpha() from pngwrite.c
Bugfixes and improvements to CMakeLists.txt (Philip Lowman)
Moved CMakeLists.txt from scripts into the main libpng directory.
Patched ltmain.sh for wince support.
Added PNG_CONVERT_tIME_SUPPORTED macro.
Make inclusion of time.h in pngconf.h depend on PNG_CONVERT_tIME_SUPPORTED
Updated scripts/pngw32.def and projects/wince/png32ce.def
Copied projects/wince/png32ce.def to the scripts directory.
Added scripts/makefile.cegcc
Added PNG_DEPSTRUCT, PNG_DEPRECATED, PNG_USE_RESULT, PNG_NORETURN, and
PNG_ALLOCATED macros to detect deprecated direct access to the
png_struct or info_struct members and other deprecated usage in
applications (John Bowler).
2009-11-09 02:07:41 +00:00
Removed three direct references to read_info_ptr members in pngtest.c
that were detected by the new PNG_DEPSTRUCT macro.
Marked deprecated function prototypes with PNG_DEPRECATED.
Marked memory allocation function prototypes with PNG_ALLOCATED.
Changed png_check_sig() to !png_sig_cmp() in contrib programs.
Corrected the png_get_IHDR() call in contrib/gregbook/readpng2.c
Marked nonexported functions with PNG_PRIVATE macro.
2009-11-14 13:36:54 +00:00
Revised scripts/*.def to reflect functions actually exported by libpng.
Updated the copyright year in scripts/pngw32.rc from 2004 to 2009.
Moved descriptions of makefiles and other scripts out of INSTALL into
scripts/README.txt
2009-11-22 14:28:25 +00:00
Rebuilt the configure scripts with autoconf-2.65
Disabled the new pedantic warnings about deprecated function use and
deprecated structure access unless the user defines PNG_PEDANTIC_WARNINGS.
2009-11-25 22:04:13 +00:00
Added "#define PNG_NO_PEDANTIC_WARNINGS" in the libpng source files.
2009-11-27 21:48:31 +00:00
Updated the list of files and made some cosmetic changes in README.
2009-11-25 22:04:13 +00:00
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
2006-02-21 04:09:05 +00:00
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