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