mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng10] Imported from libpng-1.0.38rc01.tar
This commit is contained in:
77
ANNOUNCE
77
ANNOUNCE
@@ -1,58 +1,95 @@
|
||||
|
||||
Libpng 1.0.37 - May 9, 2008
|
||||
Libpng 1.0.38rc01 - July 17, 2008
|
||||
|
||||
This is a public release of libpng, intended for use in production codes.
|
||||
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.
|
||||
|
||||
Files available for download:
|
||||
|
||||
Source files with LF line endings (for Unix/Linux) and with a
|
||||
"configure" script
|
||||
|
||||
libpng-1.0.37.tar.gz
|
||||
libpng-1.0.37.tar.lzma
|
||||
libpng-1.0.38rc01.tar.gz
|
||||
libpng-1.0.38rc01.tar.lzma
|
||||
(Get the lzma codec from <http://tukaani.org/lzma>).
|
||||
libpng-1.0.37.tar.bz2
|
||||
libpng-1.0.38rc01.tar.bz2
|
||||
|
||||
Source files with LF line endings (for Unix/Linux) without the
|
||||
"configure" script
|
||||
|
||||
libpng-1.0.37-no-config.tar.gz
|
||||
libpng-1.0.37-no-config.tar.lzma
|
||||
libpng-1.0.37-no-config.tar.bz2
|
||||
libpng-1.0.38rc01-no-config.tar.gz
|
||||
libpng-1.0.38rc01-no-config.tar.lzma
|
||||
libpng-1.0.38rc01-no-config.tar.bz2
|
||||
|
||||
Source files with CRLF line endings (for Windows), without the
|
||||
"configure" script
|
||||
|
||||
lpng1037.zip
|
||||
lpng1037.7z
|
||||
lpng1037.tar.bz2
|
||||
lp1038r01.zip
|
||||
lp1038r01.7z
|
||||
lp1038r01.tar.bz2
|
||||
|
||||
Project files
|
||||
|
||||
libpng-1.0.37-project-netware.zip
|
||||
libpng-1.0.37-project-wince.zip
|
||||
libpng-1.0.38rc01-project-netware.zip
|
||||
libpng-1.0.38rc01-project-wince.zip
|
||||
|
||||
Other information:
|
||||
|
||||
libpng-1.0.37-README.txt
|
||||
libpng-1.0.37-KNOWNBUGS.txt
|
||||
libpng-1.0.37-LICENSE.txt
|
||||
libpng-1.0.37-Y2K-compliance.txt
|
||||
libpng-1.0.38rc01-README.txt
|
||||
libpng-1.0.38rc01-KNOWNBUGS.txt
|
||||
libpng-1.0.38rc01-LICENSE.txt
|
||||
libpng-1.0.38rc01-Y2K-compliance.txt
|
||||
libpng-1.0.38rc01-[previous version]-diff.txt
|
||||
|
||||
Changes since the last public release (1.0.34):
|
||||
|
||||
version 1.0.37 [May 9, 2008]
|
||||
Changes since the last public release (1.0.37):
|
||||
|
||||
version 1.2.29beta01 [May 1, 2008]
|
||||
Removed some stray *.diff and *.orig files
|
||||
|
||||
version 1.2.29beta02 [May 1, 2008]
|
||||
Reverted Makefile.in, aclocal.m4, and configure to the libpng-1.2.26
|
||||
versions.
|
||||
|
||||
version 1.2.29beta03 [May 2, 2008]
|
||||
Added --force to autogen libtoolize options and --force-missing to
|
||||
automake options.
|
||||
Changed $(ECHO) to echo in Makefile.am and Makefile.in
|
||||
Updated all configure files to autoconf-2.62
|
||||
#ifdef out pnggcrd.c code if using MSC_VER
|
||||
|
||||
version 1.2.29rc01 [May 4, 2008]
|
||||
No changes.
|
||||
|
||||
version 1.0.35 and 1.2.29 [May 8, 2008]
|
||||
No changes.
|
||||
|
||||
version 1.0.37 [May 9, 2008]
|
||||
Updated Makefile.in and configure (omitted version 1.0.36).
|
||||
|
||||
version 1.2.30beta01 [May 29, 2008]
|
||||
Updated libpng.pc-configure.in and libpng-config.in per debian bug reports.
|
||||
|
||||
version 1.2.30beta02 [June 25, 2008]
|
||||
Restored png_flush(png_ptr) at the end of png_write_end(), that was
|
||||
removed from libpng-1.0.9beta03.
|
||||
|
||||
version 1.2.30beta03 [July 6, 2008]
|
||||
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.
|
||||
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.
|
||||
|
||||
version 1.2.30beta04 [July 10, 2008]
|
||||
Merged more cosmetic whitespace changes from libpng-1.4.0beta19.
|
||||
|
||||
version 1.0.38rc01, 1.2.30rc01 [July 17, 2008]
|
||||
No changes.
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
|
||||
(subscription required; visit
|
||||
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
|
||||
to subscribe) or to glennrp at users.sourceforge.net
|
||||
|
||||
Reference in New Issue
Block a user