From a635db6b66882f0883836cdf3fc1494bc3a09bd9 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 19 Feb 2014 17:05:35 +0400 Subject: [PATCH] Version 2.3.5 --- ANNOUNCE | 10 ++++++++++ mimedecode_version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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" -- 2.39.2