Release v0.6 v0.6
authorThomas Hochstein <thh@inter.net>
Mon, 24 Oct 2011 20:32:42 +0000 (22:32 +0200)
committerThomas Hochstein <thh@inter.net>
Mon, 24 Oct 2011 20:34:42 +0000 (22:34 +0200)
Update ChangeLog, bump version number.
Bump copyright date.

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

index 866d84e..40d303f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Version 0.6 (2011-10-24)
+
+* Don't temp-fail on random address check.
+  Thomas Hochstein <thh@inter.net> Mon Oct 24 22:27:01 2011 +0200
+
+* Fix regexp for syntax check.
+  Thomas Hochstein <thh@inter.net> Sun Jul 24 12:28:26 2011 +0200
+
+
 Version 0.5
 
 * Add syntax check for mail addresses.
index 271da4f..3c30e18 100644 (file)
@@ -4,12 +4,12 @@
 #
 # This script tries to verify the deliverability of (a) mail address(es).
 # 
-# Copyright (c) 2002-2010 Thomas Hochstein <thh@inter.net>
+# Copyright (c) 2002-2011 Thomas Hochstein <thh@inter.net>
 #
 # It can be redistributed and/or modified under the same terms under 
 # which Perl itself is published.
 
-our $VERSION = "0.5";
+our $VERSION = "0.6";
 
 ################################# Configuration ################################
 # Please fill in a working configuration!
This page took 0.01247 seconds and 4 git commands to generate.