diff options
Diffstat (limited to 'CHANGELOG')
-rwxr-xr-x | CHANGELOG | 25 |
1 files changed, 23 insertions, 2 deletions
@@ -1,6 +1,27 @@ Firma CHANGELOG --------------- +29/07/2007 - 0.3-cvs (rev 1.168) - luis + + - firma would always exit successfully (exit code = 0). Fixed. + + - Message signature checking was being completely skipped. Fixed. + + - Passphrase check for sequentially repeated characters wasn't + working. Fixed. + + - Trying to create a list with the same name (same homedir path, + actually) of an existing list would cause this list to be + removed. Fixed. + + - firma's user and group would always be set to nobody:nobody, + disregarding what was entered at firma.conf. Fixed. + + - Not all global variables were being unset at the end of firma's + execution. Fixed. + + - Better list creation routine. Minor bugs fixed. + 31/01/2007 - 0.3-cvs (rev 1.152) - luis - Removed firma dependecy on bc, cat and tac. @@ -581,7 +602,7 @@ Lots of stuff for today :) 07/05/2005 - 0.3-cvs (rev 1.13) - rhatto - - Firma now uses sendmail or any smtp wrapper directly: + - firma now uses sendmail or any smtp wrapper directly: - Specify your smtp wrapper through MAIL var, e.g.: MAIL=/usr/sbin/sendmail MAIL=/usr/bin/ssmtp @@ -662,7 +683,7 @@ Lots of stuff for today :) about it is now sent separately for the sender and the list administrators. - Other minor fixes and improvements. - - fix LISTNAME and LISTADMIN case sensitiveness + - Fix LISTNAME and LISTADMIN case sensitiveness. 18/04/2005 - v0.2.1 - luis |