]> gitweb.fluxo.info Git - keyringer.git/commitdiff
ChangeLog and TODO update
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 24 Feb 2014 23:29:24 +0000 (20:29 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 24 Feb 2014 23:29:24 +0000 (20:29 -0300)
ChangeLog
lib/keyringer/actions/canary
lib/keyringer/actions/check

index cef7a8359ae71bfe7286708b409303c9526b418d..615902db570bfac00b649cb8ec329468be9cc24c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
-2014-02-23 - Silvio Rhatto  <rhatto@riseup.net>
+2014-02-24 - Silvio Rhatto  <rhatto@riseup.net>
+
+       Starting to code new actions: check (#39) and canary (#40)
 
        Enhanced secret finder at keyringer_get_file and on find action
 
index a27d562c96043d80fa41688e6c67d779160727c2..b00926dde61d4b91883e7799853fd4b77d98843f 100755 (executable)
@@ -32,7 +32,7 @@
 #
 # How to run:
 #
-#  - First, "keyringer <keyringe> preferences edit # basic canary preferences".
+#  - First, "keyringer <keyring> preferences edit # basic canary preferences".
 #
 #  - Then, add the following at your ~/.profile or wherever you want your canary
 #    be called from: "keyringer <keyring> canary".
index 14eb30bacb0a4561b86ac6944efc964bbd1ee0f9..098d163d309f33d4548967570153ca390062b7f5 100755 (executable)
@@ -27,3 +27,4 @@ source "$LIB" || exit 1
 
 # This should be done here:
 # TODO: Check canaries' timestamps, warning by mail if configured by user preferences.
+# TODO: Git maintenance operations.