]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Keyringer 0.3.8
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 30 Mar 2015 12:04:23 +0000 (09:04 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 30 Mar 2015 12:04:23 +0000 (09:04 -0300)
ChangeLog
keyringer
share/man/keyringer.1

index eee4b8a99f10f4bfad336c45488df1a0ee44b32d..2462e454deb05b88722d79e2fcaa81d3873692ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,9 @@
-2015-03-17 - Silvio Rhatto <rhatto@riseup.net>
+2015-03-30 - 0.3.8 - Silvio Rhatto <rhatto@riseup.net>
 
-       Rename genpair action and option (#69)
+       Eliminates hardcoded bash path, reported and fixed by
+       polynomial (closes https://github.com/rhatto/keyringer/pull/1).
 
-2014-09-02 - Silvio Rhatto <rhatto@riseup.net>
+       Rename genpair action and option (#69)
 
        Ensure destination folder exists at 'cp' action
 
index 55563c578037d5cdb78c76240d36ebc0654780f0..956bb7327264c581d641ba7201d7db0b30c22121 100755 (executable)
--- a/keyringer
+++ b/keyringer
@@ -140,7 +140,7 @@ function keyringer_dispatch {
 
 # Config
 NAME="keyringer"
-KEYRINGER_VERSION="0.3.7"
+KEYRINGER_VERSION="0.3.8"
 CONFIG_VERSION="0.1"
 CONFIG_BASE="$HOME/.$NAME"
 CONFIG="$CONFIG_BASE/config"
index 82cb520f59254a1324840af1aa40fcde3c950beb..13de0859c8e97272e8ebb70ee5839139d506a679 100644 (file)
@@ -201,13 +201,21 @@ Useful inside scripts.
 .RS
 .RE
 .TP
-.B genpair <\f[I]ssh\f[]|\f[I]gpg\f[]|\f[I]ssl\f[]|\f[I]ssl-self\f[]>
+.B genkeys
+<\f[I]ssh\f[]|\f[I]gpg\f[]|\f[I]x509\f[]|\f[I]x509-self\f[]|\f[I]ssl\f[]|\f[I]ssl-self\f[]>
 [\f[I]options\f[]]
 Wrapper to generate encryption key-pairs, useful for automated key
 deployment.
 .RS
 .RE
 .TP
+.B genpair
+<\f[I]ssh\f[]|\f[I]gpg\f[]|\f[I]x509\f[]|\f[I]x509-self\f[]|\f[I]ssl\f[]|\f[I]ssl-self\f[]>
+[\f[I]options\f[]]
+Alias for \f[I]genkeys\f[] action.
+.RS
+.RE
+.TP
 .B open <\f[I]secret\f[]>
 Decrypt a secret into a temporary folder and open it using xdg-open,
 which tries to figure out the file type and then calls the associated
@@ -377,7 +385,7 @@ so be careful when decrypting secrets and writing them to the disk or
 other storage media.
 .PP
 Pay special attention that keyringer outputs data to stdout, which could
-be easilly spotted by any agent looking directly at you computer screen.
+be easily spotted by any agent looking directly at you computer screen.
 .PP
 The xclip action even copies secret data to the X11 clipboard, which can
 be accessed by any application running in the user\[aq]s X11 session, so