projects/sencrypt
changeset 21:5f9dc8f3c53e version-3
Release version 3
author | Guido Berhoerster <guido+sencrypt@berhoerster.name> |
---|---|
date | Mon Aug 05 11:19:02 2019 +0200 (2019-08-05) |
parents | c45f17f58de1 |
children | 78a0d5b0d366 |
files | Makefile NEWS |
line diff
1.1 --- a/Makefile Wed Jul 31 13:28:37 2019 +0200 1.2 +++ b/Makefile Mon Aug 05 11:19:02 2019 +0200 1.3 @@ -22,7 +22,7 @@ 1.4 # 1.5 1.6 PACKAGE = sencrypt 1.7 -VERSION = 2 1.8 +VERSION = 3 1.9 DISTNAME := $(PACKAGE)-$(VERSION) 1.10 DECRYPT_ALIAS = sdecrypt 1.11
2.1 --- a/NEWS Wed Jul 31 13:28:37 2019 +0200 2.2 +++ b/NEWS Mon Aug 05 11:19:02 2019 +0200 2.3 @@ -1,6 +1,22 @@ 2.4 News 2.5 ==== 2.6 2.7 +sencrypt 3 (2019-08-05T11:19:02+02:00) 2.8 +-------------------------------------- 2.9 + 2.10 +- Simplify key file reading 2.11 +- Allow local makefile overrides in local.mk 2.12 +- Mark fallthrough case 2.13 +- Port to AIX 2.14 +- Add support for OpenSSL 1.1 2.15 +- Perform 500000 iterations with the PBKDF2 hash function when creating new files 2.16 +- Use correct headers and libraries under Solaris/Illumos 2.17 +- Use a symlink for the manpage alias instead of a soelim stub 2.18 +- Detect the OS and configure build flags and libraries automatically 2.19 +- Exclude "." from tarballs 2.20 +- Print a warning message when using an insecure algorithm 2.21 +- Perform 50000 iterations with the PBKDF2 hash function when creating new files 2.22 + 2.23 sencrypt 2 (2015-03-17T23:02:56+01:00) 2.24 -------------------------------------- 2.25