diff options
author | rfjakob | 2016-06-16 19:21:31 +0200 |
---|---|---|
committer | rfjakob | 2016-06-16 19:21:31 +0200 |
commit | 65e024b0ab1d109b22664d909884c7cd59abcc75 (patch) | |
tree | 1bf828a86c4664165f21ee7daec90d3237ab4102 | |
parent | f81ed5d3b7b0562430e457b8f99e6556724d1520 (diff) |
Updated Compatibility (markdown)
-rw-r--r-- | Compatibility.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Compatibility.md b/Compatibility.md index 28659c4..2b1a1af 100644 --- a/Compatibility.md +++ b/Compatibility.md @@ -6,14 +6,14 @@ However, from time to time major gocryptfs revisions will drop support for very As seen on the table below, v1.0 will be the first version to drop support for very old filesystems (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 | Y | W | RO | - | -| v0.5 | DirIV | - | Y | Y | Y | Y | Y | W | RO | - | -| v0.6 | DirIV, EMENames | - | - | Y | Y | Y | Y | W | RO | - | -| v0.7, v0.8 | DirIV, EMENames, GCMIV128 | - | - | - | Y | Y | Y | Y | Y | Y | -| v0.9, v0.10, v0.11, v1.0 | DirIV, EMENames, GCMIV128, LongNames | - | - | - | - | - | Y | Y | Y | Y | +| | 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 | DirIV | - | Y | Y | Y | Y | W | RO | - | +| v0.6 | DirIV, EMENames | - | - | Y | Y | Y | W | RO | - | +| v0.7, v0.8 | DirIV, EMENames, GCMIV128 | - | - | - | Y | Y | Y | Y | Y | +| v0.9, v0.10, v0.11, v1.0 | DirIV, EMENames, GCMIV128, LongNames | - | - | - | - | Y | Y | Y | Y | * Y = full functionality * W = a warning is printed on mount, otherwise full functionality |