From b4a7f7d403f6c0abc221fe2cacc2d74d076c1d2281477693973910214aee549c Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 9 May 2015 00:25:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=75 --- kio.changes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/kio.changes b/kio.changes index 49e5ec7..da66d3c 100644 --- a/kio.changes +++ b/kio.changes @@ -2,6 +2,20 @@ Sun May 3 19:48:36 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.10.0 + * Added KPropertiesDialog::KPropertiesDialog(urls) and + KPropertiesDialog::showDialog(urls). + * Asynchronous QIODevice-based data fetch for KIO::storedPut and + KIO::AccessManager::put. + * Fix conditions with QFile::rename return value (kde#343329) + * Fixed KIO::suggestName to suggest better names (kde#341773) + * kioexec: Fixed path for writeable location for kurl + (kde#343329) + * Store bookmarks only in user-places.xbel (kde#345174) + * Duplicate RecentDocuments entry if two different files + have the same name + * Better error message if a single file is too large for + the trash (kde#332692) + * Fix KDirLister crash upon redirection when the slot calls openURL * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.10.0.php