diff options
author | rfjakob | 2020-01-05 23:22:39 +0100 |
---|---|---|
committer | rfjakob | 2020-01-05 23:22:39 +0100 |
commit | 79302536411e7f4add0c44661a6aec9f34a8dba8 (patch) | |
tree | 372b57b5dd0dfbf2bf3d0f260a3ab504c3c57701 | |
parent | 170c53b771b111dffd4c4093ddc49506b8c212d9 (diff) |
Updated Compatibility (markdown)
-rw-r--r-- | Compatibility.md | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Compatibility.md b/Compatibility.md index ce62ed1..835c0ce 100644 --- a/Compatibility.md +++ b/Compatibility.md @@ -4,19 +4,9 @@ gocryptfs uses ext4-style *feature flags* to add new functionality or better sec However, from time to time major gocryptfs revisions will drop support for very old filesystems. This keeps the gocryptfs code base clean and maintainable. Users are encouraged to upgrade their filesystems (see below for how) as the new features often improve security. -As seen on the tables below, v1.0 will be the first version to drop support for very old filesystems (v0.6 and lower). +As seen on the tables below, v1.0 was the only version so far to drop support for very old filesystems (v0.6 and lower). -##### v0.6 and lower: - -| | can be mounted on ▶ | v0.4 | v0.5 | v0.6 | v0.7, v0.8 | v0.9, v0.10 | v0.11 | v0.12 | v1.0+ | -|------------------|---------------------|------|------|------|------------|-------------|-------|-------|------| -| ▼ **created by** | ▼ **feature flags** | | | | | | | | | -| v0.4 | - | Y | Y | Y | Y | Y | W | RO | - | -| v0.5 | D | - | Y | Y | Y | Y | W | RO | - | -| v0.6 | DE | - | - | Y | Y | Y | W | RO | - | - - -##### v0.7 and higher: +##### Supported versions (v0.7 and later) | | can be mounted on ▶ | v0.7, v0.8 | v0.9, v0.10, v0.11, <br> v1.0, v1.1, v1.2 | v1.1, v1.2 | v1.3 and later | |-------------------------------------------|---------------------|------------|-------------------------------------------|------------|------------| @@ -26,6 +16,16 @@ As seen on the tables below, v1.0 will be the first version to drop support for | v1.1, v1.2 <br>(reverse mode) | DEGLA | - | - | Y | Y | | v1.3 and later | DEGLH | - | - | - | Y | +##### Historical versions (v0.6 and earlier) + +| | can be mounted on ▶ | v0.4 | v0.5 | v0.6 | v0.7, v0.8 | v0.9, v0.10 | v0.11 | v0.12 | v1.0+ | +|------------------|---------------------|------|------|------|------------|-------------|-------|-------|------| +| ▼ **created by** | ▼ **feature flags** | | | | | | | | | +| v0.4 | - | Y | Y | Y | Y | Y | W | RO | - | +| v0.5 | D | - | Y | Y | Y | Y | W | RO | - | +| v0.6 | DE | - | - | Y | Y | Y | W | RO | - | + + Feature flags: * D = DirIV * E = EMENames @@ -42,4 +42,4 @@ Support flags: ### Upgrading -Upgrading a filesystem simply means creating a new filesystem and copying all the data over. See the "[Upgrading](https://github.com/rfjakob/gocryptfs/wiki/Upgrading)" page for more information.
\ No newline at end of file +Upgrading a filesystem simply means creating a new filesystem and copying all the data over. See the "[Upgrading](https://github.com/rfjakob/gocryptfs/wiki/Upgrading)" page for more information. |