mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Reformatted several "if () statment;"
and "else statement;" into two lines.
This commit is contained in:
51
ANNOUNCE
51
ANNOUNCE
@@ -1,75 +1,66 @@
|
||||
|
||||
Libpng 1.2.37rc01 - May 27, 2009
|
||||
Libpng 1.2.37 - May 31, 2009
|
||||
|
||||
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.
|
||||
This is a public release of libpng, intended for use in production codes.
|
||||
|
||||
Files available for download:
|
||||
|
||||
Source files with LF line endings (for Unix/Linux) and with a
|
||||
"configure" script
|
||||
|
||||
libpng-1.2.37rc01.tar.gz
|
||||
libpng-1.2.37rc01.tar.lzma
|
||||
libpng-1.2.37.tar.gz
|
||||
libpng-1.2.37.tar.lzma
|
||||
(Get the lzma codec from <http://tukaani.org/lzma>).
|
||||
libpng-1.2.37rc01.tar.bz2
|
||||
libpng-1.2.37.tar.bz2
|
||||
|
||||
Source files with LF line endings (for Unix/Linux) without the
|
||||
"configure" script
|
||||
|
||||
libpng-1.2.37rc01-no-config.tar.gz
|
||||
libpng-1.2.37rc01-no-config.tar.lzma
|
||||
libpng-1.2.37rc01-no-config.tar.bz2
|
||||
libpng-1.2.37-no-config.tar.gz
|
||||
libpng-1.2.37-no-config.tar.lzma
|
||||
libpng-1.2.37-no-config.tar.bz2
|
||||
|
||||
Source files with CRLF line endings (for Windows), without the
|
||||
"configure" script
|
||||
|
||||
lp1237r01.zip
|
||||
lp1237r01.7z
|
||||
lp1237r01.tar.bz2
|
||||
lpng1237.zip
|
||||
lpng1237.7z
|
||||
lpng1237.tar.bz2
|
||||
|
||||
Project files
|
||||
|
||||
libpng-1.2.37rc01-project-netware.zip
|
||||
libpng-1.2.37rc01-project-wince.zip
|
||||
libpng-1.2.37-project-netware.zip
|
||||
libpng-1.2.37-project-wince.zip
|
||||
|
||||
Other information:
|
||||
|
||||
libpng-1.2.37rc01-README.txt
|
||||
libpng-1.2.37rc01-KNOWNBUGS.txt
|
||||
libpng-1.2.37rc01-LICENSE.txt
|
||||
libpng-1.2.37rc01-Y2K-compliance.txt
|
||||
libpng-1.2.37rc01-[previous version]-diff.txt
|
||||
libpng-1.2.37-README.txt
|
||||
libpng-1.2.37-KNOWNBUGS.txt
|
||||
libpng-1.2.37-LICENSE.txt
|
||||
libpng-1.2.37-Y2K-compliance.txt
|
||||
libpng-1.2.37-[previous version]-diff.txt
|
||||
|
||||
Changes since the last public release (1.2.36):
|
||||
|
||||
version 1.2.37beta01 [May 14, 2009]
|
||||
version 1.2.37 [May 31, 2009]
|
||||
|
||||
Fixed inconsistency in pngrutil.c, introduced in libpng-1.2.36. The
|
||||
memset() was using "png_ptr->rowbytes" instead of "row_bytes", which
|
||||
the corresponding png_malloc() uses (Joe Drew).
|
||||
Clarified usage of sig_bit versus sig_bit_p in example.c (Vincent Torri)
|
||||
Updated some of the makefiles in the scripts directory (merged with
|
||||
those in libpng-1.4.0beta57).
|
||||
|
||||
version 1.2.37beta02 [May 19, 2009]
|
||||
Updated some of the makefiles in the scripts directory.
|
||||
Fixed typo in libpng documentation (FILTER_AVE should be FILTER_AVG)
|
||||
Relocated misplaced #endif in pngwrite.c, sCAL chunk handler.
|
||||
Conditionally compile png_read_finish_row() which is not used by
|
||||
progressive readers.
|
||||
Added contrib/pngminim/preader to demonstrate building minimal progressive
|
||||
decoder, based on contrib/gregbook with embedded libpng and zlib.
|
||||
|
||||
version 1.2.37beta03 [May 20, 2009]
|
||||
In contrib/pngminim/*, renamed "makefile.std" to "makefile", since there
|
||||
is only one makefile in those directories, and revised the README files
|
||||
accordingly.
|
||||
Reformated sources in libpng style (3-space indentation, comment format)
|
||||
|
||||
version 1.2.37rc01 [May 27, 2009]
|
||||
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