X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-Id: <200709131841.l8DIfTx2011268@delorie.com> X-Recipient: djgpp-announce AT delorie DOT com X-Authenticated: #27081556 X-Provags-ID: V01U2FsdGVkX1/agtd+PSTajvFPuMq48gLUh3c2lA7Qgn4E9h9mqF oDh/Jnn5jwud0p From: Juan Manuel Guerrero To: djgpp-announce AT delorie DOT com Subject: ANNOUNCE: DJGPP port of libpng 1.2.20 uploaded. Date: Thu, 13 Sep 2007 20:48:55 +0200 Content-Disposition: inline X-Y-GMX-Trusted: 0 This is a port of libpng 1.2.20 to MSDOS/DJGPP. DJGPP specific changes. ======================= Because the package requires to compile snprintf and djdev203 lacks it, I have taken the appropriate files from djgpp CVS source tree. Apart from this change only the usual files needed for configuration with djgpp have been added. That files are stored in the /djgpp directory. To configure the package you will have to install the zlib port available at ftp.delorie.com and mirrors as: ftp://ftp.delorie.com/pub/djgpp/current/v2tk/zlib123b.zip or: ftp://ftp.delorie.com/pub/djgpp/beta/v2tk/zlib123b.zip Of course, you can download a newer version of zlib if available. The zlib stored in /current have been compiled with djdev203 and is intented for use with Win98SE. The one from /beta is compiled with djdeb204 beta for the use with WinXP-SP2. Please read the docs to become familiar with this product. ----------------------------------------------------------------------------- Changes since the last public release (1.2.19): version 1.2.20 [September 8, 2007] Added PNG_NO_ERROR_TEXT feature, with demo in contrib/pngminim Removed define PNG_WARN_UNINITIALIZED_ROW 1 /* 0: warning; 1: error */ because it caused some trouble. Revised scripts/CMakeLists.txt Remove a little more code in pngwutil.c when PNG_NO_WRITE_FILTER is selected. Added /D _CRT_SECURE_NO_WARNINGS to visual6c and visualc71 projects. Removed Intel contributions (MMX, Optimized C). ----------------------------------------------------------------------------- The port consists of two packages that have been compiled using djdev203 and that can be downloaded from ftp.delorie.com and mirrors as (timestamp 2007-09-13): libpng 1.2.20 scripts, headers, libs and man format documentation: ftp://ftp.delorie.com/pub/djgpp/current/v2tk/png1220b.zip libpng 1.2.20 source: ftp://ftp.delorie.com/pub/djgpp/current/v2tk/png1220s.zip For the convenience of the WinXP users the binaries has been produced a second time using the djdev204 beta library. This package is available at ftp.delorie.com and mirrors as (timestamp 2007-09-13): libpng 1.2.20 scripts, headers, libs and man format documentation: ftp://ftp.delorie.com/pub/djgpp/beta/v2tk/png1220b.zip Send libpng specific bug reports to . Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or . Enjoy. Guerrero, Juan Manuel