Bug 413164 - Please tag a new release
Summary: Please tag a new release
Status: REPORTED
Alias: None
Product: trojita
Classification: Applications
Component: Other (show other bugs)
Version: git
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Trojita default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-18 23:21 UTC by Tobias Leupold
Modified: 2020-12-09 00:09 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Leupold 2019-10-18 23:21:11 UTC
Please tag some new release. Trojita is really cool, but your last release is three years old. There have been (as of now) 402 commits, so apparently, there's active development going on.

As long as there's no new release, there are (at least speaking of Gentoo) only bug fix updates with probably security-relevant "hotfixes" for  v0.7.

This sucks, beacuse I only have the choice to use v0.7 or current git master.

Surely, kicking out qtwebkit and replacing it with qtwebengine or such would be cool, but what about some maintainance release?

Thanks for your great work!
Comment 1 Andreas Sturmlechner 2020-06-28 21:02:36 UTC
+1 considering recent CVEs.
Comment 2 Peter Lerche 2020-09-12 08:03:35 UTC
+1
Comment 3 Tobias Leupold 2020-12-06 20:48:26 UTC
The lastest version available on gentoo (v0.7) currently crashes when opening an attachment. Happens everytime, with this backtrace:

    Thread 1 "trojita" received signal SIGSEGV, Segmentation fault.
    0x00007ffff30e76e9 in QNetworkRequest::attribute(QNetworkRequest::Attribute, QVariant const&) const
        () from /usr/lib64/libQt5Network.so.5
        
    st () at /usr/lib64/libQt5Network.so.5
    #1  0x00007ffff30d3e64 in  () at /usr/lib64/libQt5Network.so.5
    #2  0x00007ffff2175df5 in  () at /usr/lib64/libQt5Core.so.5
    #3  0x0000555555712699 in  ()
    #4  0x00007ffff2175df5 in  () at /usr/lib64/libQt5Core.so.5
    #5  0x00007ffff20f1aac in QAbstractItemModel::dataChanged(QModelIndex const&, QModelIndex const&, QVector<int> const&) () at /usr/lib64/libQt5Core.so.5
    #6  0x000055555569e922 in  ()
    #7  0x00007ffff2175df5 in  () at /usr/lib64/libQt5Core.so.5
    #8  0x00007ffff20f1aac in QAbstractItemModel::dataChanged(QModelIndex const&, QModelIndex const&, QVector<int> const&) () at /usr/lib64/libQt5Core.so.5
    #9  0x000055555573a060 in  ()
    #10 0x000055555578be0e in  ()
    #11 0x0000555555740244 in  ()
    #12 0x00007ffff216dd5c in QObject::event(QEvent*) () at /usr/lib64/libQt5Core.so.5
    #13 0x00007ffff2b3dd7f in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()
        at /usr/lib64/libQt5Widgets.so.5
    #14 0x00007ffff2b46a30 in QApplication::notify(QObject*, QEvent*) ()
        at /usr/lib64/libQt5Widgets.so.5
    #15 0x00007ffff2142307 in QCoreApplication::notifyInternal2(QObject*, QEvent*) ()
        at /usr/lib64/libQt5Core.so.5
    #16 0x00007ffff2144e30 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) ()
        at /usr/lib64/libQt5Core.so.5
    #17 0x00007ffff2197c73 in  () at /usr/lib64/libQt5Core.so.5
    #18 0x00007ffff0158867 in g_main_context_dispatch () at /usr/lib64/libglib-2.0.so.0
    #19 0x00007ffff0158af0 in  () at /usr/lib64/libglib-2.0.so.0
    #20 0x00007ffff0158b7f in g_main_context_iteration () at /usr/lib64/libglib-2.0.so.0
    #21 0x00007ffff2197a1d in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)
        () at /usr/lib64/libQt5Core.so.5
    #22 0x00007ffff2141133 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()
        at /usr/lib64/libQt5Core.so.5
    #23 0x00007ffff2149090 in QCoreApplication::exec() () at /usr/lib64/libQt5Core.so.5
    #24 0x00005555555e7296 in  ()
    #25 0x00007ffff1962d0b in __libc_start_main () at /lib64/libc.so.6
    #26 0x00005555555e8dda in _start ()

I built current git master to have a debug enabled version for a better backtrace. Git master does not crash.

Please tag a new release ... at least a bugfix one.