X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=ANNOUNCE;h=f27b72de71d45e2887fd4341bae72c6afc41687d;hb=c4a950a30dfb2ae320a2b718e5f326e10f6122c4;hp=6ea2c5117b5da88152c285a8fa5d2f1c659f36f4;hpb=e6a27b4c388053c20bde7fd3af12a76c6aeab969;p=mimedecode.git diff --git a/ANNOUNCE b/ANNOUNCE index 6ea2c51..f27b72d 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -22,21 +22,15 @@ 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.1.3 (2013-12-10) - Minor bugfix. - -WHAT'S NEW in version 2.1.2 (2013-07-26) - Minor fix in Makefile. Switched to git. +WHAT'S NEW in version 2.1.5 (2013-12-18) + Move __version__ out of mimedecode.py to __version__.py + to allow installation without m_lib. -WHAT'S NEW in version 2.1.1 (2012-04-15) - Removed svn:keywords. +WHAT'S NEW in version 2.1.4 (2013-12-11) + Add installation instruction in INSTALL.txt. -WHAT'S NEW in version 2.1.0 (2006-04-27) - A patch by Bogdan Maryniuk : -portable way to get the default charset. - -WHAT'S NEW in version 2.0.0 - Major rewrite to use python email package. +WHAT'S NEW in version 2.1.3 (2013-12-10) + Minor bugfix. WHERE TO GET