diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-05 23:24:05 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-05 23:24:05 -0300 |
commit | 5811e07b6caca8023d823b8e7cf3eedc1dc1f8d9 (patch) | |
tree | 761fe9a3e67eb9f36d518e06a962f92cfcd8ded6 /ChangeLog | |
parent | 3e01335b6df32dbbc251aface2cb3e3bad61c05b (diff) | |
parent | f91709c2abaa2b3011ef0b9799ce2fa010f9d534 (diff) | |
download | keyringer-5811e07b6caca8023d823b8e7cf3eedc1dc1f8d9.tar.gz keyringer-5811e07b6caca8023d823b8e7cf3eedc1dc1f8d9.tar.bz2 |
Merge branch 'master' into debian
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..57a3489 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,54 @@ +2013-09-03 Silvio Rhatto <rhatto@riseup.net> + + Added ChangeLog (#12) + + Changing LICENSE (#10) + +2013-08-25 - 0.2.2 Silvio Rhatto <rhatto@riseup.net> + + Changing default prefix and doc install folder (closes #11) + + Minor cleanup at zsh completion + + Added manpage + + Doc update + + Added support to encrypt from files + + Adding 'open' action + + Makefile update + + Added zsh completion + +2013-08-02 - 0.2.1 Silvio Rhatto <rhatto@riseup.net> + + Added bash completion + + Documentation updates + + Using empty passphrases for genpair_ssh + + Recrypt: just write to file if successful (#6) + + Check return status (closes #7) + + Load preferences for actions as well + + Improve the 'preferences add' action + + Add usage to the 'preferences' action + + Do not enclose $EDITOR with quotes as it might break constructions such as "vim -X" + +2012-06-26 - 0.2 Silvio Rhatto <rhatto@riseup.net> + + Initial debian packaging support + +2012-03-30 - 0.1 Silvio Rhatto <rhatto@riseup.net> + Daniel Kahn Gillmor <dkg@fifthhorseman.net> + Jamie McClelland <jm@mayfirst.org> + ricola <ricola@poivron.org> + + Initial keyringer release |