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

31 lines
1.4 KiB
Plaintext
Raw Normal View History

1998-04-21 15:03:57 -05:00
2002-07-07 19:15:20 -05:00
Libpng 1.2.4 - July 8, 2002
1998-04-21 15:03:57 -05:00
2002-07-07 19:15:20 -05:00
This is a public release of libpng, intended for use in production codes.
1998-04-21 15:03:57 -05:00
2002-05-25 11:12:10 -05:00
Changes since the last public release (1.2.3):
1999-09-17 12:27:26 -05:00
2002-05-25 11:12:10 -05:00
Added libpng.pc and libpng-config to "all:" target in 16 makefiles.
Fixed bug in 16 makefiles: $(DESTDIR)/$(LIBPATH) to $(DESTDIR)$(LIBPATH)
Added missing "\" before closing double quote in makefile.gcmmx.
Plugged various memory leaks; added png_malloc_warn() and png_set_text_2()
functions.
2002-06-20 06:54:34 -05:00
Plugged memory leak of png_ptr->current_text (Matt Holgate).
Check for buffer overflow before reading CRC in pngpread.c (Warwick Allison)
Added -soname to the loader flags in makefile.dec, makefile.sgi, and
makefile.sggcc.
Added "test-installed" targets to makefile.linux, makefile.gcmmx,
2002-07-07 19:15:20 -05:00
makefile.sgi, makefile.sggcc, makefile.32sunu, makefile.64sunu,
makefile.beos, makefile.darwin, makefile.dec, makefile.macosx,
makefile.solaris, makefile.sco, makefile.cygwin, makefile.hpux,
makefile.hpgcc, and makefile.so9.
2002-07-01 22:23:46 -05:00
Plugged memory leak of row_buf in pngtest.c when there is a png_error().
2002-06-28 09:34:00 -05:00
Detect buffer overflow in pngpread.c when IDAT is corrupted with extra data.
2002-07-01 22:23:46 -05:00
Revised pnggccrd.c to be able to back out version 1.0.x via PNG_1_0_X macro.
2002-07-07 19:15:20 -05:00
Changed png_warning() to png_error() when width is too large to process.
1998-04-21 15:03:57 -05:00
Send comments/corrections/commendations to
1999-09-17 12:27:26 -05:00
png-implement@ccrc.wustl.edu or to randeg@alum.rpi.edu
1998-04-21 15:03:57 -05:00
1998-12-29 11:47:59 -06:00
Glenn R-P