Changelog for
libKF5ConfigCore5-5.65.0-1.116.x86_64.rpm :
* Sun Dec 08 2019 Christophe Giboudeaux
- Update to 5.65.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.65.0.php- Changes since 5.64.0:
* Don\'t use nullptr as flag. Make it compile against qt5.15
* Make sure to execute test with english lang
* Document Notifiers setting
* Only create a session config when actually restoring a session
* kwriteconfig: add delete option
* Add KPropertySkeletonItem
* Prepare KConfigSkeletonItem to allow inheriting its private class
* Sun Nov 03 2019 Christophe Giboudeaux - Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php- Changes since 5.63.0:
* These methods were adding in qt5.15
* kconfig_compiler: Move the KSharedConfig::Ptr when using them
* Make it compile against qt5.15 without deprecated method
* Use ECMGenerateExportHeader to manage deprecated API better
* Expose isImmutable to introspection (e.g. QML)
* Add convenience for defaults/dirty states to KCoreConfigSkeleton
* Make kconfig_compiler generate ctors with the optional parent arg
* Make preferences() a public function
* Sun Oct 06 2019 Christophe Giboudeaux - Update to 5.63.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.63.0.php- Changes since 5.62.0:
* Fix generating properties that start with an uppercase letter
* Rewrite ugly for with pointer arithmetic into range for
* Small performance enhacements
* [KConfig] port away from deprecated methods in Qt 5.14
* Sat Sep 07 2019 Christophe Giboudeaux - Update to 5.62.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.62.0.php- Changes since 5.61.0:
* Fix memory leak in KConfigWatcher
* Add a logging category for logs warnings
* Disable KCONFIG_USE_DBUS on Android
* Wed Aug 07 2019 Christophe Giboudeaux - Update to 5.61.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.61.0.php- Changes since 5.60.0:
* Include definition for class used in header
* Security: remove support for $(...) in config keys with [$e] marker. (CVE-2019-14744)- Drop 0001-Security-remove-support-for-.-in-config-keys-with-e-.patch
* Wed Aug 07 2019 Fabian Vogt - Add patch to drop involuntary command execution (boo#1144600, CVE-2019-14744):
* 0001-Security-remove-support-for-.-in-config-keys-with-e-.patch
* Fri Jul 19 2019 Wolfgang Bauer - Don\'t lower minimum Qt version anymore, it requires 5.11 now
* Sun Jul 14 2019 lbeltrameAATTkde.org- Update to 5.60.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.60.0.php- No code changes since 5.59.0
* Sun Jun 09 2019 lbeltrameAATTkde.org- Update to 5.59.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.59.0.php- Changes since 5.58.0:
* Replace qVariantFromValue with QVariant::fromValue
* Wed May 15 2019 lbeltrameAATTkde.org- Update to 5.58.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.58.0.php- Changes since 5.57.0:
* Add Notify capability to KConfigXT
* Fix typo in KConfig documentation.