From 93b863a10278f42fb25e9ec197a670616540696c Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Tue, 19 Nov 2024 23:09:42 +0100 Subject: [PATCH 1/3] Re-format ChangeLog. Signed-off-by: Thomas Hochstein --- ChangeLog | 39 ++++++++++++--------------------------- 1 file changed, 12 insertions(+), 27 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3c89e4a..815656b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,78 +1,65 @@ -Version 0.6.3 (unreleased) +checkmail 0.6.3 (unreleased) +* Re-format ChangeLog. +* Update POD documentation (repository, issue tracker). +* Add README. * Change mail address. - Thomas Hochstein Sun Aug 23 22:37:10 2020 +0200 - * Fix display of CNAME/A records in log file. - Thomas Hochstein Sat Jan 9 12:34:21 2016 +0100 -Version 0.6.2 (2016-01-09) +checkmail 0.6.2 (2016-01-09) * Try to handle CNAMEs and resolve them to A records. Change documentation accordingly. Fixes #55. - Thomas Hochstein Sat Jan 9 12:02:27 2016 +0100 * Allow setting an empty envelope-from ('<>') using '-s'. Change documentation accordingly. Update version and copyright dates. Fixes #54. - Thomas Hochstein Sat Jan 9 11:15:42 2016 +0100 -Version 0.6.1 (2011-12-04) +checkmail 0.6.1 (2011-12-04) -* Fix annoying error message - (and some small changes). - Thomas Hochstein Sun Dec 04 16:41:52 2011 +0200 +* Fix annoying error message (and some small changes). -Version 0.6 (2011-10-24) +checkmail 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 +checkmail 0.5 * Add syntax check for mail addresses. Change documentation accordingly. Fixes #11. - Thomas Hochstein Sat Jul 23 23:53:22 2011 +0200 -Version 0.4 +checkmail 0.4 * Add overrides for configuration (MAIL FROM/EHLO). New commandline options: -s and -e . Change documentation accordingly. - Thomas Hochstein Thu Jun 17 22:56:14 2010 +0200 * Replace splitaddress() by Mail::Address. - Thomas Hochstein Wed Jun 16 22:08:22 2010 +0200 * -r: Create a really random localpart. Add create_rand_addr(). - Thomas Hochstein Wed Jun 16 21:51:50 2010 +0200 * Analyze failure codes, don't fail on temporary failures. Add analyze_smtp_reply(). Fixes #8. - Thomas Hochstein Wed Jun 16 21:37:43 2010 +0200 -Version 0.3 +checkmail 0.3 * Add Changelog. - Thomas Hochstein 2010-06-16 22:48:23 +0200 * Add documentation in POD format. - Drop checkmail.readme - Thomas Hochstein 2010-06-16 21:11:43 +0200 * Complete rewrite. - use strict; @@ -85,10 +72,8 @@ Version 0.3 - batch processing: set exit status to highest generated value Fixes #9. Fixes #10. - Thomas Hochstein 2010-06-16 21:11:23 +0200 -Version 0.2 +checkmail 0.2 * Initial check-in. - Thomas Hochstein Wed Aug 3 22:00:00 2005 +0200 From 5d58730c569cd9e91ac26e05855b476f0221c061 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Tue, 19 Nov 2024 23:12:56 +0100 Subject: [PATCH 2/3] Remove version from lead-in comment. Signed-off-by: Thomas Hochstein --- checkmail.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkmail.pl b/checkmail.pl index 7ebc8d3..3353cf6 100644 --- a/checkmail.pl +++ b/checkmail.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl -w # -# checkmail Version 0.6.3 by Thomas Hochstein +# checkmail # # This script tries to verify the deliverability of (a) mail address(es). # From 83a860be101e28af0b33da2b3a7151f63c87086d Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Tue, 19 Nov 2024 23:17:10 +0100 Subject: [PATCH 3/3] Next release is 0.7 0.6.1 was a maintenance release, but 0.6.2 should have been 0.7 already. Fix that for the future. Signed-off-by: Thomas Hochstein --- ChangeLog | 2 +- checkmail.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 815656b..3b347d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -checkmail 0.6.3 (unreleased) +checkmail 0.7 (unreleased) * Re-format ChangeLog. * Update POD documentation (repository, issue tracker). diff --git a/checkmail.pl b/checkmail.pl index 3353cf6..93cd867 100644 --- a/checkmail.pl +++ b/checkmail.pl @@ -9,7 +9,7 @@ # It can be redistributed and/or modified under the same terms under # which Perl itself is published. -our $VERSION = "0.6.3 (unreleased)"; +our $VERSION = "0.7 (unreleased)"; ################################# Configuration ################################ # Please fill in a working configuration!