]> gitweb.fluxo.info Git - firma.git/commitdiff
Changes for firma rev 1.172.
authorluis <luis>
Thu, 2 Aug 2007 04:43:03 +0000 (04:43 +0000)
committerluis <luis>
Thu, 2 Aug 2007 04:43:03 +0000 (04:43 +0000)
CHANGELOG

index aa9f4e18dc4a39eec7aaa2a2b553737e64087919..a50f286606c894cf927c0b63edf89722ddfec4a1 100755 (executable)
--- 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.