Package Release Info

kconfig-5.103.0-150500.1.4

Update Info: Base Release
Available in Package Hub : 15 SP5 Subpackages

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kconf_update5
kconfig-devel
libKF5ConfigCore5
libKF5ConfigCore5-lang
libKF5ConfigGui5
libKF5ConfigQml5

Change Logs

* 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:
  * kconf_update: use standard exit status code
  * kconf_update: use CMAKE_INSTALL_FULL_LIBDIR
  * KCoreConfigSkeleton::ItemEnum::Choice2: add deprecation warning markup
  * KCoreConfigSkeleton::ItemEnum::choices2(): add deprecation markup
  * Android: Fix a bug where new file wouldn't be created
* 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:
  * fix safety issue of multiple threads use KConfig in the same process
* 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:
  * Apply existing  QScreen::name() workaround for Windows to new code (kde#429943)
  * Fix parser treating empty IntList default as a list of single zero element: [0]
  * Add test for empty default IntList config entry
* 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:
  * kconfig_compiler: switch away from bit mask for signal enum values
  * kconfig_compiler: fix generation of bit masks enum items for signals
  * kconfig_compiler: perform signals count check earlier
  * .gitlab-ci.yml: enable static builds
  * Fix KConfigGui initialization in case of static builds (kde#459337)
  * Fix the translation folder name
* 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:
  * Only warn about a file being inaccessible if we know which file it is
  * Add Qt6 windows CI support
  * Fix size and position restoration on multimonitor setups (kde#427875)
  * Warn when accessing an inaccessible config file
  * Fix minValue/maxValue for KConfigCompilerSignallingItem
* 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:
  * Add FreeBSD Qt6 CI support
  * Add KServiceAction as a friend of KConfigGroup
  * KConfigWatcher: initialize d->m_config in constructor
* 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:
  * Add explicit option to disable QML support
  * Don't inherit from containers
* 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
- No code change since 5.95.0
* 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:
  * Change "Actual Size" shortcut's text to "Zoom to Actual Size"
  * remove unused includes
  * Fix enum doc: close tags
* 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:
  * KConfigGroup: fix writePathEntry/readPathEntry roundtrip for symlinks
  * autotests: skip KStandardShortcutWatcherTest on Windows
  * Support storing QUuid
  * Add windows CI