diff --git a/CHANGES b/CHANGES index 622c5e4..cbe39be 100644 --- a/CHANGES +++ b/CHANGES @@ -4,7 +4,10 @@ # ! = Changed something significant, or removed a feature # * = Fixed a bug, or made a minor improvement ---- 1.990 (2007-02-10 16:00) +--- 2.000 (2007-02-06 16:00) + * Updated version for final release. + +--- 1.990 (2007-02-03 16:00) postfix-policyd-spf-perl: ! Changed from Mail::SPF::Query to Mail::SPF for RFC 4408 compliance diff --git a/debian/changelog b/debian/changelog index 3b23795..9530ac8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,12 @@ -postfix-policyd-spf-perl (1.990-0ubuntu1) feisty; urgency=low +postfix-policyd-spf-perl (2.000-0ubuntu1) feisty; urgency=low * New upstream release for RFC compliant SPF checking. * Updated control to use libmail-spf-perl instead of the unmaintained libmail-spf-query-perl and changed maintainer to Scott Kitterman (was - MOTU). - * Updated man pages for new library and upstream documentation udpates. + MOTU). Updated package description. + * Updated man pages for new library and upstream documentation updates. - -- Scott Kitterman Sat, 03 Feb 2007 16:33:08 -0500 + -- Scott Kitterman Tue, 06 Feb 2007 08:00:00 -0500 postfix-policyd-spf-perl (1.08.1-0ubuntu1) feisty; urgency=low diff --git a/debian/control b/debian/control index 49d0cea..f74c9a6 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Package: postfix-policyd-spf-perl Architecture: all Depends: libversion-perl, libmail-spf-perl, ${perl:Depends} Recommends: postfix -Description: pure-Perl Postfix policy daemon for SPF checking - postfix-policyd-spf-perl is a Postfix SMTPd policy daemon for SPF checking. +Description: pure-Perl Postfix policy daemon for RFC 4408 compliant SPF checking + postfix-policyd-spf-perl is a Postfix SMTPd policy server for SPF checking. It is implemented in pure Perl and uses the Mail::SPF module. The SPF web site is http://www.openspf.org/. The Postfix configuration must be changed to check SPF. See README.Debian or man 8 postfix-policyd-spf-perl for details. diff --git a/debian/postfix-policyd-spf-perl.8 b/debian/postfix-policyd-spf-perl.8 index cf2c6af..af75208 100644 --- a/debian/postfix-policyd-spf-perl.8 +++ b/debian/postfix-policyd-spf-perl.8 @@ -133,7 +133,7 @@ postfix-policyd-spf-perl \- pure-Perl Postfix policy daemon for SPF checking .SH "VERSION" .IX Header "VERSION" -1\.990 +2\.000 .SH "USAGE" .IX Header "USAGE" diff --git a/postfix-policyd-spf-perl b/postfix-policyd-spf-perl index 8ad66e4..37ca138 100755 --- a/postfix-policyd-spf-perl +++ b/postfix-policyd-spf-perl @@ -2,7 +2,7 @@ # postfix-policyd-spf-perl # http://www.openspf.org/Software -# version 1.990 +# version 2.000 # $Id$ #(C) 2007 Scott Kitterman #(C) 2003-2004 Meng Weng Wong @@ -21,7 +21,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('1.990'); +use version; our $VERSION = qv('2.000'); use strict;