1998-04-21 20:03:57 +00:00
|
|
|
|
2002-05-21 23:06:08 +00:00
|
|
|
Libpng 1.2.3 - May 21, 2002
|
1998-04-21 20:03:57 +00:00
|
|
|
|
2002-05-21 23:06:08 +00:00
|
|
|
This is a public release of libpng, intended for use in production codes.
|
1998-04-21 20:03:57 +00:00
|
|
|
|
2002-04-27 15:11:25 +00:00
|
|
|
Changes since the last public release (1.2.2):
|
1999-09-17 17:27:26 +00:00
|
|
|
|
2002-04-27 15:11:25 +00:00
|
|
|
Changed ${PNGMAJ}.${PNGVER} bug to ${PNGVER} in makefile.sgi and makefile.sggcc
|
|
|
|
Fixed VER -> PNGVER typo in makefile.macosx and added install-static to install
|
|
|
|
Added install: target to makefile.32sunu and makefile.64sunu
|
|
|
|
Revised 15 makefiles to link libpng.a to libpngNN.a and the include libpng
|
|
|
|
subdirectory to libpngNN subdirectory without the full pathname.
|
|
|
|
Moved generation of libpng.pc from "install" to "all" in 15 makefiles.
|
|
|
|
Added install-man target to 15 makefiles (Dimitri Papadopolous-Orfanos).
|
|
|
|
Added $(DESTDIR) feature to 24 makefiles (Tim Mooney)
|
|
|
|
Fixed bug with $prefix, should be $(prefix) in makefile.hpux.
|
|
|
|
Updated cygwin-specific portion of pngconf.h and revised makefile.cygwin
|
|
|
|
Added a link from libpngNN.pc to libpng.pc in 15 makefiles.
|
|
|
|
Added links from include/libpngNN/*.h to include/*.h in 24 makefiles.
|
|
|
|
Revised makefile.darwin to make relative links without full pathname.
|
|
|
|
Added setjmp() at the end of png_create_*_struct_2() in case user forgets
|
|
|
|
to put one in their application.
|
2002-05-21 23:06:08 +00:00
|
|
|
Fixed bug in reporting number of channels in pngget.c, introduced in
|
|
|
|
version 1.2.2
|
2002-05-01 16:51:26 +00:00
|
|
|
Added "libpng.pc" dependency to the "install-shared" target in 15 makefiles.
|
2002-05-01 21:55:46 +00:00
|
|
|
Remove old libpng.pc and libpngNN.pc before installing new ones.
|
2002-05-21 23:06:08 +00:00
|
|
|
Revised 15 makefiles to build libpng-config and libpngNN-config from
|
|
|
|
libpng-config-*.in.
|
2002-05-03 01:49:40 +00:00
|
|
|
Added "Win32 DLL VB" configuration to projects/msvc/libpng.dsp
|
2002-05-11 01:19:58 +00:00
|
|
|
Changed "error" and "message" in prototypes to "error_message" and
|
|
|
|
"warning_message" to avoid namespace conflict.
|
2002-05-21 23:06:08 +00:00
|
|
|
Restored png_zalloc and png_zfree to nonexported form as in libpng-1.2.1.
|
|
|
|
Removed description of png_set_mem_fn() from documentation.
|
|
|
|
Revised projects/msvc/README.txt
|
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
|