diff options
author | luis <luis> | 2005-08-23 17:01:30 +0000 |
---|---|---|
committer | luis <luis> | 2005-08-23 17:01:30 +0000 |
commit | b0b4760680d792624864a2168e8757810af7cc31 (patch) | |
tree | a1f0b081541276e987d923b3d81b267a5a581a80 /CHANGELOG | |
parent | 3525012cf157849ce8b227220571a83aa1c37688 (diff) | |
download | firma-b0b4760680d792624864a2168e8757810af7cc31.tar.gz firma-b0b4760680d792624864a2168e8757810af7cc31.tar.bz2 |
CHANGELOG for firma rev 1.32
Diffstat (limited to 'CHANGELOG')
-rwxr-xr-x | CHANGELOG | 20 |
1 files changed, 15 insertions, 5 deletions
@@ -1,6 +1,16 @@ -Firma CHANGELOG +Firma CHANGELOG --------------- +23/08/2005 - 0.3-cvs (rev 1.32) - luis + + - Fixed a possible infinite loop (added on rev 1.30) on function + GetMessageHeaders. It could be triggered, for example, by a + message without a body. + + - Like the other header variables (FROM, SUBJECT), the variable + DATE now holds only the given date and no longer the entire + "Date:" line. + 17/08/2005 - 0.3-cvs (rev 1.31) - luis - On function GetMessage, renamed variable "STDIN" @@ -184,7 +194,7 @@ Firma CHANGELOG - Created USED_ARRAYS containing all the used array names - Small routine to unset all arrays -07/05/2005 - 0.3-cvs (rev 1.13) - rhatto +07/05/2005 - 0.3-cvs (rev 1.13) - rhatto - Firma now uses sendmail or any smtp wrapper directly: - Specify your smtp wrapper through MAIL var, eg: @@ -210,7 +220,7 @@ Firma CHANGELOG -h: chama a usage() -v: chama a version() - Option -a passes STDIN line by line to list_admin - - Added some checkings in the main procedure + - Added some checkings in the main procedure - Some minor syntax changes 02/08/2005 - 0.3-cvs - rhatto @@ -228,7 +238,7 @@ Firma CHANGELOG function into three new functions (get_message, get_gpg_message and get_headers). - new functions: get_message, get_gpg_message, get_headers, - - added export LANG=en_US + - added export LANG=en_US 14/05/2005 - v0.2.3 - rhatto @@ -318,7 +328,7 @@ Firma CHANGELOG "--no-tty", "--no-use-agent" and "--no-permission-warning". GPGCOMMAND="$GPG \ - --quiet \ + --quiet \ --homedir $GPGDIR \ --batch \ --no-tty \ |