From 0eaa36220aca5e7c2264e939fc579e00eef8c274097faaa61385426ebb1a68c6 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 12 Aug 2017 09:46:41 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcoreaddons?expand=0&rev=147 --- kcoreaddons.changes | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/kcoreaddons.changes b/kcoreaddons.changes index 88259ad..eebda0c 100644 --- a/kcoreaddons.changes +++ b/kcoreaddons.changes @@ -1,10 +1,22 @@ ------------------------------------------------------------------- -Mon Aug 7 09:08:21 UTC 2017 - christophe@krop.fr +Sat Aug 12 09:23:20 UTC 2017 - christophe@krop.fr - Update to 5.37.0 * New feature release * For more details please see: * https://www.kde.org/announcements/kde-frameworks-5.37.0.php +- Changes since 5.36.0 : + * Remove unused init() declaration from K_PLUGIN_FACTORY_DECLARATION_WITH_BASEFACTORY_SKEL + * Restore the QCoreApplication library paths at the end of the tests that change it. + * API dox: add note about moc include need with K_PLUGIN_FACTORY(_WITH_JSON) + * add KAboutLicense::spdx and introduce orLater qualification + * API dox: for deprecated tell since and what to use instead + * disable compiler warning on testing deprecated function + * use an initializer list instead of calling insert a million times + * kdirwatch: Avoid potential crash if d-ptr destroyed before KDirWatch. (kde#381583) + * Fix display of formatDuration with rounding. (kde#360681,kde#382069) + * Use explicit flag value instead of nullptr + * API dox: use @p to refer to argument in running text, not @arg ------------------------------------------------------------------- Wed Jul 12 07:13:59 CEST 2017 - lbeltrame@kde.org