Release 0.8.2 (Maintenance Release) v0.8.2
authorThomas Hochstein <thh@inter.net>
Sat, 15 May 2010 14:54:15 +0000 (16:54 +0200)
committerThomas Hochstein <thh@inter.net>
Sat, 15 May 2010 14:54:15 +0000 (16:54 +0200)
Add changelog entries.
Bump version number.

Signed-off-by: Thomas Hochstein <thh@inter.net>
ChangeLog
yapfaq.pl

index 57db067..ac0c394 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,14 @@
+Version 0.8.2
+
+* Fix: Accept leading/trailing whitespace for Last-modified pseudo header.
+  Thomas Hochstein <thh@inter.net>  Sat May 15 16:32:58 2010 +0200
+
+
 Version 0.8.1
 
 * Fix broken implementation of "Program" in .yapfaqrc.
   Fixes #4.
 Version 0.8.1
 
 * Fix broken implementation of "Program" in .yapfaqrc.
   Fixes #4.
-  Thomas Hochstein <thh@inter.net>  2010-05-14 21:58:15
+  Thomas Hochstein <thh@inter.net>  Fri May 14 21:58:15 2010 +0200
 
 
 Version 0.8
 
 
 Version 0.8
index dd1edfd..3834ad3 100644 (file)
--- a/yapfaq.pl
+++ b/yapfaq.pl
@@ -1,6 +1,6 @@
 #! /usr/bin/perl -W
 #
 #! /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
 # (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.
 
 # 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"
 
 # Please do not change this setting!
 # You may override the default .rc file (.yapfaqrc) by using "-c .rc file"
This page took 0.012857 seconds and 4 git commands to generate.