X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-Id: <202310021803.392I3Ac1007702@delorie.com> Date: Mon, 2 Oct 2023 20:02:44 +0200 From: "Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de) [via djgpp-announce AT delorie DOT com]" To: djgpp-announce AT delorie DOT com Subject: ANNOUNCE: DJGPP port of library PNG 1.6.40 uploaded. Content-Type: text/plain; charset=US-ASCII UI-OutboundReport: notjunk:1;M01:P0:1vVEy35wZxg=;BTfqKYkVLKPVR6DNMVQuOeriMjL VU4fIKm+9XEdu0e1h+T2t4d0xCalMTmY7Rxp6VAg6Y6gYQaop2fiLr3mcjUBdF9WMAKxyGRZi CF1yfvd49vqdLq52oy7KJEth4Qho7MvYzxQDFTbivNiMIqz6nspa4x0tDZmd2xeOJj2i1ZOAz rguijSLRpQTQlhwVg/AIC01mZRXju/yohT7oz7DRctU14ijdVZx2ypQ9q1NUKgu02Kc+zKxpF Fbmek6tRZ7dMdBsPC/ECpbT22QBX+sQgj+wCKH/zTWo2R9Krwy3LkuQPVRX2Jc3sDzlJReHIH OgTMCGycAGOb+Fvl2tlbXZJ8PMFGJznZ7uW0WISINaEYDOTVfeU/VeatxNROiADHciz8AaYdD i2tCVNxWWUHasX9u5T5lbXFK0MqQkehKtFfFwuviOBMI/U1RGm3L5buZqA1APyj/vSy2xLONQ lDwmIKHBwFYDfZbTbm6rEyLektKncSitYpHYRTGZ8yyq1qED8DV5eEfSTPkKrbsUL4gbFOtFl DvY+ST3BcLju4o9fPDfu6ugZ0fgPkeOrFY1HMywxZBX3J4NAq4sMhMtIvXW0Ss4lYLCOZcEtO fUnfOlwMzIQViFZXFPHWDKnotF2MxbTWEvnpdyNpNVPcUSnTEuaPi7a8WjrIPeJFxDVr+j26H BkhLlrL831yM///RFiJ6W+QRpbR2A86XeNESF+dCWqEnX0Hei+hJvB+0Mpj8SUmDruPnd4iWo CyTjjOaHb7DnzXQ4+z4fqH/sMAR0EDXkYqtX+VM2KqgRA2TyGJMhmo17zJ5Ao+mwUL6cqXz/x qeR/ON7RerHrsm6XJ6E8vs6jT0EqCgZtTonqwBlPJki6hZ48091y+eKuEwYncu6TLk9QTZE/L yWzRUkdlp4z10FjUTzA1IarmCWdLepl/hVGa4UnVycRv7y6PxxsnOAyXRVnBTxxNxnfu50hy3 QFUlbNuIwgEwiAB5QyAKKG9tG9A= Reply-To: djgpp AT delorie DOT com This is a port of library PNG 1.6.40 to MSDOS/DJGPP. DJGPP specific changes. ======================= As for all binaries and libraries that handle images of any kind, it should be noted that files (streams) are *ALWAYS* openend in binary mode with all the well known implications on a DOS of WINDOWS OS if the stream comes from STDIN and/or STDOUT when these are still connected to the console. For the DJGPP port, the "SIGINT" and "SIGQUIT" signals are reenabled when the stream is connected to a TTY. 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, compile and use the package you will have to install the zlib port available at ftp.delorie.com and mirrors as: http://ftp.delorie.com/pub/djgpp/current/v2tk/zlb1213b.zip Of course, you can download a newer version of zlib if available. To compile the source code LFN support is required. I have build it on WinXP and Win98SE but I have never tried to build it on any other OS. As usual, all djgpp specific files (diffs, README files, etc.) are stored in the /djgpp directory. The sources have been configured to be build in the "0build" directory. If for some reason it does not work for you, delete its contents and configure from scratch again running the command: ..\djgpp\config.bat ../. For further information about library PNG please read the info docs and NEWS file. Here is an extract of the ANNOUNCE file showing the user visible changes from the last port (library PNG 1.6.39) to this one: ------------------------------------------------------------------------------- Changes from version 1.6.39 to version 1.6.40 --------------------------------------------- * Fixed the eXIf chunk multiplicity checks. * Fixed a memory leak in pCAL processing. * Corrected the validity report about tRNS inside png_get_valid(). * Fixed various build issues on *BSD, Mac and Windows. * Updated the configurations and the scripts for continuous integration. * Cleaned up the code, the build scripts, and the documentation. ------------------------------------------------------------------------------- The port consists of the usual two packages that have been produced using djdev20X (CVS repository code) and can be downloaded from ftp.delorie.com and mirrors as (time stamp 2023-09-10): library PNG 1.6.40 scripts, headers, libs and man format documentation: http://ftp.delorie.com/pub/djgpp/current/v2tk/png1640b.zip library PNG 1.6.40 source: http://ftp.delorie.com/pub/djgpp/current/v2tk/png1640s.zip Send library PNG specific bug reports to . Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or . Enjoy. Guerrero, Juan Manuel