diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-05-16 16:57:26 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-05-16 16:57:26 -0300 |
commit | 03cc454684b152b036cd018e3d3d085759b86f3c (patch) | |
tree | 219d2abe1bda2ce3410a01e985042062a2c20a90 /ChangeLog | |
parent | 89005b548f9bc87b9a16f43ac40f12e4280c860f (diff) | |
parent | 30328dcdebd1bdca9385b8f4e17ace0c0500efdc (diff) | |
download | keyringer-03cc454684b152b036cd018e3d3d085759b86f3c.tar.gz keyringer-03cc454684b152b036cd018e3d3d085759b86f3c.tar.bz2 |
Imported Upstream version 0.3.4upstream_keyringer_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 |