aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2017-02-26 21:34:49 +0100
committerJakob Unterwurzacher2017-02-26 21:34:49 +0100
commit8f51325116561602a6c82f4099e78ab8a0b54829 (patch)
tree820f9539a42d9ec7cf57b112aece1227518774eb
parentd2c0fae4f657d01b692d04056f997c611b96299b (diff)
README: update changelog for 1.2.1 releasev1.2.1
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0e8028d..e74f996 100644
--- a/README.md
+++ b/README.md
@@ -138,6 +138,13 @@ RM: 4.42
Changelog
---------
+v1.2.1, 2016-02-26
+* Add an integrated speed test, `gocryptfs -speed`
+* Limit password size to 1000 bytes and reject trailing garbage after the newline
+* Make the test suite work on [Mac OS X](https://github.com/rfjakob/gocryptfs/issues/15)
+* Handle additional corner cases in `-ctlsock` path sanitization
+* Use dedicated exit code 12 on "password incorrect"
+
v1.2, 2016-12-04
* Add a control socket interface. Allows to encrypt and decrypt filenames.
For details see [backintime#644](https://github.com/bit-team/backintime/issues/644#issuecomment-259835183).