File Release Notes and Changelog
Notes:
Bugfixes for the new features added in 2.03pre1
Changes:
2002-09-24 Chris Lindell <clindell@users.sourceforge.nt>
<ol>
<li> Various fixes to get new features working in JavaScript
<li> Release 2.03pre2
</ol>
2002-09-07 Andrey A. Chernov <ache@users.sourceforge.net>
<ol>
<li> Turn off opt_lowres if no javascript is active since it does nothing
for perl-generated pages (i.e. not implemented).
<li> Don't store lowresdir option in %htmlOpts, it not affects
HTML output. Store cachedir option with opt_tables safeguard.
<li> Don't even call createLowResolutionImage() if not opt_lowres - speedup
WebMagick twice.
<li> Don't try to clean lowresdir and cachedir if they are not exists or
corresponding options are not turned on.
<li> Don't try to create lowresdir and cachedir if corresponding options
are not turned on.
<li> Read only first image from multi-image sequence such as animated GIFs
or MPEGs, it was broken with lowres code.
<li> Restore cache geometry handling broken with lowres code.
<li> Remove opt_lowresgeometry which is nothing but opt_lowresgeom
duplication.
<li> Cleanup formatting in few places, tabs have 8 positions, remove
comments not needed.
<li> Always use format extensions for lowres|cache images to get
proper MIME types for them.
<li> Store version in %htmlOpts only for non-anonynous case.
</ol>