# HG changeset patch # User Guido Berhoerster # Date 1564996742 -7200 # Node ID 5f9dc8f3c53e749d3cc4cd3eadbfdf0d17adc64c # Parent c45f17f58de15c674db1e30aa0d298e6b5eea02c Release version 3 diff -r c45f17f58de1 -r 5f9dc8f3c53e Makefile --- a/Makefile Wed Jul 31 13:28:37 2019 +0200 +++ b/Makefile Mon Aug 05 11:19:02 2019 +0200 @@ -22,7 +22,7 @@ # PACKAGE = sencrypt -VERSION = 2 +VERSION = 3 DISTNAME := $(PACKAGE)-$(VERSION) DECRYPT_ALIAS = sdecrypt diff -r c45f17f58de1 -r 5f9dc8f3c53e NEWS --- a/NEWS Wed Jul 31 13:28:37 2019 +0200 +++ b/NEWS Mon Aug 05 11:19:02 2019 +0200 @@ -1,6 +1,22 @@ News ==== +sencrypt 3 (2019-08-05T11:19:02+02:00) +-------------------------------------- + +- Simplify key file reading +- Allow local makefile overrides in local.mk +- Mark fallthrough case +- Port to AIX +- Add support for OpenSSL 1.1 +- Perform 500000 iterations with the PBKDF2 hash function when creating new files +- Use correct headers and libraries under Solaris/Illumos +- Use a symlink for the manpage alias instead of a soelim stub +- Detect the OS and configure build flags and libraries automatically +- Exclude "." from tarballs +- Print a warning message when using an insecure algorithm +- Perform 50000 iterations with the PBKDF2 hash function when creating new files + sencrypt 2 (2015-03-17T23:02:56+01:00) --------------------------------------