From: Silvio Rhatto Date: Mon, 24 Feb 2014 23:29:24 +0000 (-0300) Subject: ChangeLog and TODO update X-Git-Tag: 0.3.1~19 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6e3b2e49d62ae9418e80fe63e511ef3b8f73acae;p=keyringer.git ChangeLog and TODO update --- diff --git a/ChangeLog b/ChangeLog index cef7a83..615902d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ -2014-02-23 - Silvio Rhatto +2014-02-24 - Silvio Rhatto + + Starting to code new actions: check (#39) and canary (#40) Enhanced secret finder at keyringer_get_file and on find action diff --git a/lib/keyringer/actions/canary b/lib/keyringer/actions/canary index a27d562..b00926d 100755 --- a/lib/keyringer/actions/canary +++ b/lib/keyringer/actions/canary @@ -32,7 +32,7 @@ # # How to run: # -# - First, "keyringer preferences edit # basic canary preferences". +# - First, "keyringer preferences edit # basic canary preferences". # # - Then, add the following at your ~/.profile or wherever you want your canary # be called from: "keyringer canary". diff --git a/lib/keyringer/actions/check b/lib/keyringer/actions/check index 14eb30b..098d163 100755 --- a/lib/keyringer/actions/check +++ b/lib/keyringer/actions/check @@ -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.