* Sun Jun 07 2020 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.71.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.71.0
- Changes since 5.70.0:
* Make Solid::Ifaces::Device::displayName virtual
* Add a QString Solid::Device::displayName,
used in Fstab Device for network mounts
* Port away from deprecated Qt Methods
* [DeviceManager] Port one foreach to range-for
* [Solid] Port foreach to range-for
* [Solid] Port foreach to range/index for
* Sun May 03 2020 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.70.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.70.0
- Changes since 5.69.0:
* [Solid] Port foreach to range/index for
* [FakeCdrom] Add a new UnknownMediumType enumerator to MediumType
* [Solid] Replace foreach (deprecated) with range/index for
* [FstabWatcher] Fix loosing of fstab watcher
* [Fstab] Do not emit deviceAdded twice on fstab/mtab changes
* [FstabWatcher] Use static QStringLiteral instead of macro
* Sun Apr 05 2020 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.69.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.69.0
- Changes since 5.68.0:
* [Fstab] Ensure uniqueness for all filesystem types
* Samba: Ensure to differenciate mounts sharing the same source (kde#418906)
* Solid: Convert license headers to SPDX expressions
* hardware tool: define syntax via syntax arg
* Sun Mar 08 2020 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.68.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.68.0.php
- Changes since 5.67.0:
* Make it compile against qt5.15. SkipEmptyParts is part of Qt::.
* Fix inverted logic in IOKitStorage::isRemovable
* Use ecm_qt_install_logging_categories over manual categories file
* Sun Feb 02 2020 Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build.
* Sun Feb 02 2020 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.67.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php
- Changes since 5.66.0:
* Add signals for udev events with actions bind and unbind
* [Solid] Port away from deprecated QList methods
* Clarify referencing of DeviceInterface
* [Solid] Port QRegExp to QRegularExpression
* Sun Jan 05 2020 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.66.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.66.0.php
- Changes since 5.65.0:
* Remove endl. qCritical/qDebug already adds a endl.
* Clean up unnecessary code
* Display first / in mounted storage access description
* Port QSet::toList deprecated method
* Remove unused header from QtWidgets
* Fix build on BSD
* Port solid from Qt5::Widgets to Qt5::Gui
* Ensure mounted nfs filesystems matches their fstab declared counterpart (kde#406242)
* Update the obsolete projects.kde.org URL
* Sun Dec 08 2019 Christophe Giboudeaux <christophe@krop.fr>
- 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:
* [udisks2] fix media change detection for external optical drives (kde#394348)
* Sun Nov 03 2019 Christophe Giboudeaux <christophe@krop.fr>
- 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:
* Use ECMGenerateExportHeader to manage deprecated API better
* Don't build static library when BUILD_TESTING=OFF
* Sun Oct 06 2019 Christophe Giboudeaux <christophe@krop.fr>
- 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:
* Mark technology propertie as constant to avoid warning
* fstab: include QThreadStorage in all cases
* Use directly QElapsedTimer
* Sat Sep 07 2019 Christophe Giboudeaux <christophe@krop.fr>
- 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:
* Make battery serial property constant
* Only build tests when DBus is available
* Expose technology property in battery interface
* Remove unused includes
- Replace pkgconfig(Qt5Foo) with cmake(Qt5Foo) in build requirements
* Wed Aug 07 2019 Christophe Giboudeaux <christophe@krop.fr>
- 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:
* Make sure solid backends are reentrant
* Fri Jul 19 2019 Wolfgang Bauer <wbauer@tmo.at>
- Don't lower minimum Qt version anymore, it requires 5.11 now
* Sun Jul 14 2019 lbeltrame@kde.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
- Changes since 5.59.0:
* [Fstab] Select appropriate icon for home or root directory
* [Fstab] Show mounted "overlay" filesystems
* Install in new logging directory when we use kf5 5.59.0
* [UDev Backend] Narrow device queried for
* Sun Jun 09 2019 lbeltrame@kde.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:
* Use new syntax
* tests: build some tests depending on the used backend
* Refactor the way device backends are built and registered
* Remove deprecated method qVariantFromValue->QVariant::fromValue
* [Fstab] Use folder-decrypted icon for encrypting fuse mounts
* Wed May 15 2019 lbeltrame@kde.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:
* [Fstab] Add support for non-network filesystems
* [FsTab] Add cache for device file system type
* [Fstab] Preparatory work for enabling filesystems beyond NFS/SMB
* Fix no member named 'setTime_t' in 'QDateTime' error while building (kde#405554)
* Sun Apr 14 2019 lbeltrame@kde.org
- Update to 5.57.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.57.0.php
- Changes since 5.56.0:
* Allow building without UDev on Linux
* Only get clearTextPath when used
* Sun Mar 10 2019 lbeltrame@kde.org
- Update to 5.56.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.56.0.php
- Changes since 5.55.0:
* Hopefully fix compilation on Windows after commit c9a135579431
* It compile fine against qt5.13 without deprecated method
* Bring FindUDev.cmake up to ECM standards
Version: 5.55.0-bp151.1.7
* Fri Feb 15 2019 alarrosa@suse.com
- Downgrade the Qt version requirement to build with 5.9
* Sun Feb 10 2019 lbeltrame@kde.org
- Update to 5.55.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.55.0.php
- Changes since 5.54.0:
* Build without D-Bus on Android
* delete copy constructor and assignment operator of some internal classes
* Mon Jan 14 2019 lbeltrame@kde.org
- Update to 5.54.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.54.0.php
- Changes since 5.53.0:
* [UDisks2] Use MediaRemovable to determine if media can be ejected
* Use nullptr in more places
* lexer: disable input and unput functions
* Use nullptr in more places
* Support Bluetooth batteries
* Sun Dec 09 2018 lbeltrame@kde.org
- Update to 5.53.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.53.0.php
- Changes since 5.52.0:
* Use isEmpty()
* Remove virtual keyword
* Remove Qt prefix include
* Fix root disk icon change so that it doesn't erroneously change other icons
* Normalize signal/slot
* Use the new `drive-harddisk-root` icon for the root volume
* Sun Nov 11 2018 lbeltrame@kde.org
- Update to 5.52.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.52.0.php
- Changes since 5.51.0:
* [solid-hardware5] List icon in device details
* Add DEFAULT_SEVERITY
* [UDisks2] Power down drive on remove if supported (kde#270808)
* Tue Oct 16 2018 Luca Beltrame <lbeltrame@kde.org>
- Run spec-cleaner
* Mon Oct 15 2018 lbeltrame@kde.org
- Update to 5.51.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.51.0.php
- Changes since 5.50.0:
* Don't show an emblem for mounted disks, only unmounted disks
* [Fstab] Remove AIX support
* [Fstab] Remove Tru64 (__osf__) support
* Create and install solid.categories for kdebugsettings
* [Fstab] Add support for categorized logging
* [Fstab] Show non-empty share name in case root fs is exported (kde#395562)
* API dox: fix @note, to be used without trailing :
* Avoid potential detach on range-loops with non-const Qt containers
* Use QString's multi-arg with multiple string args
* Prefer provided drive label for loop devices as well
* Fix minor EBN issues
* Fix minor EBN issues
* Avoid division by zero
* Thu Sep 13 2018 lbeltrame@kde.org
- Update to 5.50.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.50.0.php
- Changes since 5.49.0:
* solid/udisks2: Add support for categorized logging
* [Windows Device] Show device label only if there is one
* Force reevaluation of Predicates if interfaces are removed
* Sun Aug 19 2018 christophe@krop.fr
- Update to 5.49.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.49.0.php
- Changes since 5.48.0:
* Honor BUILD_TESTING
* Mon Jul 16 2018 lbeltrame@kde.org
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Fix device label with unknown size
* Use more nullptr
* Use consistently override
* Tue Jun 12 2018 lbeltrame@kde.org
- Update to 5.47.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.47.0.php
- Changes since 5.46.0:
* Use override
* [FStab Handling] Clean up process running by using lambdas
* Sun May 13 2018 lbeltrame@kde.org
- Update to 5.46.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.46.0.php
- Changes since 5.45.0:
* Update mount point after mount operations (kde#370975)
* Invalidate property cache when an interface is removed
* Avoid creating duplicate property entries in the cache
* [UDisks] Optimize several property checks
* [UDisks] Correct handling of removable file systems (kde#391706)
- Dropped patches, now upstream:
* Update-mount-point-after-mount-operations.patch
* UDisks-Correct-handling-of-removable-file-systems.patch
Version: 5.45.0-bp150.2.4
* Wed May 02 2018 wbauer@tmo.at
- Add Update-mount-point-after-mount-operations.patch to fix
spurious errors when trying to open an unmounted disk/device in
file manager (kde#370975)
* Sat Apr 14 2018 lbeltrame@kde.org
- Update to 5.45.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.45.0.php
- Changes since 5.44.0:
* Introduce GamingInputBattery type
* Fix build on Android
* Use recently introduced UP enums
* add gaming_input devices and others to Battery
* Adding Battery Devices EnumAdding Battery Devices Enum
* [UDevManager] Also explicitly query for cameras
* [UDevManager] Already filter for subsystem before querying
* Mon Apr 09 2018 wbauer@tmo.at
- Add UDisks-Correct-handling-of-removable-file-systems.patch to
fix problems with mounting removable devices introduced by the
previous fix for Auto-mount (kde#391706, kde#389479)
* Sat Apr 07 2018 fabian@ritter-vogt.de
- Add udisks2 recommends
- Use %license
- Remove unnecessary ldconfig calls for -imports
- Remove unnecessary %requires_ge
- Clean .spec file
* Mon Mar 12 2018 lbeltrame@kde.org
- Update to 5.44.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.44.0.php
- Changes since 5.43.0:
* fix a leak and incorrect nullptr check in DADictionary.
* [UDisks] Fix auto-mount regression (kde#389479)
* [UDisksDeviceBackend] Avoid multiple lookup
* Mac/IOKit backend: support for drives, discs and volumes
- Dropped patches, now upstream:
* Fix-auto-mount-regression.patch
* Sat Feb 24 2018 wbauer@tmo.at
- Add Fix-auto-mount-regression.patch to fix broken "Automount on
login" with solid 5.43.0 (kde#389479)
* Mon Feb 12 2018 lbeltrame@kde.org
- Update to 5.43.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.43.0.php
- Changes since 5.42.0:
* unset maintainer
* [UDisks] Only ignore non-user backing file if it is known (kde#389358)
* [UDisks] Ignore non-user mounts (kde#379516)
* [UDisks Device] Show loop device with their backing file name and icon
* Tue Jan 16 2018 lbeltrame@kde.org
- Update to 5.42.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.42.0.php
- Changes since 5.41.0:
* Remove obsolete reviewboardrc file
* Fix minor CMake warning
* Remove cmake warning
* Sun Dec 17 2017 lbeltrame@kde.org
- Update to 5.41.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.41.0.php
- Changes since 5.40.0:
* Faster UDevManager::devicesFromQuery
* Mon Nov 13 2017 lbeltrame@kde.org
- Update to 5.40.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.40.0.php
- Changes since 5.39.0:
* Reduce QString creation in Udev checking
* Add .arcconfig
* Mon Oct 23 2017 lbeltrame@kde.org
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* [solid/fstab] Add support for x-gvfs style options in fstab
* [solid/fstab] Swap vendor and product properties, allow i18n of description
* Tue Sep 12 2017 lbeltrame@kde.org
- Update to 5.38.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.38.0.php
- Changes since 5.37.0:
* None
* Sat Aug 12 2017 christophe@krop.fr
- Update to 5.37.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.37.0.php
- Changes since 5.36.0 :
* Require sys/types.h for dev_t unconditionally.
* Use more nullptr
* Wed Jul 12 2017 lbeltrame@kde.org
- Update to 5.36.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.36.0.php
- Changes since 5.35.0:
* hal: use Q_DECL_OVERRIDE
* cmake: build udisks2 backend on FreeBSD only when enabled
* [FEATURE] Option to build & install QCH file with the public API dox
* Sun Jun 11 2017 lbeltrame@kde.org
- Update to 5.35.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.35.0.php
- Changes since 5.34.0:
* Revert "Fix incorrect definition of major(3)/minor(3) macros." This patch is part of a series which broke the build on MSVC.
* Revert "Adding files missing from last commit." This patch breaks the build for MSVC.
* Mon May 15 2017 fabian@ritter-vogt.de
- Update to 5.34.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.34.0.php
- Changes since 5.33.0:
* Adding files missing from last commit.
* Fix incorrect definition of major(3)/minor(3) macros.
* cmake: stop documenting non-existing variables
* Add include that is needed in msys2
* Sat Apr 15 2017 lbeltrame@kde.org
- Update to 5.33.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.33.0.php
- Changes since 5.32.0:
* Upgrade ECM and KF5 version requirements for 5.33.0 release.
* Minor: Fix API doc
* Upgrade KF5 version to 5.33.0.
Version: 5.32.0-2.1
* Sun Mar 19 2017 lbeltrame@kde.org
- Update to 5.32.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.32.0.php
- Changes since 5.31.0:
* Commit translations from l10n-kf5
* Upgrade ECM and KF5 version requirements for 5.32.0 release.
* [UDisks 2 Device] Add description for Floppy Disk
* Upgrade KF5 version to 5.32.0.
* Thu Feb 09 2017 hrvoje.senjan@gmail.com
- Update to 5.31.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.31.0.php
* Mon Jan 09 2017 hrvoje.senjan@gmail.com
- Update to 5.30.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.30.0.php
* Sun Dec 04 2016 hrvoje.senjan@gmail.com
- Update to 5.29.0
* winutils_p.h: Restore compatibility with WinXP SDK
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.29.0.php
* Sat Nov 05 2016 hrvoje.senjan@gmail.com
- Update to 5.28.0
* Fix unstable ordering of query results yet again
* Add a CMake option to switch between HAL and UDisks
managers on FreeBSD
* Make UDisks2 backend compile on FreeBSD
(and, possibly, other UNIXes)
* Windows: Don't display error dialogs (kde#371012)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.28.0.php
* Sun Oct 02 2016 hrvoje.senjan@gmail.com
- Update to 5.27.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.27.0.php
* Fri Dec 11 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
Version: 5.26.0-2.6
* Tue Sep 06 2016 hrvoje.senjan@gmail.com
- Update to 5.26.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.26.0.php
* Sun Aug 07 2016 hrvoje.senjan@gmail.com
- Update to 5.25.0
* Qt >= 5.5 is now required
* Always update the Predicate parser from yacc/lex sources
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.25.0.php
* Wed Jul 06 2016 hrvoje.senjan@gmail.com
- Update to 5.24.0
* Fix check that CPU is valid
* Handle reading /proc/cpuinfo for Arm processors
* Find CPUs by subsystem rather than driver
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.24.0.php
* Mon Jun 06 2016 hrvoje.senjan@gmail.com
- Update to 5.23.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.23.0.php
* Sat May 07 2016 hrvoje.senjan@gmail.com
- Update to 5.22.0 (boo#980066)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.22.0.php
* Mon Apr 04 2016 hrvoje.senjan@gmail.com
- Update to 5.21.0 (boo#974793)
* Upgrade Qt version requirement to 5.4.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.21.0.php
Version: 5.20.0-2.1
* Thu May 19 2016 alarrosa@suse.com
- The media-player-info package is not required anymore, but recommended.
* Sun Mar 06 2016 hrvoje.senjan@gmail.com
- Update to 5.20.0 (boo#970856)
* 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
* 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)
* 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
* 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
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.14.0.php
* Tue Aug 04 2015 hrvoje.senjan@gmail.com
- Update to 5.13.0
* 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
* 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
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.11.0.php
* Sun May 03 2015 hrvoje.senjan@gmail.com
- Update to 5.10.0
* 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
* Refresh the battery properties upon resume
* 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
* Added energyFull and energyFullDesign to Battery
* 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
* Enable fstab and upower backends on FreeBSD
* Power: Add aboutToSuspend signal
* 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
* Fix warning: No such signal org::freedesktop::UPower::Device
* 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
* Sat Oct 04 2014 hrvoje.senjan@gmail.com
- Update to 5.3.0
* New freedesktop backend, replacing the upower/udev/systemd backends
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.3.0.php
- Split command line utilities to a separate tools subpackage
- Enable WITH_NEW_POWER_ASYNC_FREEDESKTOP CMake option
* Tue Sep 09 2014 hrvoje.senjan@gmail.com
- Update to 5.2.0
* For more details please see:
http://kde.org/announcements/kde-frameworks-5.2.php