summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-05-16 16:57:26 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-05-16 16:57:26 -0300
commit03cc454684b152b036cd018e3d3d085759b86f3c (patch)
tree219d2abe1bda2ce3410a01e985042062a2c20a90 /ChangeLog
parent89005b548f9bc87b9a16f43ac40f12e4280c860f (diff)
parent30328dcdebd1bdca9385b8f4e17ace0c0500efdc (diff)
downloadkeyringer-03cc454684b152b036cd018e3d3d085759b86f3c.tar.gz
keyringer-03cc454684b152b036cd018e3d3d085759b86f3c.tar.bz2
Imported Upstream version 0.3.4upstream_keyringer_0.3.4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b1c53e..aa63787 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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