Logjam 4.5.1 released by
evan
For those who use LogJam, evan released v4.5.0 yesterday. It had a few minor problems. They have now been fixed, and v4.5.1 was released today. It is available for download from a new site, since the old site was having Issues. (See the official release announcement here.) Yes, LogJam 4.5 has tag support.
I have an extensive patch for LogJam which adds a lot of additional HTML markup, changing a few functions to make the additional markup possible, and also rearranges the menus into an order I personally find more useful for LogJam, less to more specific left-to-right. (True, it's not standards-compliant. But it works for me. The patch changes the menu order in such a way that it can be changed back by re-ordering only seven lines in src/menu.c.)
My patch, should you wish to try it, is available here. To apply it, cd into the logjam-4.5.1 source directory and execute the following command:
zcat logjam-4.5.1ps.diff.gz | patch -p1
Then configure and build as normal. You may wish to do this on a copy of the source tree. (Well, actually, it is recommended that you do so. It's always a good idea to keep an untouched copy.)
no subject