summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-11-26 17:18:56 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-11-26 17:18:56 -0200
commit5f1590e0722ee5ee9fed2ccc43adfb88f00218fd (patch)
tree80701dcf0437f4134ca1c15ea1ff7bba72a10230 /ChangeLog
parenta706c54574b389c3e2f74ff487b1b7ca42483dc3 (diff)
parent0358ba548d9d3aaaeb23984e092318522238bca9 (diff)
downloadkeyringer-7fb843bb65cc35cce0ce2ee1b10caf89e95df08b.tar.gz
keyringer-7fb843bb65cc35cce0ce2ee1b10caf89e95df08b.tar.bz2
Imported Upstream version 0.2.9upstream_keyringer_0.2.9
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69d58bb..9cc7bb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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