aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluis <luis>2007-08-02 04:43:03 +0000
committerluis <luis>2007-08-02 04:43:03 +0000
commitd050a1211769b9c5e8eb1eccbdd665c8027964c5 (patch)
tree641f8b65b7f9070bcb3b4893902d55c10c8a45d4
parentd537807a246969b4707490b820d2faefdc6af579 (diff)
downloadfirma-d050a1211769b9c5e8eb1eccbdd665c8027964c5.tar.gz
firma-d050a1211769b9c5e8eb1eccbdd665c8027964c5.tar.bz2
Changes for firma rev 1.172.
-rwxr-xr-xCHANGELOG16
1 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index aa9f4e1..a50f286 100755
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,14 @@
Firma CHANGELOG
---------------
+02/08/2007 - 0.3-cvs (rev 1.172) - luis
+
+ - SIGNATURE_MADE_BY_SENDER checking wasn't workng. Fixed.
+
+ - Improved config files checking.
+
+ - Improved logging/printing routine.
+
30/07/2007 - 0.3-cvs (rev 1.170) - luis
- Try to guarantee that REPLAY_COUNT and DELIVERY_RANDOMIZATION
@@ -22,7 +30,7 @@ Firma CHANGELOG
removed. Fixed.
- firma's user and group would always be set to nobody:nobody,
- disregarding what was entered at firma.conf. Fixed.
+ disregarding what was entered at the config files. Fixed.
- Not all global variables were being unset at the end of firma's
execution. Fixed.
@@ -158,13 +166,13 @@ Lots of stuff for today :)
- support of list administration via email
- - in function ParseGpgDecryptStderr: dded variable
- SIGNATURE_MADE_BY_SENDER, that checks wheter the
+ - in function ParseGpgDecryptStderr: added variable
+ SIGNATURE_MADE_BY_SENDER, that checks whether the
signature was made by the sender of the email;
this is important to check if admin tasks are
really being request by the list administrator, etc.
- - new list config option REQUIRE_SIGNATURE= wheter messages
+ - new list config option REQUIRE_SIGNATURE= whether messages
sent to the list should be (yes) or dont need to be signed
to be processed (no); defaults to yes; this doesnt affect
the way email administration works, when signature is mandatory.