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

23 lines
911 B
Plaintext
Raw Normal View History

1998-04-21 20:03:57 +00:00
2000-04-07 15:34:56 +00:00
Libpng 1.0.6d - April 7, 2000
1998-04-21 20:03:57 +00:00
2000-04-02 03:10:05 +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
2000-04-02 03:10:05 +00:00
Changes since the last public release (1.0.6):
1999-09-17 17:27:26 +00:00
2000-04-07 15:34:56 +00:00
version 1.0.6d [April 7, 2000]
2000-04-02 03:10:05 +00:00
Changed sprintf() to strcpy() in png_write_sCAL_s() to work without STDIO
Added data_length parameter to png_decompress_chunk() function
Revised documentation to remove reference to abandoned png_free_chnk functions
Fixed an error in png_rgb_to_gray_fixed()
Revised example.c, usage of png_destroy_write_struct().
Renamed makefile.ibmvac3 to makefile.ibmc, added libpng.icc IBM project file
Added a check for info_ptr->free_me&PNG_FREE_TEXT when free'ing text in png.c
Simplify png_sig_bytes() function to remove use of non-ISO-C strdup().
1998-04-21 20:03:57 +00:00
Send comments/corrections/commendations to
1999-09-17 17:27:26 +00:00
png-implement@ccrc.wustl.edu or to randeg@alum.rpi.edu
1998-04-21 20:03:57 +00:00
1998-12-29 17:47:59 +00:00
Glenn R-P