diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-11-26 17:18:56 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-11-26 17:18:56 -0200 |
commit | 5f1590e0722ee5ee9fed2ccc43adfb88f00218fd (patch) | |
tree | 80701dcf0437f4134ca1c15ea1ff7bba72a10230 /ChangeLog | |
parent | a706c54574b389c3e2f74ff487b1b7ca42483dc3 (diff) | |
parent | 0358ba548d9d3aaaeb23984e092318522238bca9 (diff) | |
download | keyringer-5f1590e0722ee5ee9fed2ccc43adfb88f00218fd.tar.gz keyringer-5f1590e0722ee5ee9fed2ccc43adfb88f00218fd.tar.bz2 |
Imported Upstream version 0.2.9upstream_keyringer_0.2.9
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,3 +1,33 @@ +2013-11-26 - 0.2.9 Silvio Rhatto <rhatto@riseup.net> + + Added 'tree' action + + Added 'rm' alias to 'del' action + + Set .gitignore during initialization and when using tmp inside the repository + + Pass options to git-rm at del action + + Simpler ramdisk/tmpfs check at keyringer_check_tmp + + Better mode check on keyringer_check_tmp (closes #30) + + Fixed minor typos + + Man page update + + Temp folder priority set to "$TMPDIR $TMP /tmpĀ /run/shm" + + Avoid bash arrays on append action (closes #26) + + Shell completion enhancements. + + Fixing keyringer_has_action() to correctly handle "/" and ".". + + Action ls now supports leading slash ("/"). + + Support for encrypting a whole tree (closes #21) + 2013-11-14 - 0.2.8 Silvio Rhatto <rhatto@riseup.net> Updated development workflow and version scheme |