diff options
author | Jakob Unterwurzacher | 2017-02-26 21:34:49 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-02-26 21:34:49 +0100 |
commit | 8f51325116561602a6c82f4099e78ab8a0b54829 (patch) | |
tree | 820f9539a42d9ec7cf57b112aece1227518774eb | |
parent | d2c0fae4f657d01b692d04056f997c611b96299b (diff) |
README: update changelog for 1.2.1 releasev1.2.1
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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). |