summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Unterwurzacher2018-06-10 19:30:10 +0200
committerJakob Unterwurzacher2018-06-12 23:07:42 +0200
commit009cc0ae8be9322e4c5b10050db3eb0495c674e6 (patch)
tree6be44614d9e625b31c705b4690c4ff936679afc2 /README.md
parente925e1b78e6fb0bb22bd7963b9b45b4fa6fc4695 (diff)
Update README and MANPAGE for v1.5v1.5
Also update the performance numbers. I see some slowdown, reason is not yet clear, but nothing to block the release.
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 17 insertions, 5 deletions
diff --git a/README.md b/README.md
index ec8a8b6..91a9da0 100644
--- a/README.md
+++ b/README.md
@@ -153,13 +153,25 @@ RM: 4.42
Changelog
---------
-vNEXT, in progress
+v1.5, 2018-06-12
+* **Support extended attributes (xattr)** in forward mode
+ ([#217](https://github.com/rfjakob/gocryptfs/issues/217)). Older gocryptfs versions
+ will ignore the extended attributes.
+* **Add `-fsck` function**
+ ([#191](https://github.com/rfjakob/gocryptfs/issues/191))
+* Fix clobbered timestamps on MacOS High Sierra
+ ([#229](https://github.com/rfjakob/gocryptfs/issues/229))
* Add `-masterkey=stdin` functionality
([#218](https://github.com/rfjakob/gocryptfs/issues/218))
-* Support extended attributes (xattr) in forward mode
- ([#217](https://github.com/rfjakob/gocryptfs/issues/217))
-* Add `-fsck` function
- ([#191](https://github.com/rfjakob/gocryptfs/issues/191))
+* Accept `-dev`/`-nodev`, `suid`/`nosuid`, `-exec`/`-noexec`,
+ `-ro`/`-rw` flags to make mounting via `/etc/fstab` possible.
+ Thanks @mahkoh! ([#233](https://github.com/rfjakob/gocryptfs/pull/233),
+ [commit](https://github.com/rfjakob/gocryptfs/commit/53d6a9999dd0e4c31636d16179f284fff35a35d9),
+ [commit](https://github.com/rfjakob/gocryptfs/commit/10212d791a3196c2c8705a7a3cccdeb14a8efdbe))
+* Fix a `logger` path issue on SuSE
+ [#225](https://github.com/rfjakob/gocryptfs/issues/225)
+* Stop printing the help text on a "flag provided but not defined"
+ error ([commit](https://github.com/rfjakob/gocryptfs/commit/5ad26495fc86527bbfe75ac6b46528d49a373676))
v1.4.4, 2018-03-18
* Overwrite secrets in memory with zeros as soon as possible