SHA256
1
0
forked from pool/drkonqi5

Plasma 5.19 Beta. Did I forget to submit the fixes? Untested - please publish disable before accepting.

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/drkonqi5?expand=0&rev=111
This commit is contained in:
2020-05-19 13:35:04 +00:00
committed by Git OBS Bridge
parent 8e47b502fb
commit d247785569
6 changed files with 46 additions and 17 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu May 14 14:33:01 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.18.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.18.90.php
- Changes since 5.18.5:
* initialize bools to false by default (kde#421187)
* Revert "Make it compile with qt5.15"
* Don't leak DrKonqi dialog / fix crash on wayland
* bump to require Qt 5.14
* Read the new message string after rather than before
* Use SyntaxHighlighter for highlighting
* Adapt to changes in kcrash
* [DrKonqi] Port QRegExp to QRegularExpression
* Bump required version of KF5 to 5.69.0
* Reduce unneeded dependencies
* skip over _start and __libc_start_main
* style++
* Include s_kcrashErrorMessage in our traces
* Make it compile against qt5.15. SkipEmptyParts is part of Qt::.
* Revert "remove pointless ifdef"
* remove pointless ifdef
* Port away from deprecated API on Qt 5.15.0
* Make it compile with qt5.15
* fix windows compilation, QString.sprintf() is deprecated
-------------------------------------------------------------------
Tue May 5 13:01:51 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>