From ada671b5f9a53d6d2c0b5082354d53de5a5fe999 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 26 Jul 2013 23:23:32 +0400 Subject: [PATCH] Version 2.1.2: minor fix in Makefile 'all' is also a .PHONY target. Switched to git. Copyright 2013. --- ANNOUNCE | 5 ++++- mimedecode.docbook | 2 +- mimedecode.py | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 30330e9..873999a 100644 --- 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 COPYRIGHT - Copyright (C) 2001-2012 PhiloSoft Design + Copyright (C) 2001-2013 PhiloSoft Design LICENSE GPL diff --git a/mimedecode.docbook b/mimedecode.docbook index 96e444c..dcd6d4e 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -308,7 +308,7 @@ the program will recode the message to the wrong charset. COPYRIGHT - Copyright (C) 2001-2010 PhiloSoft Design + Copyright (C) 2001-2013 PhiloSoft Design diff --git a/mimedecode.py b/mimedecode.py index dbf7820..e056296 100755 --- a/mimedecode.py +++ b/mimedecode.py @@ -2,9 +2,9 @@ """Decode MIME message""" -__version__ = "2.1.1" +__version__ = "2.1.2" __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2001-2012 PhiloSoft Design" +__copyright__ = "Copyright (C) 2001-2013 PhiloSoft Design" __license__ = "GNU GPL" -- 2.39.2