* Added mention of the requirement for Sys::Syslog to INSTALL
* Add references to the current upstream location on Launchpad
This commit is contained in:
parent
8c2ec2083f
commit
92dc6cbd4f
4 changed files with 9 additions and 2 deletions
4
CHANGES
4
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)
|
||||
|
|
|
|||
1
INSTALL
1
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
|
||||
----------
|
||||
|
|
|
|||
1
README
1
README
|
|
@ -6,6 +6,7 @@ A Postfix SMTPd policy server for SPF checking
|
|||
(C) 2003-2004 Meng Weng Wong <mengwong@pobox.com>
|
||||
Thanks for contributions by various members of the SPF project
|
||||
<http://www.openspf.net/Software#postfix-policyd-spf-perl>
|
||||
<https://launchpad.net/postfix-policyd-spf-perl>
|
||||
==============================================================================
|
||||
|
||||
postfix-policyd-spf-perl is a Postfix SMTPd policy server for SPF checking.
|
||||
|
|
|
|||
|
|
@ -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 <scott@kitterman.com>
|
||||
# (C) 2012 Allison Randal <allison@perl.org>
|
||||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue