aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Unterwurzacher2018-08-15 23:44:46 +0200
committerJakob Unterwurzacher2018-08-15 23:44:46 +0200
commitf2a0c6566e51faa3993244d630218d4b74b3684d (patch)
tree6e51d945952a132bb83b30694d9b265c766c3552 /README.md
parent7e111ea94c7779a0abe37dbc46f504757ede88b1 (diff)
README: list trezor support in changelog
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index c2ee5db..88630db 100644
--- a/README.md
+++ b/README.md
@@ -153,14 +153,17 @@ Changelog
---------
vNEXT, in progress
-* Fall back to buffered IO even when passed `O_DIRECT`
- ([commit](https://github.com/rfjakob/gocryptfs/commit/893e41149ed353f355047003b89eeff456990e76))
+* **Add `-e` / `-exclude` option** for reverse mode
+ ([#235](https://github.com/rfjakob/gocryptfs/issues/235),
+ [commit](https://github.com/rfjakob/gocryptfs/commit/ec2fdc19cf9358ae7ba09c528a5807b6b0760f9b))
+* **Add support for the Trezor One HSM** [PR#247](https://github.com/rfjakob/gocryptfs/pull/247), thanks @xaionaro!
+ * Use `./build.bash -tags enable_trezor` to compile with Trezor support
+ * Then, use `gocryptfs -init -trezor` to create a filesystem locked with a physical Trezor device.
* Only print master key once, on init
([#76](https://github.com/rfjakob/gocryptfs/issues/76),
[commit](https://github.com/rfjakob/gocryptfs/commit/6d64dfe8f7acd8e9ca4a659d26318e442c2db85a))
-* Add `-e` / `-exclude` option for reverse mode
- ([#235](https://github.com/rfjakob/gocryptfs/issues/235),
- [commit](https://github.com/rfjakob/gocryptfs/commit/ec2fdc19cf9358ae7ba09c528a5807b6b0760f9b))
+* Fall back to buffered IO even when passed `O_DIRECT`
+ ([commit](https://github.com/rfjakob/gocryptfs/commit/893e41149ed353f355047003b89eeff456990e76))
v1.5, 2018-06-12
* **Support extended attributes (xattr)** in forward mode