aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2017-11-01 19:29:11 +0100
committerJakob Unterwurzacher2017-11-01 19:29:11 +0100
commit6c2c2b9a8b554be43545694e9f77577dba87ecb1 (patch)
treed4e3a7e91dcb56a31fafbe634ec6f150dff03d41
parent2aaf9c6387e2f55e4b3a118323c0eaa15e566f9b (diff)
README: Update changelog for v1.4.2
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index b92cbe4..cb4bd7d 100644
--- a/README.md
+++ b/README.md
@@ -144,6 +144,18 @@ RM: 4.42
Changelog
---------
+v1.4.2, 2017-11-01
+* Add `Gopkg.toml` file for `dep` vendoring and reproducible builds
+ ([issue #142](https://github.com/rfjakob/gocryptfs/issues/142))
+* MacOS: deal with `.DS_Store` files inside CIPHERDIR
+ ([issue #140](https://github.com/rfjakob/gocryptfs/issues/140))
+* Reverse mode: fix ENOENT error affecting names exactly 176 bytes long
+ ([issue #143](https://github.com/rfjakob/gocryptfs/issues/143))
+* Support kernels compiled with > 128 kiB FUSE request size (Synology NAS)
+ ([issue #145](https://github.com/rfjakob/gocryptfs/issues/145))
+* Fix a startup hang when `$PATH` contains the mountpoint
+ ([issue #146](https://github.com/rfjakob/gocryptfs/issues/146))
+
v1.4.1, 2017-08-21
* **Use memory pools for buffer handling** (
[3c6fe98](https://github.com/rfjakob/gocryptfs/commit/3c6fe98),