OBS User mrdocs
2018-03-06 22:31:30 +00:00
committed by Git OBS Bridge
parent 0e1a5ba5af
commit 3312eb2c5f
4 changed files with 30 additions and 6 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Tue Mar 6 16:07:54 CET 2018 - fabian@ritter-vogt.de
- Update to 5.12.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.12.3.php
- Changes since 5.12.2:
* [cuttlefish] Fix unencoded & in appdata bugtracker link
* Remove unported and dead code for remote-widgets-browser
* [cuttlefish] Fix bugtracker link in appdata
* [plasmoidviewer] Set app metadata for a proper D-Bus service name
* [plasmoidviewer] Create KDBusService only after processing cmdl args
* [engineexplorer] Remove extra margins around UI forms
* Actually use KF5_MIN_VERSION with find_package(KF5)
* [cuttlefish] Set translation domain for app in code, not as compile flag
* Use project() only once in the toplevel CMakeLists.txt
* Actually use QT_MIN_VERSION with find_package(Qt5)
* Require KDE Frameworks 5.42 and Qt 5.9
* [engineexplorer] Add missing handling of cmdl args by aboutData
* [engineexplorer] Do not repeat work of KAboutData::setApplicationData()
* [engineexplorer] Fix unported setting of window icon
* [plasmoidviewer] Add missing KLocalizedString::setApplicationDomain()
* [plasmoidviewer] Add missing window icon, use "plasma"
-------------------------------------------------------------------
Wed Feb 21 23:57:09 CET 2018 - lbeltrame@kde.org