mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[master] Avoid deprecated references to png_ptr-io_ptr and png_ptr->error_ptr
in pngtest.c
This commit is contained in:
40
ANNOUNCE
40
ANNOUNCE
@@ -1,5 +1,5 @@
|
||||
|
||||
Libpng 1.2.42rc04 - January 1, 2010
|
||||
Libpng 1.2.42rc05 - January 2, 2010
|
||||
|
||||
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,36 +9,36 @@ Files available for download:
|
||||
Source files with LF line endings (for Unix/Linux) and with a
|
||||
"configure" script
|
||||
|
||||
libpng-1.2.42rc04.tar.xz (LZMA-compressed, recommended)
|
||||
libpng-1.2.42rc04.tar.gz
|
||||
libpng-1.2.42rc04.tar.bz2
|
||||
libpng-1.2.42rc05.tar.xz (LZMA-compressed, recommended)
|
||||
libpng-1.2.42rc05.tar.gz
|
||||
libpng-1.2.42rc05.tar.bz2
|
||||
|
||||
Source files with LF line endings (for Unix/Linux) without the
|
||||
"configure" script
|
||||
|
||||
libpng-1.2.42rc04-no-config.tar.xz (LZMA-compressed, recommended)
|
||||
libpng-1.2.42rc04-no-config.tar.gz
|
||||
libpng-1.2.42rc04-no-config.tar.bz2
|
||||
libpng-1.2.42rc05-no-config.tar.xz (LZMA-compressed, recommended)
|
||||
libpng-1.2.42rc05-no-config.tar.gz
|
||||
libpng-1.2.42rc05-no-config.tar.bz2
|
||||
|
||||
Source files with CRLF line endings (for Windows), without the
|
||||
"configure" script
|
||||
|
||||
lp1242r04.zip
|
||||
lp1242r04.7z
|
||||
lp1242r04.tar.bz2
|
||||
lp1242r05.zip
|
||||
lp1242r05.7z
|
||||
lp1242r05.tar.bz2
|
||||
|
||||
Project files
|
||||
|
||||
libpng-1.2.42rc04-project-netware.zip
|
||||
libpng-1.2.42rc04-project-wince.zip
|
||||
libpng-1.2.42rc05-project-netware.zip
|
||||
libpng-1.2.42rc05-project-wince.zip
|
||||
|
||||
Other information:
|
||||
|
||||
libpng-1.2.42rc04-README.txt
|
||||
libpng-1.2.42rc04-KNOWNBUGS.txt
|
||||
libpng-1.2.42rc04-LICENSE.txt
|
||||
libpng-1.2.42rc04-Y2K-compliance.txt
|
||||
libpng-1.2.42rc04-[previous version]-diff.txt
|
||||
libpng-1.2.42rc05-README.txt
|
||||
libpng-1.2.42rc05-KNOWNBUGS.txt
|
||||
libpng-1.2.42rc05-LICENSE.txt
|
||||
libpng-1.2.42rc05-Y2K-compliance.txt
|
||||
libpng-1.2.42rc05-[previous version]-diff.txt
|
||||
|
||||
Changes since the last public release (1.2.41):
|
||||
|
||||
@@ -74,7 +74,11 @@ version 1.2.42rc04 [January 1, 2010]
|
||||
Marked png_memcpy_check() and png_memset_check() PNG_DEPRECATED.
|
||||
Updated copyright year.
|
||||
|
||||
version 1.0.52 and 1.2.42 [January 1, 2010]
|
||||
version 1.2.42rc05 [January 2, 2010]
|
||||
Avoid deprecated references to png_ptr-io_ptr and png_ptr->error_ptr
|
||||
in pngtest.c
|
||||
|
||||
version 1.0.52 and 1.2.42 [January 2, 2010]
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
|
||||
|
||||
Reference in New Issue
Block a user