]>
Commit | Line | Data |
---|---|---|
75b6e0a0 | 1 | |
706b8807 | 2 | Libpng 1.2.7 - September 12, 2004 |
75b6e0a0 | 3 | |
2b5f62a0 VZ |
4 | This is not intended to be a public release. It will be replaced |
5 | within a few weeks by a public version or by another test version. | |
75b6e0a0 | 6 | |
706b8807 | 7 | Changes since the last public release (1.2.6): |
4946a942 | 8 | |
5b02c8a1 | 9 | Revised pngtest so memory allocation testing is only done when PNG_DEBUG==1. |
706b8807 VS |
10 | Removed unused pngasmrd.h file. |
11 | Removed references to uu.net for archived files. Added references to | |
12 | PNG Spec (second edition) and the PNG ISO/IEC Standard. | |
13 | Added "test-dd" target in 15 makefiles, to run pngtest in DESTDIR. | |
14 | Fixed bug with "optimized window size" in the IDAT datastream, that | |
15 | causes libpng to write PNG files with incorrect zlib header bytes. | |
16 | Fixed bug with sCAL chunk and big-endian machines (David Munro). | |
17 | Undid new code added in 1.2.6 to update the color_type in | |
18 | png_set_filler(). | |
19 | Added png_set_add_alpha() that updates color type. | |
20 | Revised png_set_strip_filler() to not remove alpha if color_type has alpha. | |
21 | Added makefile.hp64 | |
22 | Changed projects/msvc/png32ms.def to scripts/png32ms.def in makefile.cygwin | |
75b6e0a0 GD |
23 | |
24 | Send comments/corrections/commendations to | |
706b8807 VS |
25 | png-implement@ccrc.wustl.edu (subscription required; write to |
26 | majordomo@ccrc.wustl.edu with "subscribe png-implement" in the message) | |
27 | or to glennrp@users.sourceforge.net | |
75b6e0a0 GD |
28 | |
29 | Glenn R-P |