aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2018-03-18 23:23:09 +0100
committerJakob Unterwurzacher2018-03-18 23:23:09 +0100
commitcdd91eaf720f1163a4119a207de2817dd56e73e5 (patch)
tree4f21995a07407d4a6c2c932186798d3b69b9ed99
parent4b75b578a2053722f21c62fba3a6b6e3f4aaefeb (diff)
Update Changelog for v1.4.4
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9f79a1a..7069fc1 100644
--- a/README.md
+++ b/README.md
@@ -153,6 +153,19 @@ RM: 4.42
Changelog
---------
+v1.4.4, 2018-03-18
+* Overwrite secrets in memory with zeros as soon as possible
+ ([#211](https://github.com/rfjakob/gocryptfs/issues/211))
+* Fix Getdents problems on i386 and mips64le
+ ([#197](https://github.com/rfjakob/gocryptfs/issues/197),
+ [#200](https://github.com/rfjakob/gocryptfs/issues/200))
+* Make building with gccgo work
+ ([#201](https://github.com/rfjakob/gocryptfs/issues/201))
+* MacOS: fix `osxfuse: vnode changed generation` / `Error code -36` issue in go-fuse
+ ([#213](https://github.com/rfjakob/gocryptfs/issues/213),
+ [commit](https://github.com/hanwen/go-fuse/commit/a9ddcb8a4b609500fc59c89ccc9ee05f00a5fefd))
+* Fix various test issues on MacOS
+
v1.4.3, 2018-01-21
* **Fix several symlink race attacks** in connection with reverse mode
and allow_other. Thanks to @slackner for reporting and helping to fix