aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-12-04 20:38:48 +0100
committerJakob Unterwurzacher2016-12-04 20:38:48 +0100
commit9b5738457483c18f2197eae758a72526ca6730ca (patch)
treedd356e9e7829fed379aba3bd4b1f512850494589
parentec89eb1d76733f07b27263d6fca65fa04189783b (diff)
README: v1.2 includes the rendered man page in the tarballv1.2
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8e33640..f130c52 100644
--- a/README.md
+++ b/README.md
@@ -135,6 +135,7 @@ v1.2, 2016-12-04
at the cost of reduced out-of-space robustness.
* This is a workaround for Btrfs' slow fallocate(2)
* Preserve owner for symlinks an device files (fixes bug [#64](https://github.com/rfjakob/gocryptfs/issues/64))
+* Include rendered man page `gocryptfs.1` in the release tarball
v1.1.1, 2016-10-30
* Fix a panic on setting file timestamps ([go-fuse#131](https://github.com/hanwen/go-fuse/pull/131))