From 92dc6cbd4ff72ad8bde5f9216e2c219be8f2c954 Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Tue, 10 Jan 2017 17:19:17 -0500 Subject: [PATCH] * Added mention of the requirement for Sys::Syslog to INSTALL * Add references to the current upstream location on Launchpad --- CHANGES | 4 ++++ INSTALL | 1 + README | 1 + postfix-policyd-spf-perl | 5 +++-- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index a4262b4..1fe6493 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,10 @@ # ! = Changed something significant, or removed a feature # * = Fixed a bug, or made a minor improvement +--- 2.011 UNRELEASED + * Added mention of the requirement for Sys::Syslog to INSTALL + * Add references to the current upstream location on Launchpad + --- 2.010 2012-06-17 * Fixed incorrect use of != instead of ne for string comparison (LP: #1014243) diff --git a/INSTALL b/INSTALL index 3e13787..7912567 100644 --- a/INSTALL +++ b/INSTALL @@ -9,6 +9,7 @@ postfix-policyd-spf-perl: NetAddr-IP 4 Mail::SPF (not Mail-SPF-Query) version 2.006 or later Sys::Hostname::Long + Sys::Syslog Installing ---------- diff --git a/README b/README index 9d8fc13..85adea8 100644 --- a/README +++ b/README @@ -6,6 +6,7 @@ A Postfix SMTPd policy server for SPF checking (C) 2003-2004 Meng Weng Wong Thanks for contributions by various members of the SPF project + ============================================================================== postfix-policyd-spf-perl is a Postfix SMTPd policy server for SPF checking. diff --git a/postfix-policyd-spf-perl b/postfix-policyd-spf-perl index 06c9a51..18941b4 100755 --- a/postfix-policyd-spf-perl +++ b/postfix-policyd-spf-perl @@ -1,8 +1,9 @@ #!/usr/bin/perl # postfix-policyd-spf-perl +# https://launchpad.net/postfix-policyd-spf-perl # http://www.openspf.org/Software -# version 2.010 +# version 2.011 # # (C) 2007-2008,2012 Scott Kitterman # (C) 2012 Allison Randal @@ -23,7 +24,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -use version; our $VERSION = qv('2.010'); +use version; our $VERSION = qv('2.011'); use strict;