From bb37876c2bab72724efd13b989ef504dcfa7685426fa95764dea33647821b1cb Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Fri, 13 Mar 2015 09:20:40 +0000 Subject: [PATCH] update changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=63 --- kio.changes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/kio.changes b/kio.changes index c2948c7..9cdcce9 100644 --- a/kio.changes +++ b/kio.changes @@ -2,6 +2,13 @@ Sat Mar 7 16:58:54 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.8.0 + * Deprecate UDSEntry::listFields and add the UDSEntry::fields + method which returns a QVector without costly conversion. + * Sync bookmarkmanager only if change was by this process + (kde#343735) + * Fix startup of kssld5 dbus service + * Implement quota-used-bytes and quota-available-bytes from + RFC 4331 to enable free space information in http ioslave. * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.8.0.php - Drop 0001-sync-bookmarkmanager-only-if-change-was-by-process.patch,