X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=ANNOUNCE;h=b400489e12c7e8edcf7a5b8274b28a57a793f931;hb=779e307770431e065050edd6634c49fa2e319df0;hp=23d113c95ad0ed0f11b1b7b3c9ac7c5ba9bf95e2;hpb=132782e4926381f746dd9ea6b03e3feaaf52579a;p=mimedecode.git diff --git a/ANNOUNCE b/ANNOUNCE index 23d113c..b400489 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -34,11 +34,23 @@ WHAT'S NEW in version 2.4.0 (2014-03-??) Change option -p to accept lists of headers and parameters: -p h1,h2,h3,..:p1,p2,p3,.. - Add ChangeLog. + 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,... -WHAT'S NEW in version 2.3.8 (2014-02-26) + Change option -r to remove all headers and accept a list of exceptions: +-r *,-h1,-h2,... - Add option --remove-params=header to remove all parameters from the header. + 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 + + Add ChangeLog. WHAT'S NEW in version 2.3.7 (2014-02-23)