1998-04-21 16:03:57 -04:00
|
|
|
|
2010-11-21 15:50:32 -05:00
|
|
|
Libpng 1.4.5beta06 - November 21, 2010
|
1998-04-21 16:03:57 -04:00
|
|
|
|
2010-09-24 10:51:01 -04:00
|
|
|
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.
|
1998-04-21 16:03:57 -04:00
|
|
|
|
2006-02-22 10:19:25 -05:00
|
|
|
Files available for download:
|
|
|
|
|
|
|
|
Source files with LF line endings (for Unix/Linux) and with a
|
|
|
|
"configure" script
|
|
|
|
|
2010-11-21 15:50:32 -05:00
|
|
|
1.4.5beta06.tar.xz (LZMA-compressed, recommended)
|
|
|
|
1.4.5beta06.tar.gz
|
|
|
|
1.4.5beta06.tar.bz2
|
2006-02-22 10:19:25 -05:00
|
|
|
|
|
|
|
Source files with CRLF line endings (for Windows), without the
|
|
|
|
"configure" script
|
|
|
|
|
2010-11-21 15:50:32 -05:00
|
|
|
lp145b06.zip
|
|
|
|
lp145b06.7z
|
2006-02-22 10:19:25 -05:00
|
|
|
|
|
|
|
Other information:
|
|
|
|
|
2010-11-21 15:50:32 -05:00
|
|
|
1.4.5beta06-README.txt
|
|
|
|
1.4.5beta06-LICENSE.txt
|
2010-05-14 16:37:45 -04:00
|
|
|
|
2010-09-24 10:51:01 -04:00
|
|
|
Changes since the last public release (1.4.4):
|
|
|
|
|
2010-09-25 07:33:46 -04:00
|
|
|
version 1.4.5beta01 [September 25, 2010]
|
2010-09-24 16:20:38 -04:00
|
|
|
Fixed possible configure.ac bug introduced in version 1.4.4rc05.
|
|
|
|
Rebuilt configure scripts with autoconf-2.68 instead of autoconf-2.65
|
2010-09-20 11:20:08 -04:00
|
|
|
|
2010-10-04 22:51:57 -04:00
|
|
|
version 1.4.5beta02 [October 5, 2010]
|
2010-10-04 18:00:31 -04:00
|
|
|
Reverted configure scripts to autoconf-2.65
|
2010-10-07 21:48:14 -04:00
|
|
|
Fixed problem with symbols creation in Makefile.am which was assuming that
|
|
|
|
all versions of cpp write to standard output by default (Martin Banky). The
|
|
|
|
bug was introduced in libpng-1.2.9beta5.
|
2010-09-25 07:36:56 -04:00
|
|
|
|
2010-10-07 21:48:14 -04:00
|
|
|
version 1.4.5beta03 [October 8, 2010]
|
2010-10-05 09:36:49 -04:00
|
|
|
Wrapped long lines in CMakeLists.txt and introduced ${libpng_public_hdrs}
|
2010-10-13 08:14:12 -04:00
|
|
|
Undid Makefile.am revision of 1.4.5beta02.
|
2010-10-05 00:14:38 -04:00
|
|
|
|
2010-11-08 13:42:06 -05:00
|
|
|
version 1.4.5beta04 [November 8, 2010]
|
2010-10-13 08:14:12 -04:00
|
|
|
Check for out-of-range text compression mode in png_set_text().
|
2010-10-07 21:54:22 -04:00
|
|
|
|
2010-11-18 23:06:21 -05:00
|
|
|
version 1.4.5rc01 [November 19, 2010]
|
|
|
|
No changes.
|
|
|
|
|
2010-11-20 22:41:51 -05:00
|
|
|
version 1.4.5beta05 [November 21, 2010]
|
2010-11-20 15:47:36 -05:00
|
|
|
Removed some extraneous parentheses that appeared in pngrutil.c of
|
2010-11-20 18:38:14 -05:00
|
|
|
libpng-1.4.3beta01
|
2010-11-20 17:13:12 -05:00
|
|
|
Revised png_get_uint_32, png_get_int_32, png_get_uint_16 (Cosmin)
|
|
|
|
Moved reading of file signature into png_read_sig (Cosmin)
|
|
|
|
Fixed atomicity of chunk header serialization (Cosmin)
|
|
|
|
Added test for io_state in pngtest.c (Cosmin)
|
2010-11-20 18:38:14 -05:00
|
|
|
Added "#!/bin/sh" at the top of contrib/pngminim/*/gather.sh scripts.
|
2010-11-20 15:47:36 -05:00
|
|
|
|
2010-11-20 22:41:51 -05:00
|
|
|
version 1.4.5beta06 [November 21, 2010]
|
|
|
|
Restored the parentheses in pngrutil.c; they are needed when the
|
|
|
|
png_get_*int_*() functions are compiled (i.e., when PNG_USE_READ_MACROS
|
|
|
|
is not defined).
|
2010-11-21 14:31:52 -05:00
|
|
|
Make the "png_get_uint_16" macro return a png_uint_32 in libpng-1.4 for API
|
|
|
|
compatibility.
|
2010-11-21 15:02:16 -05:00
|
|
|
Changes to remove gcc warnings (John Bowler)
|
|
|
|
Certain optional gcc warning flags resulted in warnings in libpng code.
|
|
|
|
With these changes only -Wconversion and -Wcast-qual cannot be turned on.
|
|
|
|
Changes are trivial rearrangements of code. -Wconversion is not possible
|
|
|
|
for pngrutil.c (because of the widespread use of += et al on variables
|
|
|
|
smaller than (int) or (unsigned int)) and -Wcast-qual is not possible
|
|
|
|
with pngwio.c and pngwutil.c because the 'write' callback and zlib
|
|
|
|
compression both fail to declare their input buffers with 'const'.
|
2010-11-20 22:41:51 -05:00
|
|
|
|
2010-04-29 12:19:35 -04:00
|
|
|
Send comments/corrections/commendations to glennrp at users.sourceforge.net
|
|
|
|
or to png-mng-implement at lists.sf.net (subscription required; visit
|
|
|
|
https://lists.sourceforge.net/lists/listinfo/png-mng-implement).
|
1998-04-21 16:03:57 -04:00
|
|
|
|
1998-12-29 12:47:59 -05:00
|
|
|
Glenn R-P
|