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.9 KiB
Plaintext
Raw Normal View History

1998-04-21 20:03:57 +00:00
2008-08-15 14:15:00 +00:00
Libpng 1.2.30 - August 15, 2008
1998-04-21 20:03:57 +00:00
2008-08-15 14:15:00 +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
2008-08-15 14:15:00 +00:00
libpng-1.2.30.tar.gz
libpng-1.2.30.tar.lzma
2008-02-01 03:27:55 +00:00
(Get the lzma codec from <http://tukaani.org/lzma>).
2008-08-15 14:15:00 +00:00
libpng-1.2.30.tar.bz2
2006-03-31 11:29:33 +00:00
Source files with LF line endings (for Unix/Linux) without the
"configure" script
2008-08-15 14:15:00 +00:00
libpng-1.2.30-no-config.tar.gz
libpng-1.2.30-no-config.tar.lzma
libpng-1.2.30-no-config.tar.bz2
2006-02-22 15:19:25 +00:00
Source files with CRLF line endings (for Windows), without the
"configure" script
2008-08-15 14:15:00 +00:00
lpng1230.zip
lpng1230.7z
lpng1230.tar.bz2
2006-02-22 15:19:25 +00:00
Project files
2008-08-15 14:15:00 +00:00
libpng-1.2.30-project-netware.zip
libpng-1.2.30-project-wince.zip
2006-02-22 15:19:25 +00:00
Other information:
2008-08-15 14:15:00 +00:00
libpng-1.2.30-README.txt
libpng-1.2.30-KNOWNBUGS.txt
libpng-1.2.30-LICENSE.txt
libpng-1.2.30-Y2K-compliance.txt
libpng-1.2.30-[previous version]-diff.txt
2008-05-01 04:21:22 +00:00
2008-05-29 17:44:06 +00:00
Changes since the last public release (1.2.29):
2008-04-12 11:59:47 +00:00
2008-08-15 14:15:00 +00:00
version 1.2.30 [August 15, 2008]
2008-05-29 17:44:06 +00:00
Updated libpng.pc-configure.in and libpng-config.in per debian bug reports.
2008-07-06 11:05:04 +00:00
Restored png_flush(png_ptr) at the end of png_write_end(), that was
removed from libpng-1.0.9beta03.
Merged some cosmetic whitespace changes from libpng-1.4.0beta19.
Inline call of png_get_uint_32() in png_get_uint_31(), as in 1.4.0beta19.
Added demo of decoding vpAg and sTER chunks to pngtest.c, from 1.4.0beta19.
Changed PNGMAJ from 0 to 12 in makefile.darwin, which does not like 0.
Added new private function png_read_chunk_header() from 1.4.0beta19.
2008-07-25 13:38:43 +00:00
Merge reading of chunk length and chunk type into a single 8-byte read.
Merge writing of chunk length and chunk type into a single 8-byte write.
2008-07-21 13:04:34 +00:00
Moved local array "chunkdata" from pngrutil.c to the png_struct, so
2008-07-25 13:38:43 +00:00
it will be freed by png_read_destroy() in case of a read error (Kurt
Christensen).
2008-07-21 15:31:09 +00:00
Change "purpose" and "buffer" to png_ptr->chunkdata to avoid memory leaking.
2008-08-15 14:15:00 +00:00
Change "chunkdata" to "png_ptr->chunkdata" in png_decompress_chunk(),
and remove chunkdata from parameter list.
2008-07-25 13:38:43 +00:00
Put a call to png_check_chunk_name() in png_read_chunk_header().
Removed two calls to png_check_chunk_name() occuring later in the process.
2008-07-30 00:08:32 +00:00
Added a call to png_check_chunk_name() in pngpread.c
2008-08-02 17:21:03 +00:00
Relocated a misplaced "#endif /* PNG_NO_WRITE_FILTER */" in pngwutil.c
Changed "-Wall" to "-W -Wall" in the CFLAGS in all makefiles (Cosmin Truta)
Declared png_ptr "volatile" in pngread.c and pngwrite.c to avoid warnings.
2008-08-15 14:15:00 +00:00
Enclose "volatile" declarations in #ifdef PNG_SETJMP_SUPPORTED (Cosmin).
2008-08-02 17:21:03 +00:00
Added code in pngset.c to quiet compiler warnings.
Updated contrib/visupng/cexcept.h to version 2.0.1
2008-04-30 10:23:42 +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