]>
Commit | Line | Data |
---|---|---|
75b6e0a0 | 1 | |
2b5f62a0 | 2 | Libpng 1.2.5rc3 - September 18, 2002 |
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 | |
2b5f62a0 | 7 | Changes since the last public release (1.2.4): |
4946a942 | 8 | |
2b5f62a0 VZ |
9 | version 1.2.4patch01 [July 20, 2002] |
10 | Revised makefile.cygwin to use DLL number 12 instead of 13. | |
11 | version 1.2.5beta1 [August 6, 2002] | |
12 | Added code to contrib/gregbook/readpng2.c to ignore unused chunks. | |
13 | Replaced toucan.png in contrib/gregbook (it has been corrupt since 1.0.11) | |
14 | Removed some stray *.o files from contrib/gregbook. | |
15 | Changed png_error() to png_warning() about "Too much data" in pngpread.c | |
16 | and about "Extra compressed data" in pngrutil.c. | |
17 | Prevent png_ptr->pass from exceeding 7 in png_push_finish_row(). | |
18 | Updated makefile.hggcc | |
19 | Updated png.c and pnggccrd.c handling of return from png_mmx_support() | |
20 | version 1.2.5beta2 [August 15, 2002] | |
21 | Only issue png_warning() about "Too much data" in pngpread.c when avail_in | |
22 | is nonzero. | |
23 | Updated makefiles to install a separate libpng.so.3 with its own rpath. | |
24 | version 1.2.5rc1 and 1.0.15rc1 [August 24, 2002] | |
25 | Revised makefiles to not remove previous minor versions of shared libraries. | |
26 | version 1.2.5rc2 and 1.0.15rc2 [September 16, 2002] | |
27 | Revised 13 makefiles to remove "-lz" and "-L$(ZLIBLIB)", etc., from shared | |
28 | library loader directive. | |
29 | Added missing "$OBJSDLL" line to makefile.gcmmx. | |
30 | Added missing "; fi" to makefile.32sunu. | |
31 | version 1.2.5rc3 and 1.0.15rc3 [September 18, 2002] | |
32 | Revised libpng-config script. | |
75b6e0a0 GD |
33 | |
34 | Send comments/corrections/commendations to | |
4946a942 | 35 | png-implement@ccrc.wustl.edu or to randeg@alum.rpi.edu |
75b6e0a0 GD |
36 | |
37 | Glenn R-P |