Package Release Info

okteta-17.12.3-bp150.2.3

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

okteta
okteta-devel
okteta-lang

Change Logs

* Sun Jul 16 2017 lbeltrame@kde.org
- Update to 17.04.3
  * New bugfix release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.04.3.php
- Changes since 17.04.2:
  * Qt5Designer_VERSION_STRING was deprecated in 5.1, use Qt5Designer_VERSION
  * Add gcc-compatible fallthrough comment
  * Add missing break;
  * Bump version to 0.22.3
  * Extend AbstractByteArrayModelIfTest::testFill to test filling past end
  * Make empty filling a noop for FixedSizeByteArrayModel
  * Fix filling across the end in PieceTableByteArrayModel & ByteArrayModel
* Tue Jul 11 2017 fabian@ritter-vogt.de
- Improve description text (boo#1047988)
* Sat Mar 25 2017 lbeltrame@kde.org
- Update to 17.03.80
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.03.80.php
- Changes since 16.12.3:
  * For compared or concatenated strings use QLatin1String, not QStringLiteral
  * Do not use static QString objects
  * Add missing emit keyword on signal call
  * Compose string manually
  * Remove unused variables/instances
  * Avoid calling methods on a temporary object
  * Add missing Q_OBJECT macro to QObject subclasses
  * Do not exit application if KDBusService fails to initialize.
  * Fix typo in docs
  * fix wrong structures directory
  * replace kf5-config from kdelibs4support with qtpaths
  * Point to category page on store.kde.org in docs
  * Replace kde-files.org with store.kde.org in docs
  * Bump version to 0.21.60
Version: 0.26.10-bp155.1.10
* Mon Jan 16 2023 Wolfgang Bauer <wbauer@tmo.at>
- Update to 0.26.10
  * Improved: translations
  * Improved: Skip bookmark on current position for next/previous
    navigation
- cleanup spec file
* Sun Jun 12 2022 Wolfgang Bauer <wbauer@tmo.at>
- Update to 0.26.9
  * Fixed: multiple issues in Structures tool
    + wrong warnings about unknown tag name "enumDef" in <data>
    + missing cleaning of any existing string data on reading zero-bytes string
    (kde#396057)
    + bad condition for string maxBytes value meaning empty string (kde#396057)
    + missing update of tree view after committing a change (kde#337653)
    + wrong offset for view markup of string characters
    + reading data from wrong offset on changes with a locked offset
    + missing combobox editor for enumerations with defined values (kde#337652)
  * Improved: multiple things in Structures tool
    + new context menu to copy data & display string to the clipboard
    (kde#314798)
    + additional action for before-mentioned context menu to select the bytes
  * Improved: control elements in tool views all have margins to the border
    and follow general QToolBar button style
  * Improved: translations
* Tue May 17 2022 Fabian Vogt <fabian@ritter-vogt.de>
- Update to 0.26.8
  * Fixed: Float 32-bit editor in decoding table tool no longer rejects negative
    values & decimal places (kde#453819)
  * Fixed: PNG structure definition example now ensures use of big endianness
    (kde#452362)
  * Improved: translations
  * Improved: have more text vertically centered in lists in tool views
  * Changed: no more use of fixed font type for any list headers in tool views
* Thu Apr 28 2022 Christophe Giboudeaux <christophe@krop.fr>
- Add okteta-rpmlintrc to silence the'shlib-policy-name-error'
  rpmlint error
* Wed Feb 23 2022 Wolfgang Bauer <wbauer@tmo.at>
- Update to 0.26.7
  * Improved: translations
  * Fixed: crash in string extraction tool with marked strings from
    closed view (kde#444405)
  * Fixed: in JIS X 0201 codec properly map ASCII control char
    subset
  * Fixed: use own IBM874 codec, given Qt with ICU maps it to
    TIS-620
  * Changed: a context menu now available with the view area (incl.
    tabs)
  * Changed: tabs of views can now be reordered (inside a single
    tab area)
  * Changed: empty documents can be created by LMB double-clicks
    in empty areas
  * Changed: remember used settings of tools across app restarts
  * Changed: remember used settings of data generators across app
    restarts
  * Changed: remember used settings of data encoders across app
    restarts
- Add signature file and keyring
Version: 17.04.2-2.1
* Wed Jun 07 2017 lbeltrame@kde.org
- Update to 17.04.2
  * New bugfix release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.04.2.php
- Changes since 17.04.1:
  * Bump version to 0.22.2
  * Use explicit constructor call for QFlags-based types instead of blank 0
  * Use Qt::NoItemFlags instead of blank 0
  * Only register to D-Bus after inital commandline parsing has been done
* Wed May 17 2017 lbeltrame@kde.org
- Update to 17.04.1
  * New bugfix release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.04.1.php
- Changes since 17.04.0:
  * Bump version to 0.22.1
  * Default to no debug logging in Okteta & Kasten libs for Qt >= 5.5
  * Default to no debug logging in Okteta app
* Sun Apr 16 2017 lbeltrame@kde.org
- Update to 17.04.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.04.0.php
- Changes since 17.03.90:
  * Fix doctype of ui.rc files to match root element
  * Bump version to 0.22.0
* Wed Apr 12 2017 lbeltrame@kde.org
- Update to 17.03.90
  * New bugfix release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.04-rc.php
- Changes since 17.03.80:
  * Use non-deprecated ECM KDEInstallDirs variables
  * Change deprecated <kpartgui> to <gui>
  * Add QT_DEPRECATED_WARNINGS/QT_DISABLE_DEPRECATED_BEFORE
  * Port qSort -> std::sort
  * Bump version to 0.21.90
* Sun Mar 26 2017 lbeltrame@kde.org
- Update to 17.03.80
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.03.80.php
- Changes since 16.12.3:
  * For compared or concatenated strings use QLatin1String, not QStringLiteral
  * Do not use static QString objects
  * Add missing emit keyword on signal call
  * Compose string manually
  * Remove unused variables/instances
  * Avoid calling methods on a temporary object
  * Add missing Q_OBJECT macro to QObject subclasses
  * Do not exit application if KDBusService fails to initialize.
  * Fix typo in docs
  * fix wrong structures directory
  * replace kf5-config from kdelibs4support with qtpaths
  * Point to category page on store.kde.org in docs
  * Replace kde-files.org with store.kde.org in docs
  * Bump version to 0.21.60
* Sat Mar 25 2017 fabian@ritter-vogt.de
- Add BuildRequires: cmake(Qca-qt5)
* Thu Mar 09 2017 lbeltrame@kde.org
- Update to 16.12.3
  * New bugfix release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-16.12.3.php
- Changes since 16.12.2:
  * None
* Thu Feb 09 2017 lbeltrame@kde.org
- Update to KDE Applications 16.12.2
  * KDE Applications 16.12.2
  * https://www.kde.org/announcements/announce-applications-16.12.2.php
* Sat Jan 14 2017 lbeltrame@kde.org
- - Update to KDE Applications 16.12.1
  * KDE Applications 16.12.1
  * https://www.kde.org/announcements/announce-applications-16.12.1.php
* Tue Dec 13 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.12.0
  * KDE Applications 16.12.0
  * https://www.kde.org/announcements/announce-applications-16.12.0.php
* Sat Dec 03 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.11.90
  * KDE Applications 16.12.0 RC
  * https://www.kde.org/announcements/announce-applications-16.12-rc.php
* Tue Nov 29 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.11.80
  * KDE Applications 16.12.0 Beta
  * https://www.kde.org/announcements/announce-applications-16.12-beta.php
* Wed Nov 09 2016 lbeltrame@kde.org
- Update to KDE Applications 16.08.3
  * KDE Applications 16.08.3
  * https://www.kde.org/announcements/announce-applications-16.08.3.php
Version: 16.08.2-2.20
* Tue Oct 11 2016 lbeltrame@kde.org
- KDE Applications 16.08.2
  https://www.kde.org/announcements/announce-applications-16.08.2.php
* Fri Sep 09 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.08.1
  * KDE Applications 16.08.1
  * https://www.kde.org/announcements/announce-applications-16.08.1.php
* Fri Aug 12 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.08.0
  * KDE Applications 16.08.0
  * https://www.kde.org/announcements/announce-applications-16.08.0.php
* Mon Aug 08 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.07.90
  * KDE Applications 16.07.90 (16.08-RC)
  * https://www.kde.org/announcements/announce-applications-16.07.90.php
* Fri Jul 08 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.04.3
  * KDE Applications 16.04.3
  * https://www.kde.org/announcements/announce-applications-16.04.3.php
* Tue Jun 14 2016 wbauer@tmo.at
- Use shared-mime-info macros (boo#979301)
* Fri Jun 10 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.04.2
  * KDE Applications 16.04.2
  * https://www.kde.org/announcements/announce-applications-16.04.2.php
* Sat May 07 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.04.1
  * KDE Applications 16.04.1
  * https://www.kde.org/announcements/announce-applications-16.04.1.php
* Sun Apr 17 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.04.0
  * KDE Applications 16.04.0
  * https://www.kde.org/announcements/announce-applications-16.04.0.php
* Mon Apr 11 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.03.90
  * KDE Applications 16.04.0 RC
  * https://www.kde.org/announcements/announce-applications-16.04-rc.php
Version: 15.12.3-3.1
* Sun Mar 13 2016 tittiatcoke@gmail.com
- Update to KDE Applications 15.12.3
  * KDE Applications 15.12.3
  * https://www.kde.org/announcements/announce-applications-15.12.3.php
  * boo#970855
* Sat Feb 13 2016 tittiatcoke@gmail.com
- Update to KDE Applications 15.12.2
  * KDE Applications 15.12.2
  * https://www.kde.org/announcements/announce-applications-15.12.2.php
  * boo#966605
* Sat Jan 09 2016 tittiatcoke@gmail.com
- Update to KDE Applications 15.12.1
  * KDE Applications 15.12.1
  * https://www.kde.org/announcements/announce-applications-15.12.1.php
  * boo#961265
* Sun Dec 13 2015 tittiatcoke@gmail.com
- Update to KDE Applications 15.12.0
  * KDE Applications 15.12.0
  * https://www.kde.org/announcements/announce-applications-15.12.0.php
  * boo#958887
* Tue Nov 10 2015 tittiatcoke@gmail.com
- Update to KDE Applications 15.08.3
  * KDE Applications 15.08.3
  * https://www.kde.org/announcements/announce-applications-15.08.3.php
  * boo#954531
* Sun Oct 11 2015 tittiatcoke@gmail.com
- Update to KDE Applications 15.08.2
  * KDE Applications 15.08.2
  * https://www.kde.org/announcements/announce-applications-15.08.2.php
* Sun Sep 13 2015 tittiatcoke@gmail.com
- Update to KDE Applications 15.08.1
  * KDE Applications 15.08.1
  * https://www.kde.org/announcements/announce-applications-15.08.1.php
* Wed Aug 19 2015 cgiboudeaux@gmx.com
- Update to KDE Applications 15.08.0
  * KDE Applications 15.08.0
  * https://www.kde.org/announcements/announce-applications-15.08.0.php
* Fri Aug 07 2015 tittiatcoke@gmail.com
- Update to KDE Applications 15.07.90
  * KDE Applications 15.08.0 RC1
  * https://www.kde.org/announcements/announce-applications-15.07.90.php
* Mon Jul 06 2015 tittiatcoke@gmail.com
- Update to KDE Applications 15.04.3
  * KDE Applications 15.04.3
  * https://www.kde.org/announcements/announce-applications-15.04.3.php
* Sat May 30 2015 tittiatcoke@gmail.com
- Update to KDE Applications 15.04.2
  * KDE Applications 15.04.2
  * https://www.kde.org/announcements/announce-applications-15.04.2.php
* Mon May 11 2015 tittiatcoke@gmail.com
- Update to KDE Applications 15.04.1
  * KDE Applications 15.04.1
  * https://www.kde.org/announcements/announce-applications-15.04.1.php
* Sat Apr 11 2015 tittiatcoke@gmail.com
- Update to KDE Applications 15.04.0
  * KDE Applications 15.04.0
  * https://www.kde.org/announcements/announce-applications-15.04.0.php
* Sat Mar 21 2015 tittiatcoke@gmail.com
- Update to KDE Applications 15.03.95
  * KDE Applications 15.04 RC
* Sun Mar 08 2015 tittiatcoke@gmail.com
- Update to KDE Applications 15.03.80
  * KDE Applications 15.04 Beta
* Tue Mar 03 2015 tittiatcoke@gmail.com
- Update to KDE Applications 14.12.3
  * KDE Applications 14.12.3
  * See https://www.kde.org/announcements/announce-applications-14.12.3.php
* Sun Feb 01 2015 tittiatcoke@gmail.com
- Update to KDE Applications 14.12.2
  * KDE Applications 14.12.2
  * See https://www.kde.org/announcements/announce-applications-14.12.2.php
* Mon Jan 12 2015 tittiatcoke@gmail.com
- Update to KDE Applications 14.12.1
  * KDE Applications 14.12.1
  * See https://www.kde.org/announcements/announce-applications-14.12.1.php
* Wed Dec 17 2014 tittiatcoke@gmail.com
- Update to KDE Applications 14.12.0
  * KDE Applications 14.12.0
  * See https://www.kde.org/announcements/announce-applications-14.12.0.php
* Wed Dec 17 2014 tittiatcoke@gmail.com
- Update to KDE Applications 14.12.0
  * KDE Applications 14.12.0
  * See https://www.kde.org/announcements/announce-applications-14.12.0.php
Version: 0.26.6-bp154.2.28
* Sat Apr 17 2021 Christophe Giboudeaux <christophe@krop.fr>
- Update URL.
* Tue Mar 30 2021 Wolfgang Bauer <wbauer@tmo.at>
- Update to 0.26.6
  * Improved: translations
  * Changed: touch screen input now handled explicitly, not as
    simulated mouse
    Initial set of support:
    + pinch gesture for zooming
    + tap gesture for setting cursor
    + tap & hold gesture for context menu
    + flick gesture for scrolling
  * Fixed: cursor after replacing inserts always positioned after
    new content
  * Fixed: cursor no longer displays value for 0x20 byte in some
    non-positions
  * Fixed: "Cut" menu entry now disabled in overwrite mode, being
    ignored action
  * Fixed: modification status icons update on app color theme
    change
  * Fixed: current cursor colors updated right after app color
    theme change
Version: 0.26.5-bp153.1.15
* Wed Feb 03 2021 wbauer@tmo.at
- Update to 0.26.5
  * Improved: Structure definitions allow custom pointer
    interpretations in JS
  * Improved: cursor flash time setting of 0 (= no blinking)
    supported
  * Improved: cursor shows char/value in background color instead
    of blank
  * Improved: new menu entry for selecting custom UI color scheme
  * Improved: less deprecated Qt/KF code usage
  * Improved: translations
* Thu Aug 27 2020 Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build
* Wed Jul 29 2020 wbauer@tmo.at
- Update to 0.26.4
  * Improved: struct2osd uses castxml now (gccxml has been
    deprecated)
  * Improved: less deprecated Qt code usage, avoiding logged
    runtime warnings
  * Improved: translations
Version: 0.26.3-bp152.1.20
* Mon Feb 03 2020 wbauer@tmo.at
- Update to 0.26.3
  * Added: CRC-64 algorithm for the checksum tool
  * Improved: install knsrc file at new location with newer KF5
    versions
  * Improved: use more latest Qt API where possible
  * Improved: translations
  * Fixed: view profile managing dialog now properly sized default
    marker column
  * Fixed: store.kde.org access for structure definitions also
    works without Plasma being installed
* Tue Jul 02 2019 wbauer@tmo.at
- Update to 0.26.2
  * Fixed: replacing content backwards no longer skips some content
  * Fixed: "From Cursor" in search dialog now disabled with "In
    Selection" on
  * Fixed: "In Selection" disabled now if there is nothing selected
  * Fixed: search dialog now modal to prevent unsupported
    interaction with app
  * Improved: maximum array size in structures extended to 64K
    (kde#371790)
  * Translations improved (ko)
Version: 0.26.1-bp151.1.4
* Thu Apr 11 2019 wbauer@tmo.at
- Update to 0.26.1
  * Fixed: bad offset of elements in statusbar
  * Translations improved (cs, en_GB, ga, lv, nn, pt)
* Tue Mar 12 2019 wbauer@tmo.at
- Update to 0.26.0
  * New: context menu available in byte array views, in the
    program, in the KParts plugin and and in the hex editing
    widgets from LibOktetaGui
  * New: qmake pri files and pkg-config pc files installed for the
    OktetaCore & OktetaGui libraries (_not_ for any Kasten ones)
  * Changed: ABI-breaking and software-incompatible clean-up of API
    and installed headers of the Okteta & Kasten libraries
  * Fixed: the metadata desktop file for the KParts plugin
    oktetapart is installed again, so it can be found and selected
    as viewer via its metadata
- Split out the libs and KParts plugin to separate packages as
  upstream recommends, move designer plugin to the devel package
* Mon Dec 31 2018 wbauer@tmo.at
- Update to 0.25.5
  * Add option to disable build of KParts plugin, Kasten libs, or
    program
  * Translations improved (fi, id, ru, zh_CN)
* Mon Oct 08 2018 wbauer@tmo.at
- Update to 0.25.4
  * Fix blurry cursor pixmaps in HiDPI
  * Fix broken shadow cursor in HIDPI
  * Translations improved (ru, sk)
* Mon Sep 03 2018 wbauer@tmo.at
- Update to 0.25.3
  * Setting Qt::AA_EnableHighDpiScaling for proper HiDPI scaling in
    environments where none of the QT_*SCALE* vars is set
  * Translations improved (ko, nn)
* Wed Aug 08 2018 wbauer@tmo.at
- Update to 0.25.2
  * Hide broken "Show non-printable chars" feature in UI for now
  * Translations improved (fi, pt_BR)
* Fri Jul 13 2018 wbauer@tmo.at
- Update to 0.25.1
  * Remove extra margins from config dialog pages of the Structures
    tool
  * Remove debug log "register count: %d, destroy count %d:" from
    normal build
  * Translations improved (id, it, nn, zh_CN)
* Tue Jun 12 2018 wbauer@tmo.at
- Update to 0.25.0
  * First stand-alone release independent of KDE Applications
- Changes since 0.24.3 (as part of KDE Applications 17.12.3):
  * Support for opening files by Drag'n'Drop on the empty
    background and the empty view tab bar space has been restored
    (lost in Qt5 port)
  * Closing documents per MMB on the tab has been restored (lost in
    Qt5 port)
  * Mass reformatting & modernization of source code
- Update build requirements and file list
- Update URL and Source URL
- Mark license files with %license instead of %doc
- Ran spec-cleaner
* Thu Mar 08 2018 lbeltrame@kde.org
- Update to 17.12.3
  * New bugfix release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.12.3.php
- Changes since 17.12.2:
  * Use QStyle::SP_DialogCloseButton instead of hardcoding "dialog-close"
  * Use icons with more BookmarksController actions
  * Bump version to 0.24.3
* Wed Feb 07 2018 lbeltrame@kde.org
- Update to 17.12.2
  * New bugfix release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.12.2.php
- Changes since 17.12.1:
  * Bump version to 0.24.2
* Thu Jan 11 2018 lbeltrame@kde.org
- Update to 17.12.1
  * New bugfix release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.12.1.php
- Changes since 17.12.0:
  * Fix StringDataInformation::setEncoding() logic on UTF16 endianess change
  * Fix crash on shutdown due to mTerminalPart trying to recover (kde#384993)
  * Bump version to 0.24.1
* Sat Dec 09 2017 lbeltrame@kde.org
- Update to 17.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.12.0.php
- Changes since 17.11.90:
  * appdata: use the more generic URL for documentation
  * Bump version to 0.24.0
* Sat Dec 02 2017 lbeltrame@kde.org
- Update to 17.11.90
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
- Changes since 17.11.80:
  * Bump version to 0.23.90
* Mon Nov 20 2017 lbeltrame@kde.org
- Update to 17.11.80
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
- Changes since 17.08.3:
  * Bump version to 0.23.80
  * New name for designer plugin file: oktetawidgets, following a pattern
  * Don't use KConfigDialogManager::changedMap with newer KF
  * No need to override KStandardAction::close icon >=KF5.38
  * Use newer version of QUrl::fromUserInput, drop QRegExp hack
  * No longer export private classes of AbstractFileSystem*Jobs
  * More const ref
  * Use QStringLiteral
  * Mpre QVector::reserve usage
  * More const ref for passing complex types
  * Use "override" tag also in DATAINFORMATION_CLONE_DECL macro
  * Merge test value codec metadata in one table
  * Use "override" tag for overriding methods
  * Use nullptr
  * Explicitely set copy constructors to be default implementation
  * Remove wrong "return" statement in void method
  * Remove bogus "emit" statements
  * More const ref for passing complex types
  * Use more QList/QVector::reserve
  * Use QStringLiteral
  * Remove unused variable
  * Use midRef where possible
  * Change Q_ENUMS -> Q_ENUM
  * Port to function pointer based Qt signal/slot connects
  * Bump min dep version of ECM/KF to 5.18
  * Bump min dep version of Qt to 5.6
  * Bump version to 0.23.60
* Thu Nov 09 2017 lbeltrame@kde.org
- Update to 17.08.3
  * New bugfix release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.08.3.php
- Changes since 17.08.2:
  * Bump version to 0.23.3
  * Structures settings: Fix defunct structure plugin enabling/disabling
* Mon Oct 16 2017 lbeltrame@kde.org
- Update to 17.08.2
  * New bugfix release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.08.2.php
- Changes since 17.08.1:
  * Add app=okteta to donation url in appdata
  * Use edit-delete icon for "delete view profile" action, shred is too much
  * Bump version to 0.23.2
* Thu Sep 07 2017 lbeltrame@kde.org
- Update to 17.08.1
  * New bugfix release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.08.1.php
- Changes since 17.08.0:
  * Bump version to 0.23.1
* Fri Aug 11 2017 christophe@krop.fr
- Update to KDE Applications 17.08.0
  * New feature release
  * https://www.kde.org/announcements/announce-applications-17.08.0.php
- Changes since 17.04.3 :
  * Use edit-delete-shred icon for "delete view profile" action
  * Use document-close icon for document close actions
  * Don't abuse #pragma message for TODOs which are not critical
  * Remove unneeded wrapper widget in structures settings dialog
  * Bump version to 0.22.90
  * Add missing added/closing signal forwarding in document strategies
  * Use function-adress slot connect in SingleDocumentStrategy
  * Remove extra compile options, stick to what KDECompilerSettings sets
  * Bump version to 0.22.80
  * Use KCrash
  * Bump version to 0.22.60
* Sat Aug 05 2017 christophe@krop.fr
- Update to KDE Applications 17.07.90
  * KDE Applications 17.07.90
  * https://www.kde.org/announcements/announce-applications-17.07.90.php
* Mon Jul 24 2017 jengelh@inai.de
- Make description neutral again