libpng/ANNOUNCE

63 lines
2.5 KiB
Plaintext
Raw Normal View History

1998-04-21 16:03:57 -04:00
2011-03-31 12:23:49 -04:00
Libpng 1.5.2 - March 31, 2011
1998-04-21 16:03:57 -04:00
2011-03-31 12:23:49 -04:00
This is a public release of libpng, intended for use in production codes.
1998-04-21 16:03:57 -04:00
2006-02-22 10:19:25 -05:00
Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
2011-03-31 12:23:49 -04:00
libpng-1.5.2.tar.xz (LZMA-compressed, recommended)
libpng-1.5.2.tar.gz
libpng-1.5.2.tar.bz2
2006-03-31 06:29:33 -05:00
2006-02-22 10:19:25 -05:00
Source files with CRLF line endings (for Windows), without the
"configure" script
2011-03-31 12:23:49 -04:00
lpng152.7z (LZMA-compressed, recommended)
lpng152.zip
2006-02-22 10:19:25 -05:00
Other information:
2011-03-31 12:23:49 -04:00
libpng-1.5.2-README.txt
libpng-1.5.2-LICENSE.txt
2006-04-15 07:37:45 -04:00
2011-03-31 12:23:49 -04:00
Changes since the last public release (1.5.2):
2006-04-15 07:37:45 -04:00
More -Wshadow fixes for older gcc compilers. Older gcc versions apparently
check formal parameters names in function declarations (as well as
definitions) to see if they match a name in the global namespace.
2011-02-13 07:59:37 -05:00
Revised PNG_EXPORTA macro to not use an empty parameter, to accommodate the
old VisualC++ preprocessor.
Turned on interlace handling in png_read_png().
Fixed gcc pendantic warnings.
Handle longjmp in Cygwin.
Fixed png_get_current_row_number() in the interlaced case.
Cleaned up ALPHA flags and transformations.
Implemented expansion to 16 bits.
Fixed mistake in the descriptions of user read_transform and write_transform
function prototypes in the manual. The row_info struct is png_row_infop.
2011-02-16 07:41:18 -05:00
Corrected png_get_current_row_number documentation
Fixed the read/write row callback documentation.
This documents the current behavior, where the callback is called after
every row with information pertaining to the next row.
2011-02-20 07:17:22 -05:00
Fixed scripts/makefile.vcwin32
Updated contrib/pngsuite/README to add the word "modify".
2011-03-31 12:23:49 -04:00
Define PNG_ALLOCATED and other attributes to blank when _MSC_VER<1300.
ifdef out mask arrays in pngread.c when interlacing is not supported.
Added a hint to try CPP=/bin/cpp if "cpp -E" fails in scripts/pnglibconf.mak
and in contrib/pngminim/*/makefile, eg., on SunOS 5.10, and removed "strip"
from the makefiles.
Fixed a bug (present since libpng-1.0.7) that makes png_handle_sPLT() fail
to compile when PNG_NO_POINTER_INDEXING is defined (Chubanov Kirill)
Don't include standard header files in png.h while building the symbol table,
to avoid cpp failure on SunOS (introduced PNG_BUILDING_SYMBOL_TABLE macro).
2011-03-31 12:23:49 -04:00
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
2006-08-19 14:59:24 -04:00
(subscription required; visit
2006-02-20 23:09:05 -05:00
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
to subscribe) or to glennrp at users.sourceforge.net
1998-04-21 16:03:57 -04:00
1998-12-29 12:47:59 -05:00
Glenn R-P