From 0fac7ebea8ea40e9e3882591f946ac08f97a21aa Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 8 Mar 2014 22:50:36 +0400 Subject: [PATCH] Version 2.4.0 --- ANNOUNCE | 2 +- ChangeLog | 29 ++++++++++++++++++++++++++++- TODO | 3 --- mimedecode_version.py | 2 +- 4 files changed, 30 insertions(+), 6 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 3697866..5969c15 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -23,7 +23,7 @@ parts ("attachments") all parts are decoded. Decoding can be controlled by command-line options. -WHAT'S NEW in version 2.4.0 (2014-03-??) +WHAT'S NEW in version 2.4.0 (2014-03-08) Change option -d to accept a comma-separated list of headers: -d h1,h2,h3,... diff --git a/ChangeLog b/ChangeLog index 07d0d59..f7f0d53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,31 @@ -Version 2.4.0 (2014-03-??) +WHAT'S NEW in version 2.4.0 (2014-03-08) + + Change option -d to accept a comma-separated list of headers: +-d h1,h2,h3,... + + Change option -d to decode all headers and accept a list of exceptions: +-d *,-h1,-h2,... + + Change option -p to accept lists of headers and parameters: +-p h1,h2,h3,..:p1,p2,p3,.. + + Allow * and exceptions for -p in the headers and parameters lists: +-p *,-h1,-h2,-h3:p1,p2,p3 +-p h1,h2,h3:*,-p1,-p2,-p3 +-p *,-h1,-h2,-h3:*,-p1,-p2,-p3 + + Change option -r to accept a list of headers: -r h1,h2,h3,... + + Change option -r to remove all headers and accept a list of exceptions: +-r *,-h1,-h2,... + + Change option -R to accept lists of headers and parameters: +-R h1,h2,h3:p1,p2,p3 +-R h1,h2,h3:*,-p1,-p2,-p3 +-R *,-h1,-h2,-h3:p1,p2,p3 +-R *,-h1,-h2,-h3:*,-p1,-p2,-p3 + + Publish docs in html format. Add ChangeLog. diff --git a/TODO b/TODO index d0dba3b..104db0e 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,3 @@ -Release 2.4.0. - - Add option -s header:value to set header's value. Add option -S header:param=value to set header parameter's value. diff --git a/mimedecode_version.py b/mimedecode_version.py index eff132e..c2793c2 100644 --- a/mimedecode_version.py +++ b/mimedecode_version.py @@ -1,4 +1,4 @@ -__version__ = "2.3.8" +__version__ = "2.4.0" __author__ = "Oleg Broytman " __copyright__ = "Copyright (C) 2001-2014 PhiloSoft Design" __license__ = "GNU GPL" -- 2.39.2