Hrvoje Senjan 2016-02-13 19:26:38 +00:00 committed by Git OBS Bridge
parent 585a074c39
commit f9bba294f6

View File

@ -8,6 +8,35 @@ Fri Feb 12 22:00:55 UTC 2016 - wbauer@tmo.at
Sat Feb 6 18:03:41 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.19.0
* New class FavIconRequestJob in new lib KIOGui,
for favicons retrieval
* Fix KDirListerCache crash with two listers for an empty
dir in the cache (kde#278431)
* Make Windows implementation of KIO::stat for file:/ protocol
error out if the file doesn't exist
* Don't assume that files in read-only dir can't
be deleted on Windows
* Fix .pri file for KIOWidgets: it depends on KIOCore,
not on itself
* Repair kcookiejar autoload, the values got
swapped in 6db255388532a4
* Make kcookiejar accessible under the dbus
service name org.kde.kcookiejar5
* kssld: install DBus service file for org.kde.kssld5
* Provide a DBus service file for org.kde.kpasswdserver
* [kio_ftp] fix display of file/directory
modification time/date (boo#960500, kde#354597)
* [kio_help] fix garbage sent when serving static files
* [kio_http] Try NTLMv2 authentication if the
server denies NTLMv1
* [kio_http] fix porting bugs which broke caching
* [kio_http] Fix NTLMv2 stage 3 response creation
* [kio_http] fix waiting until the cache cleaner
listens to the socket
* kio_http_cache_cleaner: don't exit on startup if
cache dir doesn't exist yet
* Change DBus name of kio_http_cache_cleaner so it
doesn't exit if the kde4 one is running
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.19.0.php
- Drop upstreamed patches: fix-kcookiejar-autoload.patch and