From: Arvin Schnell Date: Thu, 19 Nov 2020 10:57:46 +0000 (+0100) Subject: - state in man-pages that ext4 support is discontinued X-Git-Tag: v0.8.15~17^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F596%2Fhead;p=thirdparty%2Fsnapper.git - state in man-pages that ext4 support is discontinued --- diff --git a/doc/snapper.xml.in b/doc/snapper.xml.in index 32acc1de..16195fd8 100644 --- a/doc/snapper.xml.in +++ b/doc/snapper.xml.in @@ -39,7 +39,7 @@ Snapper never modifies the content of snapshots. Thus snapper creates read-only snapshots if supported by the kernel. Supported filesystems are - btrfs and ext4 as well as snapshots of LVM logical volumes with + btrfs and ext4 (discontinued) as well as snapshots of LVM logical volumes with thin-provisioning. Some filesystems might not be supported depending on your installation. @@ -336,9 +336,10 @@ fstype - Manually set filesystem type. Supported values are btrfs, ext4 and lvm. For - lvm, snapper uses LVM thin-provisioned snapshots. The filesystem type on top of - LVM must be provided in parentheses, e.g. lvm(xfs). + Manually set filesystem type. Supported values are btrfs, ext4 + (discontinued) and lvm. For lvm, snapper uses LVM thin-provisioned snapshots. + The filesystem type on top of LVM must be provided in parentheses, + e.g. lvm(xfs). Without this option snapper tries to detect the filesystem. diff --git a/package/snapper.changes b/package/snapper.changes index 81113b41..e31c2b2f 100644 --- a/package/snapper.changes +++ b/package/snapper.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 19 11:49:29 CET 2020 - aschnell@suse.com + +- state in man-pages that ext4 support is discontinued + (gh#openSUSE/snapper#331) + ------------------------------------------------------------------- Wed Nov 18 12:13:56 CET 2020 - aschnell@suse.com