summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrfjakob2016-10-25 18:09:06 +0200
committerrfjakob2016-10-25 18:09:06 +0200
commitabcbe61eb92313d64496a8cb90df58cf8716b57a (patch)
tree4bc857fc3dcc8564555395683b6f95e16a2ec85f
parent1aff8f27a966c0268a2608b27f2078898e70ba2a (diff)
Updated Compatibility (markdown)
-rw-r--r--Compatibility.md26
1 files changed, 17 insertions, 9 deletions
diff --git a/Compatibility.md b/Compatibility.md
index 589f063..c7ee7d4 100644
--- a/Compatibility.md
+++ b/Compatibility.md
@@ -6,16 +6,24 @@ 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 | v1.1 |
-|--------------------------------|----------------------------------------------|------|------|------|------------|-------------|-------|-------|------|------|
-| ▼ **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 | Y |
-| v0.9, v0.10, v0.11, v1.0, v1.1 | DirIV, EMENames, GCMIV128, LongNames | - | - | - | - | Y | Y | Y | Y | Y |
-| v1.1-reverse | DirIV, EMENames, GCMIV128, LongNames, AESSIV | - | - | - | - | - | - | - | - | 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 | v1.1 |
+|--------------------------------|---------------------|------|------|------|------------|-------------|-------|-------|------|------|
+| ▼ **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, v0.8 | DEG | - | - | - | Y | Y | Y | Y | Y | Y |
+| v0.9, v0.10, v0.11, v1.0, v1.1 | DEGL | - | - | - | - | Y | Y | Y | Y | Y |
+| v1.1-reverse | DEGLA | - | - | - | - | - | - | - | - | Y |
+Feature flags:
+* D = DirIV
+* E = EMENames
+* G = GCMIV128
+* L = LongNames
+* A = AESSIV
+
+Support flags:
* Y = full functionality
* W = a warning is printed on mount, otherwise full functionality
* RO = can only be mounted read-only