aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-04-03 23:11:46 +0200
committerJakob Unterwurzacher2016-04-03 23:11:46 +0200
commit0a49ecb869b3a68caf78d78beda9f74bde1f4b10 (patch)
tree0fd44c741ed9b1ea8aa9a7327d02f4094d7ba305
parent8c44b27869930b89a12c3e8f77bc9e092dc9138b (diff)
Add v0.9 changes to READMEv0.9-rc2
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 753e390..52e7e6e 100644
--- a/README.md
+++ b/README.md
@@ -95,6 +95,19 @@ RM: 4.36
Changelog
---------
+v0.9-rc (release candidate, not yet stable)
+* Long file name support
+ * gocryptfs now supports file names up to 255 characters.
+ * This is a forwards-compatible change. gocryptfs v0.9 can mount filesystems
+ created by earlier versions but not the other way round.
+* Refactor gocryptfs into multiple "internal" packages
+* New command-line options:
+ * `-longnames`: Enable long file name support (default true)
+ * `-nosyslog`: Print messages to stdout and stderr instead of syslog (default false)
+ * `-wpanic`: Make warning messages fatal (used for testing)
+ * `-d`: Alias for `-debug`
+ * `-q`: Alias for `-quiet`
+
v0.8
* Redirect output to syslog when running in the background
* New command-line option: