X-Git-Url: https://code.th-h.de/?p=usenet%2Fyapfaq.git;a=blobdiff_plain;f=ChangeLog;h=57db0679398809367a95eb24c08192dfc9f19609;hp=2cb2247d9fab795e9c282d14cf05d23f09d2544e;hb=b146f21475f4295fcdb430e27f4b567dda8a43e4;hpb=fd0f4fcfae928aaf11fdefe56bc8674be3f40e99 diff --git a/ChangeLog b/ChangeLog index 2cb2247..57db067 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,131 @@ +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. + Set defaults for expires and mid-format when they're invalid + (defaults were already set in postfaq() if undefined). + Change documentation accordingly; make it more clear if + parameters are optional or mandatory. + Thomas Hochstein Tue Apr 13 23:59:43 2010 +0200 + +* Fix: Save status information only after successful posting. + - New Function: updatestaus + Move status information save to updatestatus. + - post() now returns exit code. + - postfaq() will update status information only + when post() was successful. + Thomas Hochstein Sat Apr 10 23:19:44 2010 +0200 + +* New: Add option '-s': pipe article to script. + Use an external program to post - or otherwise handle - + the article. + Amend documentation. + Thomas Hochstein Sat Apr 10 02:14:59 2010 +0200 + +* New: runtime configuration + - Moved configuration to a hash (%Config). + Thomas Hochstein Wed Apr 7 22:09:15 2010 +0200 + - Add rcfile (.yapfaqrc) for configuration. + All configuration data is read from .yapfaqrc + with defaults set in yapfaq.pl + Thomas Hochstein Sat Apr 10 22:02:24 2010 +0200 + - Add sample .yapfaqrc with defaults. + Thomas Hochstein Wed Apr 7 23:16:20 2010 +0200 + - Add option '-c': define another .rcfile. + Thomas Hochstein Thu Apr 8 07:41:43 2010 +0200 + - Update documentation for .rcfile. + Add the according sections to the POD documentation. + Fix some wording. + Thomas Hochstein Sat Apr 10 02:17:00 2010 +0200 + +* Small changes. + -t CONSOLE: Change delimiter. + No leading \n is necessary. + Add some more comments. + Thomas Hochstein Sat Apr 10 01:43:19 2010 +0200 + +* Add option '-V': print version and copyright information. + Thomas Hochstein Thu Apr 8 07:36:11 2010 +0200 + +* Change: -h: Replace version/usage information with man page. + Feed script to perldoc when called with -h. + Thomas Hochstein Thu Apr 8 06:21:05 2010 +0200 + +* Change: Authenticate only if $NNTPUser is set. + Thomas Hochstein Sat Apr 10 00:49:24 2010 +0200 + +* Add check for MID-Format and fallback to FQDN. + Uses hostfqdn from Net::Domain. + Thomas Hochstein Thu Apr 8 08:33:01 2010 +0200 + +* Add checks for mandatory content in configuration file. + Enhance and optimize existing checks. + Thomas Hochstein Thu Apr 8 08:30:21 2010 +0200 + +* Code optimisation (verbose output). + Thomas Hochstein Thu Apr 8 08:00:04 2010 +0200 + + +Version 0.6.2 + +* Fix default for Expires. + Bug introduced in v0.6.1. + Thomas Hochstein Fri Feb 26 09:29:01 2010 +0100 + + Version 0.6.1 * Fix: Test mode must not update status information.