]> gitweb.fluxo.info Git - firma.git/commitdiff
CHANGELOG for firma rev 1.32
authorluis <luis>
Tue, 23 Aug 2005 17:01:30 +0000 (17:01 +0000)
committerluis <luis>
Tue, 23 Aug 2005 17:01:30 +0000 (17:01 +0000)
CHANGELOG

index f49ca3ba5758753ae5bb8651ce29ecb0ebd8e445..0c4ecbfbfdac6e60d135bee80c3da9983ca76eb7 100755 (executable)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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 \