diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-10 22:14:59 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-10 22:14:59 -0200 |
commit | 96b8790728b2eec66f99c2e64d8a332abca41f6f (patch) | |
tree | 532f9a15cb98b7c6bb69d41ea209e94b1f175826 | |
parent | 21e393464645c76c949d74180ce04b7507e0d738 (diff) | |
download | keyringer-96b8790728b2eec66f99c2e64d8a332abca41f6f.tar.gz keyringer-96b8790728b2eec66f99c2e64d8a332abca41f6f.tar.bz2 |
ChangeLog update
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -1,16 +1,20 @@ +2013-12-10 - Silvio Rhatto <rhatto@riseup.net> + + New actions: shell (#34), help, mkdir, teardown. + 2013-11-26 - 0.2.9 Silvio Rhatto <rhatto@riseup.net> - Added 'tree' action + Added 'tree' action - Added 'rm' alias to 'del' action + Added 'rm' alias to 'del' action - Set .gitignore during initialization and when using tmp inside the repository + Set .gitignore during initialization and when using tmp inside the repository - Pass options to git-rm at del action + Pass options to git-rm at del action - Simpler ramdisk/tmpfs check at keyringer_check_tmp + Simpler ramdisk/tmpfs check at keyringer_check_tmp - Better mode check on keyringer_check_tmp (closes #30) + Better mode check on keyringer_check_tmp (closes #30) Fixed minor typos |