From 6e3b2e49d62ae9418e80fe63e511ef3b8f73acae Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 24 Feb 2014 20:29:24 -0300 Subject: ChangeLog and TODO update --- ChangeLog | 4 +++- lib/keyringer/actions/canary | 2 +- lib/keyringer/actions/check | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) 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. -- cgit v1.2.3