X-Git-Url: https://code.th-h.de/?p=usenet%2Fyapfaq.git;a=blobdiff_plain;f=ChangeLog;h=a012a96b74b19981dbec498d3392f212ca77e84b;hp=b34ed2e180f4ec96112f0d2ed2b59d6d5662a51b;hb=6e49580a28012f07aeeb1a9ad8f9ce9b789ce8f9;hpb=ace701c4a66620857f468a138c29caeef8e9183d diff --git a/ChangeLog b/ChangeLog index b34ed2e..a012a96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,109 @@ +yapfaq 0.10 (unreleased) + +* Add: Charset definition. + Fixes #29. + +* Mark yapfaq.pl executable. + + +Version 0.9.1 + +* Fix: Test mode: Add X-Supersedes only if Supersedes would be set. + Fixes #28. + Thomas Hochstein Sun Oct 31 18:42:52 2010 +0100 + + +Version 0.9 + +* Drop use of Fcntl (not needed). + Thomas Hochstein Tue Jun 15 22:30:11 2010 +0200 + +* Changed packaging. + - Drop .yapfaqrc and yapfaq.cfg in favor of .yapfaqrc.sample + and yapfaq.cfg.sample; rename test.txt to sample.txt. + - Change contents of these files to reflect the new names. + - Update some defaults, change sample.txt contents to English. + - Add "INSTALLATION" chapter to documentation. + Fixes #7. + Thomas Hochstein Sat May 15 19:16:40 2010 +0200 + +* Change default Message-ID format. + Thomas Hochstein Sat May 15 19:04:24 2010 +0200 + +* Change: Modify headers for test posts. + - Change MID so you can do multiple tests. + - Replace Supersedes with X-Supersedes so you do not delete + postings while testing. + - Add remark ("This is a test message."). + - Change documentation accordingly. + Fixes #6. + Thomas Hochstein Sat May 15 17:22:20 2010 +0200 + +* Change: Drop %LM from subject if Last-Modified is not found. + Thomas Hochstein Sat May 15 16:36:52 2010 +0200 + + +Version 0.8.2 + +* Fix: Accept leading/trailing whitespace for Last-modified pseudo header. + Fixes #5. + Thomas Hochstein Sat May 15 16:32:58 2010 +0200 + + +Version 0.8.1 + +* Fix broken implementation of "Program" in .yapfaqrc. + Fixes #4. + Thomas Hochstein 2010-05-14 21:58:15 + + +Version 0.8 + +* Documentation: Add Git repository and bug tracker. + Thomas Hochstein Thu May 13 19:21:05 2010 +0200 + +* Making use of Getopt::Std's --help and --version. + Fixes #3. + Thomas Hochstein Thu May 13 19:33:25 2010 +0200 + +* New: Add "Program" to .yapfaqrc. + Fixes #2. + Thomas Hochstein Thu May 13 19:31:49 2010 +0200 + +* Change: Drop PGP support. + You may use tinews.pl from + ftp://ftp.tin.org/tin/tools/tinews.pl instead. + Fixes #1. + Thomas Hochstein Thu May 13 19:24:44 2010 +0200 + +* Fix: Consistency check for MID-Format fixed (regexp). + Thomas Hochstein Wed Apr 14 23:17:16 2010 +0200 + +* New: MID-Format may now contain %t for a Unix timestamp. + %t will be replaced by the number of seconds since the epoch. + Thomas Hochstein Wed Apr 14 23:18:04 2010 +0200 + +* Documentation changes + - Change sample yapfaq.cfg (mark optional settings). + Optional settings are mostly commented out. + Thomas Hochstein Wed Apr 14 09:10:05 2010 +0200 + - Fix: Add "-V", NNTPSERVER to documentation, add more examples. + Added examples for -s and -c. + Thomas Hochstein Wed Apr 14 10:02:48 2010 +0200 + - Add comments pointing to .yapfaqrc to source. + Thomas Hochstein Wed Apr 14 10:10:28 2010 +0200 + +* readconfig(): Add file name to verbose output. + Thomas Hochstein Wed Apr 14 09:38:23 2010 +0200 + +* Change: Reset default for NNTPServer to "unset". + Since yapfaq fill fall back to Perl's build-in defaults, + that should be no problem; furthermore user may now + override this setting via .yapfaqrc without changing + the code. + Thomas Hochstein Wed Apr 14 09:11:45 2010 +0200 + + Version 0.7 * Change: readconfig(): Make mid-format optional.