SHA256
1
0
forked from pool/sonnet

KDE Frameworks 5.42

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=151
This commit is contained in:
2018-01-17 15:07:07 +00:00
committed by Git OBS Bridge
parent c389cfeed4
commit fc0207dec0
4 changed files with 29 additions and 6 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Jan 16 22:50:24 CET 2018 - lbeltrame@kde.org
- Update to 5.42.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.42.0.php
- Changes since 5.41.0:
* autotests: replace duplication with for loop
* Remove obsolete reviewboardrc file
* Don't export internal helper executables
* Sonnet: fix wrong language for suggestions in mixed-language texts
* Sonnet: honour Settings::defaultClient(), useful for unittests
* autotests: skip if "en" not available with aspell (to fix the FreeBSD CI, hopefully)
* autotests: use QTEST_GUILESS_MAIN
* autotests: fix compilation with Qt 5.7
* autotests: enable QStandardPaths test mode
* autotests: turn test_suggest into a real automated test, checking for suggestions from aspell
* autotests: fix old TODO, GUILESS since QApp is not needed
* Remove anchient and broken workaround
* Don't cause circular linking on Windows
* Fix coding style. Const'ify, fix typo
-------------------------------------------------------------------
Sun Dec 17 09:43:50 CET 2017 - lbeltrame@kde.org