From: Oleg Broytman Date: Wed, 19 Feb 2014 13:05:35 +0000 (+0400) Subject: Version 2.3.5 X-Git-Tag: v2.3.5^0 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=a635db6b66882f0883836cdf3fc1494bc3a09bd9 Version 2.3.5 --- diff --git a/ANNOUNCE b/ANNOUNCE index e4fc1b2..9619636 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -22,6 +22,16 @@ 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.5 (2014-02-19) + + Decode "To" headers by default. + + Report test progress and success. + + Add tests for headers and parameters decoding. + + Add tests for passing (-b) and skipping (-i) message bodies. + WHAT'S NEW in version 2.3.4 (2014-02-11) Optimize recursive decoding. diff --git a/mimedecode_version.py b/mimedecode_version.py index dfab78a..d6bb677 100644 --- a/mimedecode_version.py +++ b/mimedecode_version.py @@ -1,4 +1,4 @@ -__version__ = "2.3.4" +__version__ = "2.3.5" __author__ = "Oleg Broytman " __copyright__ = "Copyright (C) 2001-2014 PhiloSoft Design" __license__ = "GNU GPL"