mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Imported from libpng-1.2.30rc08.tar
This commit is contained in:
41
ANNOUNCE
41
ANNOUNCE
@@ -1,5 +1,5 @@
|
||||
|
||||
Libpng 1.2.30rc07 - August 2, 2008
|
||||
Libpng 1.2.30rc08 - August 3, 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.2.30rc07.tar.gz
|
||||
libpng-1.2.30rc07.tar.lzma
|
||||
libpng-1.2.30rc08.tar.gz
|
||||
libpng-1.2.30rc08.tar.lzma
|
||||
(Get the lzma codec from <http://tukaani.org/lzma>).
|
||||
libpng-1.2.30rc07.tar.bz2
|
||||
libpng-1.2.30rc08.tar.bz2
|
||||
|
||||
Source files with LF line endings (for Unix/Linux) without the
|
||||
"configure" script
|
||||
|
||||
libpng-1.2.30rc07-no-config.tar.gz
|
||||
libpng-1.2.30rc07-no-config.tar.lzma
|
||||
libpng-1.2.30rc07-no-config.tar.bz2
|
||||
libpng-1.2.30rc08-no-config.tar.gz
|
||||
libpng-1.2.30rc08-no-config.tar.lzma
|
||||
libpng-1.2.30rc08-no-config.tar.bz2
|
||||
|
||||
Source files with CRLF line endings (for Windows), without the
|
||||
"configure" script
|
||||
|
||||
lp1230r07.zip
|
||||
lp1230r07.7z
|
||||
lp1230r07.tar.bz2
|
||||
lp1230r08.zip
|
||||
lp1230r08.7z
|
||||
lp1230r08.tar.bz2
|
||||
|
||||
Project files
|
||||
|
||||
libpng-1.2.30rc07-project-netware.zip
|
||||
libpng-1.2.30rc07-project-wince.zip
|
||||
libpng-1.2.30rc08-project-netware.zip
|
||||
libpng-1.2.30rc08-project-wince.zip
|
||||
|
||||
Other information:
|
||||
|
||||
libpng-1.2.30rc07-README.txt
|
||||
libpng-1.2.30rc07-KNOWNBUGS.txt
|
||||
libpng-1.2.30rc07-LICENSE.txt
|
||||
libpng-1.2.30rc07-Y2K-compliance.txt
|
||||
libpng-1.2.30rc07-[previous version]-diff.txt
|
||||
libpng-1.2.30rc08-README.txt
|
||||
libpng-1.2.30rc08-KNOWNBUGS.txt
|
||||
libpng-1.2.30rc08-LICENSE.txt
|
||||
libpng-1.2.30rc08-Y2K-compliance.txt
|
||||
libpng-1.2.30rc08-[previous version]-diff.txt
|
||||
|
||||
Changes since the last public release (1.2.29):
|
||||
|
||||
@@ -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 [August 2, 2008]
|
||||
version 1.0.38rc01, 1.2.30rc01 [August 3, 2008]
|
||||
No changes.
|
||||
|
||||
version 1.0.38rc02, 1.2.30rc02 [July 21, 2008]
|
||||
@@ -111,13 +111,16 @@ 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]
|
||||
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
|
||||
|
||||
version 1.0.38r08, 1.2.30r08 [August 3, 2008]
|
||||
Enclose "volatile" declarations in #ifdef PNG_SETJMP_SUPPORTED (Cosmin).
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
|
||||
(subscription required; visit
|
||||
|
||||
Reference in New Issue
Block a user