Accepting request 858310 from home:luca_b:branches:KDE:Frameworks5

- Add upstream patch to prevent crashing when using "apply to all"
  in the move/copy/overwrite dialog (kde#430374):
  * 0001-RenameDialog-Add-missing-nullptr-initialization.patch

OBS-URL: https://build.opensuse.org/request/show/858310
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=316
This commit is contained in:
2020-12-24 09:00:04 +00:00
committed by Git OBS Bridge
parent 98c27b3597
commit 8b166d5450
3 changed files with 48 additions and 10 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Dec 22 22:11:18 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Add upstream patch to prevent crashing when using "apply to all"
in the move/copy/overwrite dialog (kde#430374):
* 0001-RenameDialog-Add-missing-nullptr-initialization.patch
-------------------------------------------------------------------
Sat Dec 5 18:56:41 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
@@ -289,16 +296,16 @@ Wed Aug 7 17:51:31 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.61.0.php
- Changes since 5.60.0:
* Remove explicit use of ECM_KDE_MODULE_DIR, is part of ECM_MODULE_PATH
* Remove explicit use of ECM_KDE_MODULE_DIR, is part of ECM_MODULE_PATH
* Use identical internet-services icon.
* Stabilize test KFileWidgetTest::testDropFile
* Add missing KIOWIDGETS_NO_DEPRECTAED check
* Deprecate suggestName
* Replace implementation of suggestName with KFileUtils::suggestName
* Port internal usage of KIO::suggestName
* Fix can't enter directory error on some FTP servers with Turkish locale (kde#409740)
* Port from KRun::runService to KRun::runApplication
* Fix compiler warnings about initialization order.
* Stabilize test KFileWidgetTest::testDropFile
* Add missing KIOWIDGETS_NO_DEPRECTAED check
* Deprecate suggestName
* Replace implementation of suggestName with KFileUtils::suggestName
* Port internal usage of KIO::suggestName
* Fix can't enter directory error on some FTP servers with Turkish locale (kde#409740)
* Port from KRun::runService to KRun::runApplication
* Fix compiler warnings about initialization order.
* Look for protocols in the bin dir too, to fix the autotests
-------------------------------------------------------------------