From 9e7d50a586568e99b23b02d8e08bc686930f85d4 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 8 Jun 2014 18:25:44 +0400 Subject: [PATCH] Version 2.6.0 --- ANNOUNCE | 12 ++++++++++++ ChangeLog | 4 ++-- mimedecode_version.py | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 51c67a5..53a60bc 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -23,6 +23,18 @@ parts ("attachments") all parts are decoded. Decoding can be controlled by command-line options. +Version 2.6.0 (2014-06-18) + + Make options -e/-i to work with multipart subparts. + + Add option -I to completely ignore a part - no headers, no body, + no warning. + + Open all output files in binary mode. Output os.linesep instead of '\n'. + + Test --save-headers|body|message masks one after another to allow + saving a message or a subpart to more than one file. + WHAT'S NEW in version 2.5.0 (2014-03-18) Add option --set-header=header:value to set header's value (only at the top diff --git a/ChangeLog b/ChangeLog index dfcac6e..62d61f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ -Version 2.5.1 (2014-04-??) +Version 2.6.0 (2014-06-18) - Make options -e/-i to work with multipart messages. + Make options -e/-i to work with multipart subparts. Add option -I to completely ignore a part - no headers, no body, no warning. diff --git a/mimedecode_version.py b/mimedecode_version.py index 7c8e7eb..cb3f6a1 100644 --- a/mimedecode_version.py +++ b/mimedecode_version.py @@ -1,4 +1,4 @@ -__version__ = "2.5.0" +__version__ = "2.6.0" __author__ = "Oleg Broytman " __copyright__ = "Copyright (C) 2001-2014 PhiloSoft Design" __license__ = "GNU GPL" -- 2.39.2