summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-11-01 14:07:42 +0100
committerJakob Unterwurzacher2015-11-01 14:07:42 +0100
commitf761a9b98aa42687a5ce0cfaa1f5b5a026311475 (patch)
treeab3252e928fe38065f8b7d8dedb3377962bde24b
parent3f490d4d86067761e6fdddd438f6fd045b7e58ef (diff)
README: Note used on-disk formats
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4e0d760..4f1fdd2 100644
--- a/README.md
+++ b/README.md
@@ -70,9 +70,10 @@ The output should look like this:
Changelog
---------
-v0.3 (in progress)
+v0.3
* Add file header that contains a random id to authenticate blocks
* This is an on-disk-format change
+* On-disk format 1
v0.2
* Replace bash daemonization wrapper with native Go implementation
@@ -80,6 +81,7 @@ v0.2
v0.1
* First release
+* On-disk format 0
See https://github.com/rfjakob/gocryptfs/releases for the release dates
and associated tags.