]> git.phdru.name Git - mimedecode.git/commitdiff
Version 2.3.2 v2.3.2
authorOleg Broytman <phd@phdru.name>
Sat, 1 Feb 2014 19:02:35 +0000 (23:02 +0400)
committerOleg Broytman <phd@phdru.name>
Sat, 1 Feb 2014 19:02:35 +0000 (23:02 +0400)
ANNOUNCE
mimedecode_version.py

index 65502d32c1454ab551ea0ff01e054823dbdf06b1..d056f98a0390d5244252cb137b294f4837745d96 100644 (file)
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -21,6 +21,13 @@ stdout one-to-one. If the file is a simple RFC822 message it is just 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.2 (2014-02-01)
+   Fix a bug - do not generate 'From ' headers in subparts.
+
+   Add option --host.
+
+   Add tests.
+
 WHAT'S NEW in version 2.3.1 (2014-01-31)
    Update documentation.
 
index 366a7c7a1576d2d8d63aae0796fd145c7d127d2b..d3e7e4c9736a8b7990e0721f30c91f86f8a3a00e 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "2.3.1"
+__version__ = "2.3.2"
 __author__ = "Oleg Broytman <phd@phdru.name>"
 __copyright__ = "Copyright (C) 2001-2014 PhiloSoft Design"
 __license__ = "GNU GPL"