diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-11-26 17:18:57 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-11-26 17:18:57 -0200 |
commit | ef46233be5016435ada01b36d3d9fe27f1097e3b (patch) | |
tree | 25c8edec8ff092348317ac3a038f4941ac7acef4 /ChangeLog | |
parent | cc7f823348eb24802cd85232cdbcdc8b1ab070e0 (diff) | |
parent | 5f1590e0722ee5ee9fed2ccc43adfb88f00218fd (diff) | |
download | keyringer-ef46233be5016435ada01b36d3d9fe27f1097e3b.tar.gz keyringer-ef46233be5016435ada01b36d3d9fe27f1097e3b.tar.bz2 |
Merge tag 'upstream_keyringer_0.2.9' into debian
Upstream version 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 |