X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=ChangeLog;h=b9964e03c982c6a460905caaffd0aa57465b5037;hb=141754c6212c218c538dcadd2d79da4b5bb0fc5e;hp=0b51d69d1662459e96e9408448af36d4885ec046;hpb=2478edc3fbaac6f9aa62f17af1e18c0b7e4510f0;p=mimedecode.git diff --git a/ChangeLog b/ChangeLog index 0b51d69..b9964e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,21 @@ -Version 2.5.1 (2014-04-??) +Version 2.8.0 (2017-05-??) - Make option -i to work with multipart messages. + Stop supporting Python 2.6. - Open all files in binary mode. Output os.linesep instead of '\n'. +Version 2.7.0 (2017-04-26) + + Use m_lib.defenc instead of m_lib; install it from PyPI. + + Make options --save-headers|body|message to work with multipart subparts. + +Version 2.6.0 (2014-06-08) + + 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.