diff options
-rwxr-xr-x | CHANGELOG | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -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. |