From b239e8932421b1df074a3882e2e81a11737ff190ebeb34a23a70c629bdda6f9a Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 21 Aug 2016 16:04:41 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=147 --- kio.changes | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/kio.changes b/kio.changes index bc7fc07..4d80c88 100644 --- a/kio.changes +++ b/kio.changes @@ -9,6 +9,30 @@ Mon Aug 8 11:28:15 UTC 2016 - wbauer@tmo.at Sun Aug 7 21:54:01 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.25.0 + * Qt >= 5.5 is now required + * Fix KIO::linkAs() to work as advertised, i.e. + fail if dest already exists + * Fix KIO::put("file:///path") to respect the umask (kde#359581) + * Fix KIO::pasteActionText for null dest item and for empty URL + * Add support for undoing symlink creation + * GUI option to configure global MarkPartial for KIO slaves + * Fix MaxCacheSize limited to 99 KiB + * Add clipboard buttons to checksums tab + * KNewFileMenu: fix copying template file from embedded resource + (kde#359581) + * KNewFileMenu: Fix creating link to application (kde#363673) + * KNewFileMenu: Fix suggestion of new filename when file + already exist in desktop + * KNewFileMenu: ensure fileCreated() is emitted for + app desktop files too + * KNewFileMenu: fix creating symlinks with a relative target + * KPropertiesDialog: simplify button box usage, + fix behavior on Esc + * KProtocolInfo: refill cache to find newly installed protocols + * KIO::CopyJob: port to qCDebug + (with its own area, since this can be quite verbose) + * KPropertiesDialog: add Checksums tab + * Clean url's path before initializing KUrlNavigator * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.25.0.php