]> git.phdru.name Git - mimedecode.git/commitdiff
Version 2.3.3 v2.3.3
authorOleg Broytman <phd@phdru.name>
Sun, 2 Feb 2014 13:15:09 +0000 (17:15 +0400)
committerOleg Broytman <phd@phdru.name>
Sun, 2 Feb 2014 13:15:09 +0000 (17:15 +0400)
ANNOUNCE
mimedecode_version.py

index 84ba7af879aa2433c4ee991956e412fe14169c1c..917afef10749908487ed7cb6c4b4060f4ec98628 100644 (file)
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -22,6 +22,12 @@ 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.3 (2014-02-02)
+   Forbid filtering from console. When the program runs with stdin
+   connected to the console it shows usage help.
+
+   Fix a bug - option -o and no parameters.
+
 WHAT'S NEW in version 2.3.2 (2014-02-01)
    Fix a bug - do not generate 'From ' headers in subparts.
 
@@ -35,9 +41,6 @@ WHAT'S NEW in version 2.3.1 (2014-01-31)
 WHAT'S NEW in version 2.3.0 (2014-01-30)
    Add option -o and output_file argument.
 
-   Forbid filtering from console to console. When the program runs
-   with no parameters and without any redirection it shows usage help.
-
 WHAT'S NEW in version 2.2.0 (2013-12-21)
    Rename __version__.py to mimedecode_version.py.
 
index d3e7e4c9736a8b7990e0721f30c91f86f8a3a00e..218e221068e4576487fa78a750a64502f20b5b77 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "2.3.2"
+__version__ = "2.3.3"
 __author__ = "Oleg Broytman <phd@phdru.name>"
 __copyright__ = "Copyright (C) 2001-2014 PhiloSoft Design"
 __license__ = "GNU GPL"