]> git.phdru.name Git - mimedecode.git/commitdiff
Version 2.3.0: add option -o and output_file argument
authorOleg Broytman <phd@phdru.name>
Thu, 30 Jan 2014 19:26:30 +0000 (23:26 +0400)
committerOleg Broytman <phd@phdru.name>
Thu, 30 Jan 2014 19:26:30 +0000 (23:26 +0400)
ANNOUNCE
mimedecode_version.py

index c58265615fa4acc7307f4ebff06025d86b4c5680..b8a33ce92fcaecd9d094d8af17cfc5357c3cb5a7 100644 (file)
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -21,11 +21,8 @@ stdout one-to-one. If the file is a simple RFC822 message it is just 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.2.2 (2014-01-23)
-   Upgrade docbook-xsl.
-
-WHAT'S NEW in version 2.2.1 (2013-12-24)
-   Add mk-distr helper.
+WHAT'S NEW in version 2.3.0 (2014-01-30)
+   Add option -o and output_file argument.
 
 WHAT'S NEW in version 2.2.0 (2013-12-21)
    Rename __version__.py to mimedecode_version.py.
index dcd0d1f0a6f54dd8c2a4bc9c2af191f2061c7db5..2838da02ded1a5829cc8cbc580b76ab50c74efce 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "2.2.2"
+__version__ = "2.3.0"
 __author__ = "Oleg Broytman <phd@phdru.name>"
 __copyright__ = "Copyright (C) 2001-2014 PhiloSoft Design"
 __license__ = "GNU GPL"