aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-05-30 14:45:39 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-05-30 14:45:39 -0300
commita5e39bf904e83989b763f001a29adb9053df60f2 (patch)
tree7f81c07390b46b38a59b158f970d57f1cf3a70d2 /ChangeLog
parent6c62a1906b59e4ab8eb3475ebfe3c3b7cfa67f0b (diff)
parent126eb39671e9c65c0c60a78b25189e4d4b1fae72 (diff)
downloadkeyringer-a5e39bf904e83989b763f001a29adb9053df60f2.tar.gz
keyringer-a5e39bf904e83989b763f001a29adb9053df60f2.tar.bz2
New upstream version 0.5.3upstream_keyringer_0.5.3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69a4751..6487c06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)