]> git.phdru.name Git - mimedecode.git/commitdiff
Version 2.1.2: minor fix in Makefile
authorOleg Broytman <phd@phdru.name>
Fri, 26 Jul 2013 19:23:32 +0000 (23:23 +0400)
committerOleg Broytman <phd@phdru.name>
Fri, 26 Jul 2013 19:23:32 +0000 (23:23 +0400)
'all' is also a .PHONY target. Switched to git. Copyright 2013.

ANNOUNCE
mimedecode.docbook
mimedecode.py

index 30330e9a00d01292db130020bba5d828cec829d3..873999a63485e6b4036d95bba339cf20e57e7182 100644 (file)
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -22,6 +22,9 @@ 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.2 (2013-07-26)
+   Minor fix in Makefile. Switched to git.
+
 WHAT'S NEW in version 2.1.1 (2012-04-15)
    Removed svn:keywords.
 
@@ -50,7 +53,7 @@ AUTHOR
    Oleg Broytman <phd@phdru.name>
 
 COPYRIGHT
-   Copyright (C) 2001-2012 PhiloSoft Design
+   Copyright (C) 2001-2013 PhiloSoft Design
 
 LICENSE
    GPL
index 96e444c87dac293af372ccf5279dbade5fdb2168..dcd6d4e50af04f9089483bc3a01afffc354eea1d 100644 (file)
@@ -308,7 +308,7 @@ the program will recode the message to the wrong charset.
 <refsect1>
 <title>COPYRIGHT</title>
 <para>
-   Copyright (C) 2001-2010 PhiloSoft Design
+   Copyright (C) 2001-2013 PhiloSoft Design
 </para>
 </refsect1>
 
index dbf7820fbe95a7f213e3289dd9707caf68b3dc56..e0562967b472db703018925ad9392101e36053b3 100755 (executable)
@@ -2,9 +2,9 @@
 """Decode MIME message"""
 
 
-__version__ = "2.1.1"
+__version__ = "2.1.2"
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2001-2012 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2001-2013 PhiloSoft Design"
 __license__ = "GNU GPL"