diff --git a/kcoreaddons.changes b/kcoreaddons.changes index 2458dc6..1a86809 100644 --- a/kcoreaddons.changes +++ b/kcoreaddons.changes @@ -1,7 +1,30 @@ ------------------------------------------------------------------- Sun Nov 8 16:58:33 UTC 2015 - hrvoje.senjan@gmail.com -- Update to 5.16.0 +- Update to 5.16.0 (boo#955067) + * KAboutData: apidoc "is is" -> "is" addCredit(): ocsUserName -> ocsUsername + * KJob::kill(Quiet) should also exit the event loop + * Add support for desktop file name to KAboutData + * Use correct escaping character + * Reduce some allocations + * Make KAboutData::translators/setTranslators simple + * Fix setTranslator example code + * desktopparser: skip the Encoding= key + * desktopfileparser: Address review comments + * Allow setting service types in kcoreaddons_desktop_to_json() + * desktopparser: Fix parsing of double and bool values + * Add KPluginMetaData::fromDesktopFile() + * desktopparser: Allow passing relative paths to service type files + * desktopparser: Use more categorized logging + * QCommandLineParser uses -v for --version so just use --verbose + * Remove lots of duplicated code for desktop{tojson,fileparser}.cpp + * Parse ServiceType files when reading .desktop files + * Make SharedMimeInfo an optional requirement + * Remove call to QString::squeeze() + * desktopparser: avoid unnecessary utf8 decoding + * desktopparser: Don't add another entry if entry ends in a separator + * KPluginMetaData: Warn when a list entry is not a JSON list + * Add mimeTypes() to KPluginMetaData * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.16.0.php