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