Hrvoje Senjan
2015-02-08 19:11:45 +00:00
committed by Git OBS Bridge
parent 5bd10d4d86
commit 0d5f55100b
4 changed files with 36 additions and 6 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Sun Feb 8 18:15:28 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.7.0
* Fixed crash in jobs when linking to KIOWidgets but only
using a QCoreApplication
* Fixed editing web shortcuts
* Added option KIOCORE_ONLY, to compile only KIOCore and its
helper programs, but not KIOWidgets or KIOFileWidgets, thus
reducing greatly the necessary dependencies
* Added class KFileCopyToMenu, which adds Copy To / Move To"
to popupmenus
* SSL-enabled protocols: added support for TLSv1.1 and TLSv1.2
protocols, remove SSLv3
* Fixed negotiatedSslVersion and negotiatedSslVersionName to
return the actual negotiated protocol
* Apply the entered URL to the view when clicking the button
that switches the URL navigator back to breadcrumb mode
* Fixed two progress bars/dialogs appearing for copy/move jobs
* KIO now uses its own daemon, kiod, for out-of-process services
previously running in kded, in order to reduce dependencies;
currently only replaces kssld
* Fixed "Could not write to <path>" error when kioexec is triggered
* Fixed "QFileInfo::absolutePath: Constructed with empty filename"
warnings when using KFilePlacesModel
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.7.0.php
-------------------------------------------------------------------
Sat Jan 3 18:03:27 UTC 2015 - hrvoje.senjan@gmail.com