X-Git-Url: https://code.th-h.de/?p=usenet%2Fyapfaq.git;a=blobdiff_plain;f=ChangeLog;h=2b3e43ae738d594a267a09f39a5df09a1e96ed4c;hp=6ba4a29ed450cb46e3f23e4f4c6646684f16047d;hb=366322b2c86c87e310a1193a3ce4d3590db31b1d;hpb=dc88d13997616fb7f984c7867e675eee50662069 diff --git a/ChangeLog b/ChangeLog index 6ba4a29..2b3e43a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,77 @@ +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. + Also fix runtime warning concerning expires. + Thomas Hochstein Fri Feb 26 08:28:06 2010 +0100 + + +Version 0.6 + +* Add documentation in POD format. + Thomas Hochstein Thu Feb 25 17:00:07 2010 +0100 + +* Add commandline options. + - Using Getopt::Std. + - Implement option '-h': + Display version and usage information. + - Implement option '-v': + Print progress information to STDOUT on reading the configuration, + skipping a FAQ, preparing it for posting, posting it and writing + status information to disk. + - Implement option '-f': + Limit operation to the given project name. Skip parsing all other + information from yapfaq.cfg, skip posting all other FAQs. + - Add option '-d': + 'dry run', simulation mode: nothing is posted. + - Add option '-p': + 'post anyway', files are unconditionally posted irrespective of + Posting-Frequency settings. + - Add option '-t ': + 'test mode', post to (an)other newsgroup(s) given on the command + line or to STDOUT ('console'). + Thomas Hochstein Thu Feb 25 19:22:15 2010 +0100 + +* Add variable expiry. + - New Function: calcdelta + Move date calculation for new posting date to + calcdelta. + - Add 'Expires' to yapfaq.cfg + Parse 'Expires'. + Use calcdelta to calculate expiry. + Thomas Hochstein Thu Feb 25 12:55:04 2010 +0100 + +* Cleanup on yapfaq.cfg + Reformat, translate to English language, add descriptions. + Thomas Hochstein Thu Feb 25 16:16:49 2010 +0100 + +* Change handling of warnings/errors. + Don't output line number if .cfg file can't be opened. + Inform user when writing to ERROR.dat. + Add script name and Warning/Error to warn() and die() output. + Thomas Hochstein Thu Feb 25 09:23:14 2010 +0100 + +* Fix: Accept case-insensitive Last-modified pseudo header. + Thomas Hochstein Sun Feb 21 18:39:05 2010 +0100 + +* Change defaults + Don't use PGP by default. + Default $NNTPServer to 'localhost' + Thomas Hochstein Thu Feb 25 15:15:57 2010 +0100 + +* Update header/introduction, bump version/copyright information. + Fix typo/language in header/introduction. + Add new author / copyright information. + Bump version to 0.6-unreleased. + Thomas Hochstein Sun Feb 21 18:51:39 2010 +0100 + + Version 0.5a - Fixed bug in readconfig().