Add: MID-Format may now contain %t for a Unix timestamp.
[usenet/yapfaq.git] / ChangeLog
1 Version 0.7
2
3 * Change: readconfig(): Make mid-format optional.
4   Set defaults for expires and mid-format when they're invalid
5   (defaults were already set in postfaq() if undefined).
6   Change documentation accordingly; make it more clear if
7   parameters are optional or mandatory.
8   Thomas Hochstein <thh@inter.net> Tue Apr 13 23:59:43 2010 +0200
9
10 * Fix: Save status information only after successful posting.
11   - New Function: updatestaus
12      Move status information save to updatestatus.
13   - post() now returns exit code.
14   - postfaq() will update status information only
15     when post() was successful.
16   Thomas Hochstein <thh@inter.net> Sat Apr 10 23:19:44 2010 +0200
17
18 * New: Add option '-s': pipe article to script.
19   Use an external program to post - or otherwise handle -
20   the article.
21   Amend documentation.
22   Thomas Hochstein <thh@inter.net> Sat Apr 10 02:14:59 2010 +0200
23
24 * New: runtime configuration
25   - Moved configuration to a hash (%Config).
26     Thomas Hochstein <thh@inter.net> Wed Apr 7 22:09:15 2010 +0200    
27   - Add rcfile (.yapfaqrc) for configuration.
28     All configuration data is read from .yapfaqrc
29     with defaults set in yapfaq.pl
30     Thomas Hochstein <thh@inter.net> Sat Apr 10 22:02:24 2010 +0200
31   - Add sample .yapfaqrc with defaults.
32     Thomas Hochstein <thh@inter.net> Wed Apr 7 23:16:20 2010 +0200    
33   - Add option '-c': define another .rcfile.
34     Thomas Hochstein <thh@inter.net> Thu Apr 8 07:41:43 2010 +0200
35   - Update documentation for .rcfile.
36     Add the according sections to the POD documentation.
37     Fix some wording.
38     Thomas Hochstein <thh@inter.net> Sat Apr 10 02:17:00 2010 +0200
39
40 * Small changes.
41   -t CONSOLE: Change delimiter.
42   No leading \n is necessary.
43   Add some more comments.
44   Thomas Hochstein <thh@inter.net> Sat Apr 10 01:43:19 2010 +0200
45
46 * Add option '-V': print version and copyright information.
47   Thomas Hochstein <thh@inter.net> Thu Apr 8 07:36:11 2010 +0200
48
49 * Change: -h: Replace version/usage information with man page.
50   Feed script to perldoc when called with -h.
51   Thomas Hochstein <thh@inter.net> Thu Apr 8 06:21:05 2010 +0200
52
53 * Change: Authenticate only if $NNTPUser is set.
54   Thomas Hochstein <thh@inter.net> Sat Apr 10 00:49:24 2010 +0200
55
56 * Add check for MID-Format and fallback to FQDN.
57   Uses hostfqdn from Net::Domain.
58   Thomas Hochstein <thh@inter.net> Thu Apr 8 08:33:01 2010 +0200
59
60 * Add checks for mandatory content in configuration file.
61   Enhance and optimize existing checks.
62   Thomas Hochstein <thh@inter.net> Thu Apr 8 08:30:21 2010 +0200
63
64 * Code optimisation (verbose output).
65   Thomas Hochstein <thh@inter.net> Thu Apr 8 08:00:04 2010 +0200
66
67
68 Version 0.6.2
69
70 * Fix default for Expires.
71   Bug introduced in v0.6.1.
72   Thomas Hochstein <thh@inter.net> Fri Feb 26 09:29:01 2010 +0100
73
74
75 Version 0.6.1
76
77 * Fix: Test mode must not update status information.
78   Also fix runtime warning concerning expires.
79   Thomas Hochstein <thh@inter.net> Fri Feb 26 08:28:06 2010 +0100
80
81   
82 Version 0.6
83
84 * Add documentation in POD format.
85   Thomas Hochstein <thh@inter.net> Thu Feb 25 17:00:07 2010 +0100
86
87 * Add commandline options.
88   - Using Getopt::Std.
89   - Implement option '-h':
90     Display version and usage information.
91   - Implement option '-v':
92     Print progress information to STDOUT on reading the configuration,
93     skipping a FAQ, preparing it for posting, posting it and writing
94     status information to disk.
95   - Implement option '-f':
96     Limit operation to the given project name. Skip parsing all other
97     information from yapfaq.cfg, skip posting all other FAQs.
98   - Add option '-d':
99     'dry run', simulation mode: nothing is posted.
100   - Add option '-p':
101     'post anyway', files are unconditionally posted irrespective of
102     Posting-Frequency settings.
103   - Add option '-t <newsgroups>':
104     'test mode', post to (an)other newsgroup(s) given on the command
105     line or to STDOUT ('console').
106   Thomas Hochstein <thh@inter.net> Thu Feb 25 19:22:15 2010 +0100
107
108 * Add variable expiry.
109   - New Function: calcdelta
110     Move date calculation for new posting date to
111     calcdelta.
112   - Add 'Expires' to yapfaq.cfg
113     Parse 'Expires'.
114     Use calcdelta to calculate expiry.
115   Thomas Hochstein <thh@inter.net> Thu Feb 25 12:55:04 2010 +0100
116
117 * Cleanup on yapfaq.cfg
118   Reformat, translate to English language, add descriptions.
119   Thomas Hochstein <thh@inter.net> Thu Feb 25 16:16:49 2010 +0100
120
121 * Change handling of warnings/errors.
122   Don't output line number if .cfg file can't be opened.
123   Inform user when writing to ERROR.dat.
124   Add script name and Warning/Error to warn() and die() output.
125   Thomas Hochstein <thh@inter.net> Thu Feb 25 09:23:14 2010 +0100
126
127 * Fix: Accept case-insensitive Last-modified pseudo header.
128   Thomas Hochstein <thh@inter.net> Sun Feb 21 18:39:05 2010 +0100
129
130 * Change defaults
131   Don't use PGP by default.
132   Default $NNTPServer to 'localhost'
133   Thomas Hochstein <thh@inter.net> Thu Feb 25 15:15:57 2010 +0100
134
135 * Update header/introduction, bump version/copyright information.
136   Fix typo/language in header/introduction.
137   Add new author / copyright information.
138   Bump version to 0.6-unreleased.
139   Thomas Hochstein <thh@inter.net> Sun Feb 21 18:51:39 2010 +0100
140
141
142 Version 0.5a
143
144 - Fixed bug in readconfig().
145   Marc 'HE' Brockschmidt <marc@marcbrockschmidt.de>  16 Feb 2003 00:35:37
146   
147
148 Version 0.5
149
150 - Fixed PGP-Support (merging some code from tinews.pl). Seems to work well.
151   Marc 'HE' Brockschmidt <marc@marcbrockschmidt.de>  11 Jan 2003 3:46:57
152
153
154 - General cleanup of the code, changing some weird behaviour and so on.
155   Marc 'HE' Brockschmidt <marc@marcbrockschmidt.de>  11 Jan 2003 2:27:23
156
157
158 - Changed the name of the project. There was another postfaq before, so I
159   switched to yapfaq (yet another postfaq). I like the idea of a software-line
160   called ya-software for a possible commercial: "Buy ya software!"
161   Marc 'HE' Brockschmidt <marc@marcbrockschmidt.de>  11 Jan 2003 1:43:09
This page took 0.013878 seconds and 3 git commands to generate.