X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=ChangeLog;h=d991c1d45a4cab193b169cd431cf03cc6f519d39;hb=85acafdeccdc72409c35b05991c4bf9b350f1ecb;hp=afad67ed768909d6965141662a6a8fdd4e1003a6;hpb=b312e19565e5ee609e694c6c22c3760ebc6d28f0;p=pkg%2Ft-prot.git diff --git a/ChangeLog b/ChangeLog index afad67e..d991c1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,177 @@ +2005-05-27 10:00 Jochen Striepe + + * t-prot: Re-release as v2.0. No code change since v1.104. + +2005-05-13 00:06 Jochen Striepe + + * t-prot.1: Matthias Kilian suggested some cleanup for better + reading. Many thanks! + +2005-05-12 15:29 Jochen Striepe + + * t-prot.1: Include the BUGS file in the REPORTING BUGS section. + +2005-05-12 15:07 Jochen Striepe + + * t-prot.1: Fix typo. + +2005-05-12 15:07 Jochen Striepe + + * t-prot.1: Provide more information on how to submit bug reports. + +2005-05-12 03:32 Jochen Striepe + + * t-prot.1: Fix formatting. + +2005-05-12 03:29 Jochen Striepe + + * t-prot.1: Another typo. + +2005-05-12 03:27 Jochen Striepe + + * t-prot.1: Fix typo. + +2005-05-12 02:54 Jochen Striepe + + * t-prot: Release as v1.104. + +2005-05-11 12:14 Jochen Striepe + + * t-prot.1: Many clarifications and added details. Some formatting + cleanup. + +2005-05-11 09:21 Jochen Striepe + + * t-prot.1: Fix copyright date string. + +2005-05-11 09:17 Jochen Striepe + + * t-prot.1: LICENSE CHANGE! + + Alfie is completely right: Since the copyright notice essentially + is a BSD license, it is the Right Thing to simply switch to a BSD + license (slightly modified, as there is no binary code in t-prot). + +2005-05-11 01:22 Jochen Striepe + + * t-prot.1: LICENSE CHANGE! More clarifications. The meaning still + remains the same. + +2005-05-11 01:16 Jochen Striepe + + * t-prot.1: LICENSE CHANGE! The meaning remains the same, but the + wording should be a little clearer now. + +2005-05-11 01:14 Jochen Striepe + + * t-prot.1: Remove unnecessary text block. + +2005-05-11 01:09 Jochen Striepe + + * t-prot: The case-sensitivity of the Content-Type: header (vs. + Content-type:) seems not to be absolutely clear. RFC 1049 should be + obsoleted by RFCs 2045-2049 by now, but to be sure, we will accept + both strings. + +2005-05-11 01:04 Jochen Striepe + + * t-prot.1: RFC 822 is no longer important. RFC 2822 should + suffice. + +2005-05-11 00:59 Jochen Striepe + + * t-prot.1: Update date string. + +2005-05-11 00:58 Jochen Striepe + + * t-prot.1: Fix apostrophe. + +2005-05-10 13:09 Jochen Striepe + + * contrib/t-prot.sl: Update copyright. + +2005-05-09 14:54 Jochen Striepe + + * contrib/t-prot.sl: Make sure users get a hint if they look why + t-prot.sl does not work on their system (just as I did and wondered + what was wrong). + +2005-05-08 18:13 Jochen Striepe + + * t-prot: Release as v1.103. + +2005-05-08 18:13 Jochen Striepe + + * t-prot: More regex fixes. + +2005-05-08 17:50 Jochen Striepe + + * t-prot: Release as v1.102. + +2005-05-08 17:49 Jochen Striepe + + * t-prot: Many fixes to many regexes, fixing performance issues und + readability. Some were entirely replaced by faster means. + +2005-04-25 16:35 Jochen Striepe + + * t-prot: Release as v1.101. + +2005-04-25 15:49 Jochen Striepe + + * t-prot: We must not forget to remove ad and mailing list footers + within the first MIME/Multipart attachment when processing raw + messages (lacking -M). + +2005-04-25 15:29 Jochen Striepe + + * t-prot: Fix a comment. + +2005-04-25 15:28 Jochen Striepe + + * t-prot: Mailing list footers (and probably ad footers) were not + detected when processing raw MIME/Multipart messages: We have to + look at the very end of the message, not only at the end of the + first attachment. Fix this by calling remove_footers() before + dealing with raw multipart attachments. + +2005-04-15 14:08 Jochen Striepe + + * t-prot: Release as v1.100. + +2005-04-15 14:07 Jochen Striepe + + * contrib/filter_innd.pl: We don't submit any headers, so use + --body. Use unlink() instead of system(). Mention the temp file + problem. + +2005-04-15 14:03 Jochen Striepe + + * t-prot, t-prot.1: Add --body to make sure we are not looking for + any headers when there are none in the input. + +2005-04-15 13:42 Jochen Striepe + + * t-prot.1: Add some clarifications and missing details. + +2005-03-31 19:39 Jochen Striepe + + * contrib/t-prot.sl: Use S-Lang calls popen(), fputs(), and + remove() instead of system() and pipe_article() to reduce + flickering (and for cleaner code). Patch by Gregor Herrman, many + thanks! + +2005-03-31 19:20 Jochen Striepe + + * contrib/t-prot.sl: Mention mimedecode as filter for Quoted + Printable. Thanks to Gregor Herrmann. + +2005-03-31 19:17 Jochen Striepe + + * contrib/t-prot.sl: Change key bindings: ESC-0 and ESC-1 are + prefixes for other commands, so we should not overwrite those. + Patch by Gregor Herrmann, many thanks! + 2005-03-24 22:24 Jochen Striepe * t-prot: Release as v1.99.