* Tue Feb 28 2023 Christophe Marin <christophe@krop.fr>
- Update to 22.12.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/22.12.3/
* Tue Jan 31 2023 Christophe Marin <christophe@krop.fr>
- Update to 22.12.2
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/22.12.2/
* Tue Jan 03 2023 Christophe Marin <christophe@krop.fr>
- Update to 22.12.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/22.12.1/
* Fri Dec 02 2022 Christophe Marin <christophe@krop.fr>
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
* Sat Nov 26 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 22.11.90
* New feature release
* Sat Nov 12 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 22.11.80
* New feature release
* Tue Nov 01 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 22.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/22.08.3/
* Tue Oct 11 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 22.08.2
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/22.08.2/
* Tue Sep 06 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 22.08.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/22.08.1/
* Sun Aug 14 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 22.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.08.0/
* Fri Aug 05 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 22.07.90
* New feature release
* Sat Jul 16 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 22.07.80
* New feature release
* Tue Jul 05 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 22.04.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/22.04.3/
* Wed Jun 08 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 22.04.2
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/22.04.2/
* Tue May 10 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 22.04.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/22.04.1/
* Fri Apr 22 2022 Wolfgang Bauer <wbauer@tmo.at>
- Fix soversion
* Mon Apr 18 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 22.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.04.0/
* Fri Apr 08 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 22.03.90
* New feature release
* Wed Mar 23 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 22.03.80
* New feature release
- Too many changes since 21.12.3, only listing bugfixes:
* Fix infinite recursion in dummy backend. (kde#432704)
* Fix davfs entries being omitted from fstab file. (kde#447961)
* Add support for copying unknown partitions. (kde#447784)
* Switch to ntfsinfo to read NTFS usage. (kde#447248)
* Fix broken fstab when mount point includes space. (kde#446218)
- Drop patches, now upstream:
* 0001-Add-new-job-to-change-permission-of-the-newly-create.patch
* 0001-Move-the-changePosixPermission-to-the-Filesystem.patch
* 0001-Add-posix-permissions-on-filesystems-used-in-posix-s.patch
* 0001-Allow-running-chmod-in-externalcommand-helper.patch
* 0001-Add-support-for-copying-unknown-partitions.patch
* 0001-Fix-davfs-entries-being-omitted-from-fstab-file.patch
* 0001-Changing-swap-labels-while-swap-is-active-does-not-s.patch
* 0001-Update-description-of-polkit-helper.patch
* 0001-Fix-a-typo-in-definition-of-MiB-constant.patch
* 0001-Set-false-as-the-default-return-value-and-change-it-.patch
* 0001-Add-a-few-more-comments-explaining-copy-direction.patch
* 0001-Rename-blockSize-to-chunkSize-to-avoid-confusion-wit.patch
* 0001-Restrict-CreateFile-method-to-WriteFstab-method-in-p.patch
* 0001-Rename-variables-into-more-appropriate-fstabPath-and.patch
* 0001-Add-a-comment-about-WriteOnly.patch
* Mon Mar 07 2022 Christophe Giboudeaux <christophe@krop.fr>
- Replace %_libdir/libexec with %_libexecdir (boo#1174075)
Version: 21.12.3-bp154.1.97
* Wed Mar 02 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 21.12.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/21.12.3/
- Changes since 21.12.2:
* Do not repeatedly open and close file when reading from it.
* Do not repeatedly open and close file when writing to it.
* Make sure that path passed to WriteData is block device.
* Restrict CopyFileData to writing to already existing files.
* Rename CopyBlocks to CopyFileData.
* Check for relative paths in ExternalCommandHelper::CopyBlocks.
* Restrict QProcess::ProcessChannelMode to two used values.
* Be a bit more strict in root helper when checking path to /etc/fstab.
- Drop patches, now upstream:
* 0001-Do-not-repeatedly-open-and-close-file-when-reading-f.patch
* 0001-Do-not-repeatedly-open-and-close-file-when-writing-t.patch
* 0001-Make-sure-that-path-passed-to-WriteData-is-block-dev.patch
* 0001-Restrict-CopyFileData-to-writing-to-already-existing.patch
* 0001-Rename-CopyBlocks-to-CopyFileData.patch
* 0001-Check-for-relative-paths-in-ExternalCommandHelper-Co.patch
* 0001-Restrict-QProcess-ProcessChannelMode-to-two-used-val.patch
* 0001-Be-a-bit-more-strict-in-root-helper-when-checking-pa.patch
* Thu Feb 24 2022 Christophe Giboudeaux <christophe@krop.fr>
- Backport more upstream changes:
* 0001-Restrict-CreateFile-method-to-WriteFstab-method-in-p.patch
* 0001-Add-a-comment-about-WriteOnly.patch
* 0001-Add-a-few-more-comments-explaining-copy-direction.patch
* 0001-Set-false-as-the-default-return-value-and-change-it-.patch
* 0001-Rename-blockSize-to-chunkSize-to-avoid-confusion-wit.patch
* 0001-Fix-a-typo-in-definition-of-MiB-constant.patch
* 0001-Rename-variables-into-more-appropriate-fstabPath-and.patch
* Wed Feb 09 2022 Christophe Giboudeaux <christophe@krop.fr>
- Backport upstream changes to address security issues
(contributes to boo#1178848)
* 0001-Add-new-job-to-change-permission-of-the-newly-create.patch
* 0001-Move-the-changePosixPermission-to-the-Filesystem.patch
* 0001-Add-posix-permissions-on-filesystems-used-in-posix-s.patch
* 0001-Allow-running-chmod-in-externalcommand-helper.patch
* 0001-Add-support-for-copying-unknown-partitions.patch
* 0001-Fix-davfs-entries-being-omitted-from-fstab-file.patch
* 0001-Changing-swap-labels-while-swap-is-active-does-not-s.patch
* 0001-Be-a-bit-more-strict-in-root-helper-when-checking-pa.patch
* 0001-Restrict-QProcess-ProcessChannelMode-to-two-used-val.patch
* 0001-Check-for-relative-paths-in-ExternalCommandHelper-Co.patch
* 0001-Rename-CopyBlocks-to-CopyFileData.patch
* 0001-Restrict-CopyFileData-to-writing-to-already-existing.patch
* 0001-Make-sure-that-path-passed-to-WriteData-is-block-dev.patch
* 0001-Do-not-repeatedly-open-and-close-file-when-writing-t.patch
* 0001-Do-not-repeatedly-open-and-close-file-when-reading-f.patch
* 0001-Update-description-of-polkit-helper.patch
* Sat Feb 05 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 21.12.2
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/21.12.2/
- Changes since 21.12.1:
* Fix infinite recursion in dummy backend. (kde#432704)
* Thu Jan 13 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 21.12.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/21.12.1/
- Changes since 21.08.3:
* Fix broken fstab when mount point includes space. (kde#446218)
* Fix seek error when filling device with random data or zeroes.
* Do not destroy zfs pool when removing zfs partition.
* Bump minimal cmake version to 3.16
* Initialize all fields in Partition
* Clear attributes on new partition creation
* Sat Nov 13 2021 Christophe Giboudeaux <christophe@krop.fr>
- Update to 21.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/21.08.3/
- No code change since 21.08.1
* Mon Sep 06 2021 Christophe Giboudeaux <christophe@krop.fr>
- Update to 21.08.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/21.08.1
- No code change since 21.08.0
* Fri Aug 06 2021 Christophe Giboudeaux <christophe@krop.fr>
- Update to 21.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/21.08.0
- No code change since 21.04.2
* Fri Jun 25 2021 Christophe Giboudeaux <christophe@krop.fr>
- Update to 21.04.2
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/21.04.2
- No code change since 21.04.1
* Wed May 19 2021 Christophe Giboudeaux <christophe@krop.fr>
- Update to 21.04.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/21.04.1
- No code change since 21.04.0
- Use GCC 10 on Leap
* Tue Apr 20 2021 Christophe Giboudeaux <christophe@krop.fr>
- Update to 21.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/21.04
* Tue Oct 27 2020 Wolfgang Bauer <wbauer@tmo.at>
- Update to 4.2.0
* KAuth helper replaced with pure PolkitQt1 helper
* KDE Partition Manager (including KPMcore library) is now fully
REUSE 3.0 compliant
* Support for partitions with unknown file system
* Fixed and improved mount point and /etc/fstab handling
* Fixed a crash that was present for a long time but hard to
reproduce reliably
* KPMcore gained support for GPT partition attributes (It is not
yet wired in KDE Partition Manager)
* KPMcore has more support for setting GPT partition label and
UUID (Again, not yet wired in KDE Partition Manager)
* Port away from various deprecated Qt/KDE methods
* Workaround bad JSON output from sfdisk (will be fixed in
util-linux 2.37).
* Import partition flags when importing partition table
* Apply colour scheme to secondary (MBR logical) partitions
* Thu Aug 27 2020 Christophe Giboudeaux <christophe@krop.fr>
- Use %cmake_build instead of %make_jobs
* Mon Feb 10 2020 wbauer@tmo.at
- Update to 4.1.0
* Support for Minix file system
* Initial support for file system specific features although it's
not exposed via KDE Partition Manager GUI yet
* Some bug fixes, in particular Calamares installer should work
better than with 4.0
* Mon Oct 07 2019 wbauer@tmo.at
- Update to 4.0.1
* Do not align partitions if they are mounted, moving data when
partitions are mounted is almost guaranteed to cause data loss
(kde#412575)
* Fri May 24 2019 wbauer@tmo.at
- Update to 4.0.0
* Ported to KAuth to let the GUI run as unprivileged user
* KPMcore backend was ported away from libparted to sfdisk (part
of util-linux)
* Ported S.M.A.R.T. code away from unmaintained libatasmart to
smartmontools
* Better support for LUKS2
* Detection support for Apple's APFS filesystem and Microsoft's
Bitlocker
* Many of the KPMcore classes now use d-pointers, which in the
future releases will help us to maintain binary compatibility
(ABI) a bit better
* Use more modern C++ features
* Some bugfixes, in particular related to LVM
- Relax versioned requirements to not violate the SLPP