diff options
author | Jakob Unterwurzacher | 2015-11-03 22:34:03 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-11-03 22:34:16 +0100 |
commit | 8b836656930708aaa2f7183cbaf4d8349b927e37 (patch) | |
tree | 743dcb787c06e68982865de595e8d7a871859366 /README.md | |
parent | 765411cc70577a6332f2eb3f446364878555a8bd (diff) |
README: List config format change
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -71,8 +71,13 @@ Changelog --------- v0.4 (in progress) -* Add "--plaintextnames option" - * This adds the PlainTextNames parameter to the config file, hence format++ +* Add `--plaintextnames` command line option + * Can only be used in conjunction with `--init` and disables filename encryption + (added on user request) +* Add `FeatureFlags` config file paramter + * This is a config format change, hence the on-disk format is incremented + * Used for ext4-style filesystem feature flags. This should help avoid future + format changes. * On-disk format 2 v0.3 |