From: Thomas Hochstein Date: Sat, 11 Sep 2010 21:58:15 +0000 (+0200) Subject: Release 0.9 X-Git-Tag: v0.9 X-Git-Url: https://code.th-h.de/?p=usenet%2Fyapfaq.git;a=commitdiff_plain;h=bd3a4c38415bff841ac1d678da4bb61534f83233;ds=sidebyside Release 0.9 Add changelog entries. Bump version number. Signed-off-by: Thomas Hochstein --- diff --git a/ChangeLog b/ChangeLog index 57db067..030a8ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +Version 0.9 + +* Drop use of Fcntl (not needed). + Thomas Hochstein Tue Jun 15 22:30:11 2010 +0200 + +* Changed packaging. + - Drop .yapfaqrc and yapfaq.cfg in favor of .yapfaqrc.sample + and yapfaq.cfg.sample; rename test.txt to sample.txt. + - Change contents of these files to reflect the new names. + - Update some defaults, change sample.txt contents to English. + - Add "INSTALLATION" chapter to documentation. + Fixes #7. + Thomas Hochstein Sat May 15 19:16:40 2010 +0200 + +* Change default Message-ID format. + Thomas Hochstein Sat May 15 19:04:24 2010 +0200 + +* Change: Modify headers for test posts. + - Change MID so you can do multiple tests. + - Replace Supersedes with X-Supersedes so you do not delete + postings while testing. + - Add remark ("This is a test message."). + - Change documentation accordingly. + Fixes #6. + Thomas Hochstein Sat May 15 17:22:20 2010 +0200 + +* Change: Drop %LM from subject if Last-Modified is not found. + Thomas Hochstein Sat May 15 16:36:52 2010 +0200 + + +Version 0.8.2 + +* Fix: Accept leading/trailing whitespace for Last-modified pseudo header. + Fixes #5. + Thomas Hochstein Sat May 15 16:32:58 2010 +0200 + + Version 0.8.1 * Fix broken implementation of "Program" in .yapfaqrc. diff --git a/yapfaq.pl b/yapfaq.pl index a229e39..846713e 100644 --- a/yapfaq.pl +++ b/yapfaq.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl -W # -# yapfaq Version 0.8.1 by Thomas Hochstein +# yapfaq Version 0.9 by Thomas Hochstein # (Original author: Marc Brockschmidt) # # This script posts any project described in its config-file. Most people @@ -12,7 +12,7 @@ # It can be redistributed and/or modified under the same terms under # which Perl itself is published. -our $VERSION = "0.9-prelease"; +our $VERSION = "0.9"; # Please do not change this setting! # You may override the default .rc file (.yapfaqrc) by using "-c .rc file"