X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=inline;f=ANNOUNCE;h=613982dcf240370063a68bc8a21fe3960ae03ab5;hb=9b68db3414c847b241e4e8ce2a0a636521d10c5c;hp=36978660358b3a2b3208607a7103f336d2a87fdc;hpb=b47b1f1629b4a4887a422edcf54bf23865c2e2ae;p=mimedecode.git diff --git a/ANNOUNCE b/ANNOUNCE index 3697866..613982d 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -23,7 +23,20 @@ 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.5.0 (2014-03-??) + + Add option --set-header=header:value to set header's value (only at the top +level). + + Add option --set-param=header:param=value to set header parameter's value +(only at the top level). The header must exist. + + Add option -B to skip content-transfer-decoding binary attachments. + + Fix a minor bug: if a multipart message (or a subpart) lacks any textual +content - avoid putting an excessive newline. + +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,...