This repository has been archived on 2023-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
libpng/ANNOUNCE

95 lines
3.1 KiB
Plaintext
Raw Normal View History

1998-04-21 20:03:57 +00:00
2009-04-06 01:17:23 +00:00
Libpng 1.2.36beta04 - April 6, 2009
1998-04-21 20:03:57 +00:00
2009-02-28 12:09:50 +00: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 20:03:57 +00:00
2006-02-22 15:19:25 +00:00
Files available for download:
Source files with LF line endings (for Unix/Linux) and with a
"configure" script
2009-04-06 01:17:23 +00:00
libpng-1.2.36beta04.tar.gz
libpng-1.2.36beta04.tar.lzma
2008-02-01 03:27:55 +00:00
(Get the lzma codec from <http://tukaani.org/lzma>).
2009-04-06 01:17:23 +00:00
libpng-1.2.36beta04.tar.bz2
2006-03-31 11:29:33 +00:00
Source files with LF line endings (for Unix/Linux) without the
"configure" script
2009-04-06 01:17:23 +00:00
libpng-1.2.36beta04-no-config.tar.gz
libpng-1.2.36beta04-no-config.tar.lzma
libpng-1.2.36beta04-no-config.tar.bz2
2006-02-22 15:19:25 +00:00
Source files with CRLF line endings (for Windows), without the
"configure" script
2009-04-06 01:17:23 +00:00
lp1236b04.zip
lp1236b04.7z
lp1236b04.tar.bz2
2006-02-22 15:19:25 +00:00
Project files
2009-04-06 01:17:23 +00:00
libpng-1.2.36beta04-project-netware.zip
libpng-1.2.36beta04-project-wince.zip
2006-02-22 15:19:25 +00:00
Other information:
2009-04-06 01:17:23 +00:00
libpng-1.2.36beta04-README.txt
libpng-1.2.36beta04-KNOWNBUGS.txt
libpng-1.2.36beta04-LICENSE.txt
libpng-1.2.36beta04-Y2K-compliance.txt
libpng-1.2.36beta04-[previous version]-diff.txt
2008-08-19 02:25:39 +00:00
2009-02-04 20:38:51 +00:00
Changes since the last public release (1.2.34):
2008-08-19 02:25:39 +00:00
2009-02-28 12:09:50 +00:00
version 1.2.35beta01 [February 4, 2009]
Zero out some arrays of pointers after png_malloc(). (Tavis Ormandy)
2009-02-04 19:11:41 +00:00
2009-02-28 12:09:50 +00:00
version 1.2.35beta02 [Feburary 4, 2009]
Zero out more arrays of pointers after png_malloc().
version 1.2.35beta03 [February 5, 2009]
2009-02-06 05:05:02 +00:00
Use png_memset() instead of a loop to intialize pointers. We realize
this will not work on platforms where the NULL pointer is not all zeroes.
2009-02-04 19:11:41 +00:00
2009-02-28 12:09:50 +00:00
version 1.2.35rc01 [February 11, 2009]
No changes.
version 1.2.35rc02 [February 12, 2009]
Fix typo in new png_memset call in pngset.c (png_color should be png_charp)
version 1.0.43 and 1.2.35 [February 14, 2009]
No changes.
version 1.2.36beta01 [February 28, 2009]
Revised comments in png_set_read_fn() and png_set_write_fn().
Revised order of #ifdef's and indentation in png_debug definitions of png.h
bug introduced in libpng-1.2.34.
2009-03-21 13:10:28 +00:00
version 1.2.36beta02 [March 21, 2009]
Use png_memset() after png_malloc() of big_row_buf when reading an
interlaced file, to avoid a possible UMR.
Undid recent revision of PNG_NO_STDIO version of png_write_flush(). Users
having trouble with fflush() can build with PNG_NO_WRITE_FLUSH defined.
Revised libpng*.txt documentation about use of png_write_flush().
Removed fflush() from pngtest.c.
Added "#define PNG_NO_WRITE_FLUSH" to contrib/pngminim/encoder/pngusr.h
2009-04-06 01:17:23 +00:00
version 1.2.36beta03 [April 6, 2009]
Relocated misplaced PNG_1_0_X define in png.h that caused the prototype
for png_set_strip_error_numbers() to be omitted from PNG_NO_ASSEMBLER_CODE
builds. This bug was introduced in libpng-1.2.15beta4.
Added a section on differences between 1.0.x and 1.2.x to libpng.3/libpng.txt
version 1.2.36beta04 [April 6, 2009]
Fixed potential memory leak of "new_name" in png_write_iCCP() (Ralph Giles)
2009-03-28 00:22:39 +00:00
2008-08-21 10:54:29 +00:00
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
2009-02-28 12:09:50 +00:00
2006-02-21 04:09:05 +00:00
(subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
to subscribe) or to glennrp at users.sourceforge.net
1998-04-21 20:03:57 +00:00
1998-12-29 17:47:59 +00:00
Glenn R-P