v4.6.0 |
[Nov. 28th, 2010|03:40 pm]
LogJam
|
[ | Current Location |
| | Espoo | ] |
[ | Current Music |
| | Darkseed - Give Me Light - Flying Together | ] | I'm glad to introduce a new release of the LogJam project.
https://github.com/andy-shev/LogJam/archives/v4.6.0
P.S. Evan transfered the maintainer's rights to me eventually. |
|
|
Comments: |
Nifty! Can we have a changelog?
Shortly (just git log --pretty="%an <%ae> %s" without irrelevant commits):
Richard Kettlewell <richard@kakajou.local> core: fix glib warnings in the console
Andy Shevchenko <andy.shevchenko@gmail.com> music: fix typo in the 'artist' field extracting (MPRIS v1)
Andy Shevchenko <andy.shevchenko@gmail.com> music: add MPRIS support to detect current music (v3)
Andy Shevchenko <andy.shevchenko@gmail.com> ui: extend URL opener list (v2)
Andy Shevchenko <andy.shevchenko@gmail.com> ui: introduce possibility to refer to twitter account (v2)
Andy Shevchenko <andy.shevchenko@gmail.com> music: add helper to detect music for Banshee player
Andy Shevchenko <andy.shevchenko@gmail.com> ui: add possibility to insert link by nickname (v2)
Andy Shevchenko <andy.shevchenko@gmail.com> ui: enable "keep drafts" functionality
Andy Shevchenko <andy.shevchenko@gmail.com> ui: show login history (v2)
Andy Shevchenko <andy.shevchenko@gmail.com> ui, liblivejournal: add 'Location' support
Andy Shevchenko <andy.shevchenko@gmail.com> ui, liblivejournal: tags support
Andy Shevchenko <andy.shevchenko@gmail.com> ui: close main window just after send
Andy Shevchenko <andy.shevchenko@gmail.com> ui: don't quit in docked mode
Andy Shevchenko <andy.shevchenko@gmail.com> ui: allow start logjam in system tray (no main window)
Andy Shevchenko <andy.shevchenko@gmail.com> ui: add context menu support in the dock (v2)
Andy Shevchenko <andy.shevchenko@gmail.com> editor: adds titles to links and images, and link to images
Andy Shevchenko <andy.shevchenko@gmail.com> core: enable threading only where we really need it
Andy Shevchenko <andy.shevchenko@gmail.com> music: fix MusicSource enum (v2)
Andy Shevchenko <andy.shevchenko@gmail.com> network: add support of the User-Agent header
Andy Shevchenko <andy.shevchenko@gmail.com> autofoo: explicit requirement of libX11 to be linked with
Andy Shevchenko <andy.shevchenko@gmail.com> Fix GtkSpinButton run-time warning
Andy Shevchenko <andy.shevchenko@gmail.com> Apply logjam-4.5.3-lj-embed.patch from Fedora
Andy Shevchenko <andy.shevchenko@gmail.com> Switch to libsoup 2.4 (from Fedora)
Andy Shevchenko <andy.shevchenko@gmail.com> Make spellchecking work
Andy Shevchenko <andy.shevchenko@gmail.com> Check current music via rhythmbox-client
Andy Shevchenko <andy.shevchenko@gmail.com> Apply logjam-4.4.1-backdated.patch from Fedora
Andy Shevchenko <andy.shevchenko@gmail.com> Apply logjam-4.4.1-cleanups.patch from Fedora
Andy Shevchenko <andy.shevchenko@gmail.com> Fix typo in ukrainian translation
Andy Shevchenko <andy.shevchenko@gmail.com> Slightly update russian translation
Gaal Yahas <gaal@forum.org> fix newer libgtkhtml
Cheers. :) Is there a walkthrough for those of us who don't know how to install from a tar.gz file? Compiling is not my strong point.
Unpack the tarball, cd into the resulting directory, run ./autogen.sh, make, make install.
Thanks! Looks like I don't have the required autoconf >= 2.53. Annoying.
Nice, the configure.in(s) contain a requirement of 2.52, but autogen.sh refers to 2.53. Which version do you have?
Of autoconf? I'm not sure how to check. :-/ I have logjam 4.5.3.
autoconf.
Simple run 'autoconf --version'
Thanks. :) I've got version 2.13.
Ooh... Try next: ls -l /usr/bin/autoconf*
Is there any binary like autoconf25*?
ls: cannot access /usr/bin/autoconf*: No such file or directory
There doesn't seem to be anything for autoconf in /usr/bin.
And what the distro so you use (name, version, ...)?
I'm using Ubuntu 10.10 (Maverick Meerkat).
Which is your *nix distribution? I guess the better way is to submit a bug on a bugzilla related to your *nix distribution and ask maintainer to update the package. At least it has been done for Fedora.
| |