From aa2b0bc19f8b45615f94c9da33b57777b7cc6f85 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sat, 15 May 2010 16:54:15 +0200 Subject: [PATCH 1/1] Release 0.8.2 (Maintenance Release) Add changelog entries. Bump version number. Signed-off-by: Thomas Hochstein --- ChangeLog | 8 +++++++- yapfaq.pl | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 57db067..ac0c394 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,14 @@ +Version 0.8.2 + +* Fix: Accept leading/trailing whitespace for Last-modified pseudo header. + Thomas Hochstein Sat May 15 16:32:58 2010 +0200 + + Version 0.8.1 * Fix broken implementation of "Program" in .yapfaqrc. Fixes #4. - Thomas Hochstein 2010-05-14 21:58:15 + Thomas Hochstein Fri May 14 21:58:15 2010 +0200 Version 0.8 diff --git a/yapfaq.pl b/yapfaq.pl index dd1edfd..3834ad3 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.8.2 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.8.1"; +our $VERSION = "0.8.2"; # Please do not change this setting! # You may override the default .rc file (.yapfaqrc) by using "-c .rc file" -- 2.20.1