]> git.phdru.name Git - mimedecode.git/blob - ChangeLog
Version 2.4.0
[mimedecode.git] / ChangeLog
1 WHAT'S NEW in version 2.4.0 (2014-03-08)
2
3    Change option -d to accept a comma-separated list of headers:
4 -d h1,h2,h3,...
5
6    Change option -d to decode all headers and accept a list of exceptions:
7 -d *,-h1,-h2,...
8
9    Change option -p to accept lists of headers and parameters:
10 -p h1,h2,h3,..:p1,p2,p3,..
11
12    Allow * and exceptions for -p in the headers and parameters lists:
13 -p *,-h1,-h2,-h3:p1,p2,p3
14 -p h1,h2,h3:*,-p1,-p2,-p3
15 -p *,-h1,-h2,-h3:*,-p1,-p2,-p3
16
17    Change option -r to accept a list of headers: -r h1,h2,h3,...
18
19    Change option -r to remove all headers and accept a list of exceptions:
20 -r *,-h1,-h2,...
21
22    Change option -R to accept lists of headers and parameters:
23 -R h1,h2,h3:p1,p2,p3
24 -R h1,h2,h3:*,-p1,-p2,-p3
25 -R *,-h1,-h2,-h3:p1,p2,p3
26 -R *,-h1,-h2,-h3:*,-p1,-p2,-p3
27
28    Publish docs in html format.
29
30    Add ChangeLog.
31
32 Version 2.3.8 (2014-02-26)
33
34    Add option --remove-params=header to remove all parameters from the header.
35
36 Version 2.3.7 (2014-02-23)
37
38    Add option -r to remove headers and option -R to remove header's parameters.
39
40 Version 2.3.6 (2014-02-19)
41
42    Decode "To", "Cc", "Reply-To" and "Mail-Followup-To" headers by default.
43
44    Report test progress and success.
45
46    Add tests for headers and parameters decoding.
47
48    Add tests for passing (-b) and skipping (-i) message bodies.
49
50 Version 2.3.4 (2014-02-11)
51
52    Optimize recursive decoding.
53
54    Fix a bug - decode message/rfc822 subparts.
55
56 Version 2.3.3 (2014-02-02)
57
58    Forbid filtering from console. When the program runs with stdin
59    connected to the console it shows usage help.
60
61    Fix a bug - option -o and no parameters.
62
63 Version 2.3.2 (2014-02-01)
64
65    Fix a bug - do not generate 'From ' headers in subparts.
66
67    Add option --host.
68
69    Add tests.
70
71 Version 2.3.1 (2014-01-31)
72
73    Update documentation.
74
75 Version 2.3.0 (2014-01-30)
76
77    Add option -o and output_file argument.
78
79 Version 2.2.2 (2014-01-23)
80
81    Upgrade docbook-xsl.
82
83 Version 2.2.1 (2013-12-24)
84
85    Add mk-distr helper.
86
87 Version 2.2.0 (2013-12-21)
88
89    Rename __version__.py to mimedecode_version.py.
90
91    Use setuptools.
92
93 Version 2.1.5 (2013-12-18)
94
95    Move __version__ out of mimedecode.py to __version__.py
96    to allow installation without m_lib.
97
98 Version 2.1.4 (2013-12-11)
99
100    Add installation instruction in INSTALL.txt.
101
102 Version 2.1.3 (2013-12-10)
103
104    Minor bugfix.
105
106 Version 2.1.2 (2013-07-26)
107
108    Minor fix in Makefile. Switched to git.
109
110 Version 2.1.1 (2012-04-15)
111
112    Removed svn:keywords.
113
114 Version 2.1.0 (2006-04-27)
115
116    A patch by Bogdan Maryniuk <bogdan.maryniuk@gmail.com>: portable way to get
117 the default charset.
118
119 Version 2.0.0
120
121    Major rewrite to use python email package.