Package Release Info

kconfig-5.20.0-4.1

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kconf_update5
kconfig-devel
libKF5ConfigCore5
libKF5ConfigCore5-lang
libKF5ConfigGui5

Change Logs

Version: 5.103.0-150500.1.4
* 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
Version: 5.20.0-2.1
* Sun Mar 06 2016 hrvoje.senjan@gmail.com
- Update to 5.20.0 (boo#970856)
  * KConfigIniBackend: Fix expensive detach in lookup
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.20.0.php
* Sat Feb 06 2016 hrvoje.senjan@gmail.com
- Update to 5.19.0 (boo#967668)
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.19.0.php
* Sat Jan 02 2016 hrvoje.senjan@gmail.com
- Update to 5.18.0
  * Ensure group is unescaped properly in kconf_update
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.18.0.php
* Thu Dec 10 2015 hrvoje.senjan@gmail.com
- Update to 5.17.0
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.17.0.php
* Sun Nov 08 2015 hrvoje.senjan@gmail.com
- Update to 5.16.0 (boo#955067)
  * Fix usage of ecm_create_qm_loader.
  * Fix include variable
  * Use KDE_INSTALL_FULL_ variant, so there is no ambiguity
  * Allow KConfig to use resources as fallback config files
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.16.0.php
* Mon Oct 05 2015 hrvoje.senjan@gmail.com
- Update to 5.15.0
  * Mark kconfig-compiler as non-gui tool
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.15.0.php
* Tue Sep 08 2015 hrvoje.senjan@gmail.com
- Update to 5.14.0
  * Optimize readEntryGui
  * Avoid QString::fromLatin1() in generated code
  * Minimize calls to expensive QStandardPaths::locateAll()
  * Finish the port to QCommandLineParser
    (it has addPositionalArgument now)
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.14.0.php
* Sat Aug 15 2015 wbauer@tmo.at
- Add kconfig-desktop-translations.patch: read translations for
  .desktop files from desktop-translations if they are not in the
  file itself (boo#904524, boo#932158)
* Tue Aug 04 2015 hrvoje.senjan@gmail.com
- Update to 5.13.0
  * The Qt version requirement has been bumped from 5.2 to 5.3
  * Debug output has been ported to categorized output, for less
    noise by default
  * Docbook documentation has been reviewed and updated
  * Don't recommend to use deprecated API
  * Don't generate deprecated code
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.13.0.php
* Sun Jul 05 2015 hrvoje.senjan@gmail.com
- Update to 5.12.0
  * Install kconfig_compiler into libexec
  * New code generation option TranslationDomain=, for use with
    TranslationSystem=kde; normally needed in libraries.
  * Make it possible to use kconfig_compiler from different sources
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.12.0.php
* Sun Jun 07 2015 hrvoje.senjan@gmail.com
- Update to 5.11.0
  * Prevent crash if QWindow::screen() is null
  * Add KConfigGui::setSessionConfig() (kde#346768)
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.11.0.php
- Drop 0001-ensure-platform-window-resize-processing.patch and
  0001-Add-KConfigGui-setSessionConfig.patch, merged upstream
- Delete 0001-ensure-platform-window-resize-processing.patch
* Sun May 17 2015 hrvoje.senjan@gmail.com
- Comment out 0001-ensure-platform-window-resize-processing.patch,
  causes bad side-effects (kde#344183,boo#931167)
* Tue May 12 2015 hrvoje.senjan@gmail.com
- Added 0001-Add-KConfigGui-setSessionConfig.patch (kde#346768)
* Sun May 03 2015 hrvoje.senjan@gmail.com
- Update to 5.10.0
  * Generate QML-proof classes using the kconfigcompiler
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.10.0.php
* Sat Apr 04 2015 hrvoje.senjan@gmail.com
- Update to 5.9.0
  * Fix assert when using KSharedConfig in a global object destructor.
  * kconfig_compiler: add support for CategoryLoggingName in *.kcfgc
    files, to generate qCDebug(category) calls.
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.9.0.php
* Sat Mar 07 2015 hrvoje.senjan@gmail.com
- Update to 5.8.0
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.8.0.php
* Sun Feb 08 2015 hrvoje.senjan@gmail.com
- Update to 5.7.0
  * kconf_update no longer processes *.upd file from KDE SC 4.
    Add "Version=5" to top of the upd file for updates that should
    be applied to Qt5/KF5 applications
  * Fixed KCoreConfigSkeleton when toggling a value with
    saves in between
  * Fixed using KSharedConfig in global object destructor
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.7.0.php
* Sat Jan 03 2015 hrvoje.senjan@gmail.com
- Update to 5.6.0
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.6.0.php
* Sat Dec 06 2014 hrvoje.senjan@gmail.com
- Update to 5.5.0
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.5.0.php
* Sun Nov 02 2014 hrvoje.senjan@gmail.com
- Update to 5.4.0
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.4.0.php