]> git.phdru.name Git - mimedecode.git/commitdiff
Version 2.3.7 v2.3.7
authorOleg Broytman <phd@phdru.name>
Sun, 23 Feb 2014 16:32:23 +0000 (20:32 +0400)
committerOleg Broytman <phd@phdru.name>
Sun, 23 Feb 2014 16:32:23 +0000 (20:32 +0400)
ANNOUNCE
mimedecode_version.py

index d2dd0c1cc1dca58b332e2c42ae05d4e915b7d483..bbcf6023a31d971130d07ddc97e78eaa928ada7c 100644 (file)
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -22,6 +22,10 @@ RFC822 message it is decoded as one part. If it is a MIME message with multiple
 parts ("attachments") all parts are decoded. Decoding can be controlled by
 command-line options.
 
+WHAT'S NEW in version 2.3.7 (2014-02-23)
+
+   Add option -r to remove headers and option -R to remove header's parameters.
+
 WHAT'S NEW in version 2.3.6 (2014-02-19)
 
    Decode "To", "Cc", "Reply-To" and "Mail-Followup-To" headers by default.
index 737fa3d5c51aaed761068f6b04c5ca4bed1d3dff..eebbcdd6315fbe1a0cf6a5e2d016824739e3b69a 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "2.3.6"
+__version__ = "2.3.7"
 __author__ = "Oleg Broytman <phd@phdru.name>"
 __copyright__ = "Copyright (C) 2001-2014 PhiloSoft Design"
 __license__ = "GNU GPL"