From: Thomas Hochstein Date: Mon, 24 Oct 2011 20:32:42 +0000 (+0200) Subject: Release v0.6 X-Git-Tag: v0.6^0 X-Git-Url: https://code.th-h.de/?p=mail%2Fcheckmail.git;a=commitdiff_plain;h=422d9071b85bbfde1b68ed34b6d44da860a54674 Release v0.6 Update ChangeLog, bump version number. Bump copyright date. Signed-off-by: Thomas Hochstein --- diff --git a/ChangeLog b/ChangeLog index 866d84e..40d303f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Version 0.6 (2011-10-24) + +* Don't temp-fail on random address check. + Thomas Hochstein Mon Oct 24 22:27:01 2011 +0200 + +* Fix regexp for syntax check. + Thomas Hochstein Sun Jul 24 12:28:26 2011 +0200 + + Version 0.5 * Add syntax check for mail addresses. diff --git a/checkmail.pl b/checkmail.pl index 271da4f..3c30e18 100644 --- a/checkmail.pl +++ b/checkmail.pl @@ -4,12 +4,12 @@ # # This script tries to verify the deliverability of (a) mail address(es). # -# Copyright (c) 2002-2010 Thomas Hochstein +# Copyright (c) 2002-2011 Thomas Hochstein # # 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!