Mercurial > projects > sencrypt
comparison NEWS @ 21:5f9dc8f3c53e version-3
Release version 3
author | Guido Berhoerster <guido+sencrypt@berhoerster.name> |
---|---|
date | Mon, 05 Aug 2019 11:19:02 +0200 |
parents | 112d55c825b4 |
children | 865e886ec251 |
comparison
equal
deleted
inserted
replaced
20:c45f17f58de1 | 21:5f9dc8f3c53e |
---|---|
1 News | 1 News |
2 ==== | 2 ==== |
3 | |
4 sencrypt 3 (2019-08-05T11:19:02+02:00) | |
5 -------------------------------------- | |
6 | |
7 - Simplify key file reading | |
8 - Allow local makefile overrides in local.mk | |
9 - Mark fallthrough case | |
10 - Port to AIX | |
11 - Add support for OpenSSL 1.1 | |
12 - Perform 500000 iterations with the PBKDF2 hash function when creating new files | |
13 - Use correct headers and libraries under Solaris/Illumos | |
14 - Use a symlink for the manpage alias instead of a soelim stub | |
15 - Detect the OS and configure build flags and libraries automatically | |
16 - Exclude "." from tarballs | |
17 - Print a warning message when using an insecure algorithm | |
18 - Perform 50000 iterations with the PBKDF2 hash function when creating new files | |
3 | 19 |
4 sencrypt 2 (2015-03-17T23:02:56+01:00) | 20 sencrypt 2 (2015-03-17T23:02:56+01:00) |
5 -------------------------------------- | 21 -------------------------------------- |
6 | 22 |
7 - Improve README file | 23 - Improve README file |