* Document masters converted to DocBook.
* Man page typo fix.
* Glen Randers-Pehrson's configure.in tweaks to avoid testin
for a deprecated function.
* Typo fix in the web2png script.
* Document -f, restore -1 for backwards compatibility.
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2.4.2:
* Mac porting fixes from Paul Matzke <pmatzke@macline.com>.
2.4.1:
* Update to use the post-0.8.9 initialization code, so it
will play nice with shared libraries.
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
* Bug fix for aspect-ratio handling (Glenn Randers-Pehrson <glennrp@home.com>).
* No more direct assignments of the PNG info structure members;
it's all done through the API now.
Changes include:
* gif2png.c: Added some explanatory comments.
* web2png: Added Python version check.
* License changed (with Alexander Lehman's and David Koblas's
permission) to the libpng/zlib license.
* Option-processing cleanup.
* discard optional preceding # on gif2png -b option value.
* Fix to RCS machinery in web2png.
* Added -b option to gif2png for painting transparent pixels
with a specified background color.
* 64-bit cleanliness patch for gif2png from Jesse Perry.
* Fixed an option-processing bug in web2png.
* Added -a option to web2png.
* Fix references in .inc/.css/.js files.
* John Hascall's patch for filtermode.
* gif2png man page now warns about potential browser problems.
* Use env in web2png's #! for portability.
* Several minor fixes.
Changes since version 1.1.1:
* Fixed a bug in configure that was preventing it from finding
the png library properly.
* Fixed a brown-paper-bag bug -- web2png ignored directory
arguments.
* Added capability to handle BACKGROUND tags and http URLs.
Thanks to Rob Reid <reid@astro.utoronto.ca>.