security fix for CVE-2009-1382 and CVE-2009-2459.
While here, set LICENSE=gnu-gpl-v3.
It is hard to explain detailed changes with plain text, please refer following:
http://www.forkosh.com/mimetexchangelog.html
* 6 Sep 2008 -- An image like XXX doesn't look as good as the same image XXX
that's vertically aligned with your surrounding text. Along with several
standard HTTP header fields, mimeTeX now also emits a special
Vertical-Align: -nn header, where -nn is the number of pixels (usually
negative as illustrated) needed for a style="Vertical-Align: -nn px"
attribute in the <img> tag used to render your expression.
See the mimeTeX manual for further discussion.
* 5 Sep 2008 -- Users running mimeTeX as a Win32 DLL with Shital Shah's Code
Project reported that color directives aren't reset, e.g., an expression
containing \red is rendered red as directed, but all subsequent images are
red, too.
This has been fixed (along with several similar bugs nobody noticed).
It never affected users running mimeTeX in the usual way, as a cgi.
MimeTeX, licensed under the gpl, lets you easily embed LaTeX math in your html
pages. It parses a LaTeX math expression and immediately emits the corresponding
gif image, rather than the usual TeX dvi. And mimeTeX is an entirely separate
little program that doesn't use TeX or its fonts in any way. It's just one cgi
that you put in your site's cgi-bin/ directory, with no other dependencies. So
mimeTeX is very easy to install. And it's equally easy to use. Just place an
html <img> tag in your document wherever you want to see the corresponding LaTeX
expression.