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