Hrvoje Senjan 2016-03-13 16:27:48 +00:00 committed by Git OBS Bridge
parent 0ee53e43b9
commit e7a40637b6

View File

@ -1,7 +1,28 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Mar 6 09:58:57 UTC 2016 - hrvoje.senjan@gmail.com Sun Mar 6 09:58:57 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.20.0 - Update to 5.20.0 (boo#970856)
* Fix KIO app-slave connection breaking if appName contains
a '/' (kde#357499)
* Try multiple authentication methods in case of failures
* help: fix mimeType() on get()
* KOpenWithDialog: show mimetype name and comment in "Remember"
checkbox text (kde#110146)
* A series of changes to avoid a directory relist after a file
rename in more cases (kde#359596)
* http: rename m_iError to m_kioError
* kio_http: read and discard body after a 404 with errorPage=false
* kio_http: fix mimetype determination when URL ends with '/'
* FavIconRequestJob: add accessor hostUrl() so that konqueror
can find out what the job was for, in the slot
* FavIconRequestJob: fix job hanging when aborting due to
favicon too big
* FavIconRequestJob: fix errorString(), it only had the URL
* KIO::RenameDialog: restore preview support, add date and
size labels (kde#356278)
* KIO::RenameDialog: refactor duplicated code
* Fix wrong path-to-QUrl conversions
* Use kf5.kio in the category name to match other categories
* For more details please see: * For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.20.0.php https://www.kde.org/announcements/kde-frameworks-5.20.0.php