Fix annoying error message (Release 0.6.1).

checkmail prints an error message like
  Argument "AI_NUMERICHOST" isn't numeric in subroutine
  entry at /usr/lib/perl5/Net/DNS/Resolver/Base.pm
  line 743.
every time. Change shebang to "perl -w" from "perl -W".

Update version number (in comment line too, where it
was stillt 0.5).

Update TODO and Changelog.

Include TODO in repository.

Release 0.6.1 (maintenance).

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2011-12-04 16:41:52 +01:00
parent 422d9071b8
commit ba787c2d08
4 changed files with 17 additions and 4 deletions

View file

@ -1,3 +1,10 @@
Version 0.6.1 (2011-12-04)
* Fix annoying error message
(and some small changes).
Thomas Hochstein <thh@inter.net> Sun Dec 04 16:41:52 2011 +0200
Version 0.6 (2011-10-24)
* Don't temp-fail on random address check.