The May 9-th patch of 98.1p4 has a couple of bugs in it:
  1) Override.pm has the classic = vs == bug:
    In sub find_executable (line 272)
        if ($#PATH = 1) {
     should be
        if ($#PATH == 1) {
  2) Mysterious problem with ndbm:
    Processing any file ends with:

Doing section links .....ndbm store returned -1, errno 151, key "math_markup"
at /var/local/bin/latex2html line 993.

However, running with -debug does NOT produce the error (making debugging
tricky! but perhaps giving a clue ?)
Another clue(?) with -debug, the files TMP/global.* are produced.

Another question:  was 98.1p4 updated on may 9 intentionally?  I had the,
perhaps mistaken, impression that versions, once released, would stay locked-in
while the l2h-devel version would be the current snapshot.  Or does that
lock-in only apply to minor versions?

Thanks!

-- 
--
[EMAIL PROTECTED]
http://math.nist.gov/~BMiller/

Reply via email to