diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-05-30 14:45:45 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-05-30 14:45:45 -0300 |
commit | b2d96296ca410329527d9d2608d518f8b8e85901 (patch) | |
tree | 1ed9aeac4cc61ef7264fb254cc487d183573c818 /ChangeLog | |
parent | 682186c57f968e676c9f03f9003604d4706eb66e (diff) | |
parent | a5e39bf904e83989b763f001a29adb9053df60f2 (diff) | |
download | keyringer-b2d96296ca410329527d9d2608d518f8b8e85901.tar.gz keyringer-b2d96296ca410329527d9d2608d518f8b8e85901.tar.bz2 |
Merge tag 'upstream_keyringer_0.5.3' into debian
Upstream version 0.5.3
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,3 +1,35 @@ +2017-11-23 - 0.5.3 - Silvio Rhatto <rhatto@riseup.net> + Grégoire Jadi <gjadi@omecha.info> + Jérémie Courrèges-Anglas <jca@wxcvbn.org> + + Clean empty directories once the files are removed with shred + (patch thanks to Grégoire Jadi and + testing/discussion thanks also to Jérémie Courrèges-Anglas) + + Add MANDIR variable and use it + (patch thanks to Grégoire Jadi and + testing/discussion thanks also to Jérémie Courrèges-Anglas) + + Replace install --mode=MODE by install -m MODE + (patch thanks to Grégoire Jadi and + testing/discussion thanks also to Jérémie Courrèges-Anglas) + + Replace head -c by dd at pwgen + (patch thanks to Grégoire Jadi and + testing/discussion thanks also to Jérémie Courrèges-Anglas) + + Fix mktemp template for POSIX.1 mktemp + (patch thanks to Grégoire Jadi and + testing/discussion thanks also to Jérémie Courrèges-Anglas) + + Add support to "gshred" and "rm -P" to safely delete a file + (patch thanks to Grégoire Jadi and + testing/discussion thanks also to Jérémie Courrèges-Anglas) + + Automatically generate passphrase at genkeys_gpg + + Increase default password size at pwgen + 2017-11-03 - 0.5.2 - Silvio Rhatto <rhatto@riseup.net> Fixed incorrect exit statement on append, thanks jamie (#79) |