diff options
author | Jakob Unterwurzacher | 2018-03-18 23:23:09 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2018-03-18 23:23:09 +0100 |
commit | cdd91eaf720f1163a4119a207de2817dd56e73e5 (patch) | |
tree | 4f21995a07407d4a6c2c932186798d3b69b9ed99 /README.md | |
parent | 4b75b578a2053722f21c62fba3a6b6e3f4aaefeb (diff) |
Update Changelog for v1.4.4
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |