diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-05-16 16:57:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-05-16 16:57:27 -0300 |
commit | 3570b454af7f6751c761b75333f432de31fad4e0 (patch) | |
tree | 05c749cb452e89956691c15d4ac8f70d082d8712 /ChangeLog | |
parent | 91504ef19607da26c2b99adf156ba37e2742d54e (diff) | |
parent | 03cc454684b152b036cd018e3d3d085759b86f3c (diff) | |
download | keyringer-3570b454af7f6751c761b75333f432de31fad4e0.tar.gz keyringer-3570b454af7f6751c761b75333f432de31fad4e0.tar.bz2 |
Merge tag 'upstream_keyringer_0.3.4' into debian
Upstream version 0.3.4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -1,3 +1,32 @@ +2014-05-16 - 0.3.4 - Silvio Rhatto <rhatto@riseup.net> + + Workaround for open/edit action returning instantaneously (#49) + + Use 'nobackup' and 'nowritebackup' if VIM is set as $EDITOR (#50) + + Find: rollback: use find+grep instead of 'find -iname' (#53) + + Edit/open: wait for background process to finish (#49) + + Edit: use encrypt action + + Encrypt: support for KEYRINGER_ADD_EXTENSION environment variable + which controls if file extension should be appended to secret name + + Genpair: generate ssh and ssl keys with 4096 bits size + + Fix usage message inside keyringer shell + + Fix recryption error when using gpg-agent in text mode (#55) + + Be more verbose on recrypt errors + + Adding "commit" action which is a wrapper around "git commit" + + Align command output + + Avoid viminfo if VIM is set as $EDITOR (#50) + 2014-03-22 - 0.3.3 - Silvio Rhatto <rhatto@riseup.net> Use --recv-keys instead of --refresh-keys |