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.38rc07.tar
This commit is contained in:
43
ANNOUNCE
43
ANNOUNCE
@@ -1,5 +1,5 @@
|
||||
|
||||
Libpng 1.0.38rc06 - July 29, 2008
|
||||
Libpng 1.0.38rc07 - August 2, 2008
|
||||
|
||||
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.
|
||||
@@ -9,37 +9,37 @@ Files available for download:
|
||||
Source files with LF line endings (for Unix/Linux) and with a
|
||||
"configure" script
|
||||
|
||||
libpng-1.0.38rc06.tar.gz
|
||||
libpng-1.0.38rc06.tar.lzma
|
||||
libpng-1.0.38rc07.tar.gz
|
||||
libpng-1.0.38rc07.tar.lzma
|
||||
(Get the lzma codec from <http://tukaani.org/lzma>).
|
||||
libpng-1.0.38rc06.tar.bz2
|
||||
libpng-1.0.38rc07.tar.bz2
|
||||
|
||||
Source files with LF line endings (for Unix/Linux) without the
|
||||
"configure" script
|
||||
|
||||
libpng-1.0.38rc06-no-config.tar.gz
|
||||
libpng-1.0.38rc06-no-config.tar.lzma
|
||||
libpng-1.0.38rc06-no-config.tar.bz2
|
||||
libpng-1.0.38rc07-no-config.tar.gz
|
||||
libpng-1.0.38rc07-no-config.tar.lzma
|
||||
libpng-1.0.38rc07-no-config.tar.bz2
|
||||
|
||||
Source files with CRLF line endings (for Windows), without the
|
||||
"configure" script
|
||||
|
||||
lp1038r06.zip
|
||||
lp1038r06.7z
|
||||
lp1038r06.tar.bz2
|
||||
lp1038r07.zip
|
||||
lp1038r07.7z
|
||||
lp1038r07.tar.bz2
|
||||
|
||||
Project files
|
||||
|
||||
libpng-1.0.38rc06-project-netware.zip
|
||||
libpng-1.0.38rc06-project-wince.zip
|
||||
libpng-1.0.38rc07-project-netware.zip
|
||||
libpng-1.0.38rc07-project-wince.zip
|
||||
|
||||
Other information:
|
||||
|
||||
libpng-1.0.38rc06-README.txt
|
||||
libpng-1.0.38rc06-KNOWNBUGS.txt
|
||||
libpng-1.0.38rc06-LICENSE.txt
|
||||
libpng-1.0.38rc06-Y2K-compliance.txt
|
||||
libpng-1.0.38rc06-[previous version]-diff.txt
|
||||
libpng-1.0.38rc07-README.txt
|
||||
libpng-1.0.38rc07-KNOWNBUGS.txt
|
||||
libpng-1.0.38rc07-LICENSE.txt
|
||||
libpng-1.0.38rc07-Y2K-compliance.txt
|
||||
libpng-1.0.38rc07-[previous version]-diff.txt
|
||||
|
||||
Changes since the last public release (1.0.37):
|
||||
|
||||
@@ -85,7 +85,7 @@ version 1.2.30beta03 [July 6, 2008]
|
||||
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 29, 2008]
|
||||
version 1.0.38rc01, 1.2.30rc01 [August 2, 2008]
|
||||
No changes.
|
||||
|
||||
version 1.0.38rc02, 1.2.30rc02 [July 21, 2008]
|
||||
@@ -111,6 +111,13 @@ version 1.0.38rc06, 1.2.30rc06 [July 29, 2008]
|
||||
Added a call to png_check_chunk_name() in pngpread.c
|
||||
Reverted png_check_chunk_name() to accept a name with a lowercase 3rd byte.
|
||||
|
||||
version 1.0.38r07, 1.2.30r07[August 2, 2008]
|
||||
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.
|
||||
Added code in pngset.c to quiet compiler warnings.
|
||||
Updated contrib/visupng/cexcept.h to version 2.0.1
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
|
||||
(subscription required; visit
|
||||
|
||||
Reference in New Issue
Block a user