Package Release Info

kcoreaddons-5.20.0-10.1

Update Info: Base Release
Available in Package Hub : 12 SP1-SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kcoreaddons
kcoreaddons-devel
kcoreaddons-lang
libKF5CoreAddons5

Change Logs

Version: 5.103.0-150500.1.3
* Wed Feb 08 2023 christophe@krop.fr
- Update to 5.103.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.103.0
- Changes since 5.102.0:
  * don't needlessly copy urls while iterating
  * KSandbox: Warn when running without flatpak-spawn privileges
* Thu Jan 12 2023 christophe@krop.fr
- Update to 5.102.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.102.0
- Changes since 5.101.0:
  * Config.cmake.in: workaround Inotify static issue
  * Better Pluralize 'n minutes ago' (kde#462261)
  * Fix portal urls cache on X11 (kde#460314)
* Tue Dec 06 2022 christophe@krop.fr
- Update to 5.101.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
  * [KJobTrackerInterface] qRegisterMetatype KJob::Unit
  * Remove unused variable
  * Perform initialization in initialization list
* Tue Nov 08 2022 christophe@krop.fr
- Update to 5.100.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.100.0
- Changes since 5.99.0:
  * Add missing . in error string
  * KPluginMetaData: Check applicationDirPath first when resolving plugin
    paths (kde#459830)
  * Fix static build of downstream consumers
  * Fix the translation folder name
  * KFileSystem: add Fuse Type; use libudev to probe underlying fuseblk type
* Sat Oct 01 2022 christophe@krop.fr
- Update to 5.99.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.99.0
- Changes since 5.98.0:
  * Remove unused includes
  * Show all headers in qtc6
  * Cache portal urls
  * Add new bugReportUrl standard metadata property
  * KSignalHandler: Fix documentation
  * Add Qt 6 Windows CI
  * .gitlab-ci.yml: enable static builds
  * Add support for static builds
  * Fix moc configuration of K_PLUGIN_CLASS macro
  * Use a non-deprecated notify signal for the KJob::percent property
* Tue Sep 06 2022 christophe@krop.fr
- Update to 5.98.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.98.0
- Changes since 5.97.0:
  * kcoreaddons_add_plugin: Add cmake option to skip plugin installation in autotests
  * Remove extra semi colon
  * Add FreeBSD Qt 6 CI
  * kfuzzymatchertest replace "QStringLiteral("")" with "QString("")"
  * Fix KUrlMimeData::exportUrlsToPortal for mixed files-and-directories URIs
* Sun Aug 07 2022 christophe@krop.fr
- Update to 5.97.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.97.0
- Changes since 5.96.0:
  * Deprecate KMessage system
  * KUserGroup: fix data race by porting from getgrgid to getgrgid_r
  * KUserGroup: centralize calls to getgrgid(), at least for constructors
  * KUser: fix data race by porting to getpwuid_r and getpwnam_r
  * KUser: use member initialization, call getpwuid in a single place
  * fix up the kpluingmetadata::value doc
  * Add KRuntimePlatform as alternative for KDeclarative::runtimePlatform
  * Fix klibexectest when build dir path contains symlink
  * Fix unit tests in kpluginfactorytest
  * Bump shared-mime-info to 1.8
  * make kprocess a more proper qprocess
  * new ksandbox function to start processes
  * refresh git-blame-ignore-revs for latest clang-format run
  * automatic clang-format run (clang 14)
  * Adapt libexec paths for KF6
* Sun Jul 03 2022 christophe@krop.fr
- Update to 5.96.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.96.0
- Changes since 5.95.0:
  * Remove duplicate header between cpp/h files
  * Add missing errno header
  * xdg drag and drop portal support
  * Install KMemoryInfo headers
* Fri Jun 10 2022 christophe@krop.fr
- Update to 5.95.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.95.0
- Changes since 5.94.0:
  * KPluginFactory: Create un-deprecated overload to register CreateInstanceWithMetaDataFunction
  * KSignalHandler: add error warnings when reading or writing signal
  * Use the versionless KDE_INSTALL_FULL_KSERVICETYPESDIR variant
  * port to standard C++ smart pointers where possible
  * kmemoryinfo class
  * KPluginFactory: Provide better context in error message if instance could not be created
  * KJob: add method to check if job was started with exec()
  * Add autotest for KStringHandler::lsqueeze/csqueeze/rsqueeze
  * new util ksandbox
  * KDirWatch: handle IN_Q_OVERFLOW events
  * KProcess: wrap Qt5-only QProcess API also with Qt version check
  * KListOpenFilesJob: check lsof executable exist in PATH before starting it with QProcess
  * KProcess: replace an assert with a check for empty
  * KAboutData: improve the API docs for LicenseKey enum
  * Install KMemoryInfo headers
* Tue May 10 2022 christophe@krop.fr
- Update to 5.94.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.94.0
- Changes since 5.93.0:
  * Fix kprocesstest for Qt6
  * autotests: fix kdelibs4configmigratortest for Windows
  * autotests: skip KNetworkMountsTestCanonical::testCanonicalSymlinkPath on Windows
  * autotests: skip KFileUtilsTest::testfindAllUniqueFiles on Windows
  * KNetworkMounts: fix some warnings
  * KPluginMetaData: Fix setting of MetaDataOption when building without deprecations
  * KPluginMetaData: Delegate to other constructors where possible
  * KPluginMetaData: Always initialize d-ptr
  * API dox: typofix, name of header to include
  * API dox: typofix, match @p with the actual params of expandMacro()
  * autotests: check for ZFS and expect failure then
  * autotests: make the FreeBSD test pass
  * processlist: don't call procstat_getpathname() at all
  * ListOpenFilesJob: avoid creating the processlist on FreeBSD multiple times