From 9b5738457483c18f2197eae758a72526ca6730ca Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 4 Dec 2016 20:38:48 +0100 Subject: [PATCH] README: v1.2 includes the rendered man page in the tarball --- README.md | 1 + 1 file changed, 1 insertion(+) 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))