Kicked version to 2.000 in preparation for release.

This commit is contained in:
Scott Kitterman 2007-02-05 21:47:52 +00:00
commit 8f82cbeb7c
5 changed files with 13 additions and 10 deletions

View file

@ -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

8
debian/changelog vendored
View file

@ -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 <scott@kitterman.com> Sat, 03 Feb 2007 16:33:08 -0500
-- Scott Kitterman <scott@kitterman.com> Tue, 06 Feb 2007 08:00:00 -0500
postfix-policyd-spf-perl (1.08.1-0ubuntu1) feisty; urgency=low

4
debian/control vendored
View file

@ -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.

View file

@ -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"

View file

@ -2,7 +2,7 @@
# postfix-policyd-spf-perl
# http://www.openspf.org/Software
# version 1.990
# version 2.000
# $Id$
#(C) 2007 Scott Kitterman <scott@kitterman.com>
#(C) 2003-2004 Meng Weng Wong <mengwong@pobox.com>
@ -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;