Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Rene Hexel <rh@netbsd.org>
List: source-changes
Date: 07/23/2000 13:31:52
Module Name: pkgsrc
Committed By: rh
Date: Sun Jul 23 10:31:52 UTC 2000
Modified Files:
pkgsrc/graphics/pngcrush: Makefile
pkgsrc/graphics/pngcrush/files: md5
Log Message:
Update pngcrush to 1.4.8.
Changes include:
Version 1.4.8
* Detect and remove all-opaque alpha channel.
* Detect and reduce all-gray truecolor images to grayscale.
Version 1.4.7
* Restored the "-ext" option that was inadvertently overridden
with a new "-exit" option in version 1.4.6 ("-exit" is used to
force an "exit" instead of a "return" from the main program).
Version 1.4.6
* Fixed bug in color-counting of noninterlaced images.
* Added capability of processing multiple rows at a time
(disabled by default because it turns out to be no faster).
* Replaced "return" statements in main() with "exit" statements.
User can force exit instead of return with "-exit" argument.
* Added the UCITA disclaimers to the help output.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/graphics/pngcrush/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/graphics/pngcrush/files/md5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.