Release v0.6
Update ChangeLog, bump version number. Bump copyright date. Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
e8c5b7b2ff
commit
422d9071b8
|
@ -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.
|
||||
|
|
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue