From 5686bd1746f7c82a827bde3360111940a1312bca Mon Sep 17 00:00:00 2001 From: luis Date: Tue, 30 Jan 2007 22:14:14 +0000 Subject: Lots of small changes. Check CHANGELOG. --- CHANGELOG | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 351e25e..fbe9f37 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,35 @@ Firma CHANGELOG --------------- +30/01/2007 - 0.3-cvs (rev 1.151) - luis + + - Re-enabling passphrase complexity checking. Not sure why I had + commented out this part of the code. + + - s/Copyright (C) 2005/Copyright (C) 2005-2007/ + + - 1,$s/ERROR_MESSAGE=/LogMessage /. This way messages are + automatically echoed/logged, allowing firma to deal with more + than one error message on the same execution. So ERROR_MESSAGE + is no more. + + - 1,$s/$(basename $0)/$BASENAME/. Since BASENAME=$(basename $0). + + - 1,$s/awk '{ print $* }'/cut -d " " -f */. The less dependencies, + the better. + + - 1,$s/`*`/$(*)/. Since $() can be nested while `` can't. + + - 1,$s/if [ * ]/if [[ * ]]/. Since [[ is a bash builtin, being + presumably faster. And again, the less dependencies, the better. + + - 1,$s/if [[ * ]] && [[ * ]]/if [[ * && * ]]/, + 1,$s/if [[ * ]] || [[ * ]]/if [[ * || * ]]/. Since [[ allows it. + + - 1,$s/if [[ ! -z * ]]/if [[ -n * ]]/. Cosmetic. + + - And a few more cosmetic changes, specially on comments. + 19/01/2007 - 0.3-cvs (rev 1.150) - rhatto Added command "listinfo" -- cgit v1.2.3