# Legend:
# --- = A new release
# x = Changed something significant, or removed a feature
# * = Fixed a bug, or made a minor improvement
# + = Added a feature (in a backwards compatible way)
--- 1.998 (2005-12-31 23:00)
Mail::SPF::Query:
x Require Perl 5.6 or better.
x Require URI::Escape module, not URI module.
x Removed obsolete Caller-ID support (closes Debian bugs #337319, #337500).
x Always use Sys::Hostname::Long. And thus, require Sys::Hostname::Long to be
installed (closes Debian bugs #332952, #342629).
* Changed local machine hostname macro from "xr" to "r" (closes rt.cpan.org
bug #9744).
x Restrict the number of SPF record lookups to a maximum of 10 (was: 20).
Thanks to Craig Whitmore!
* Fixes to mechanisms implementation:
* a, mx: Check if domain is a valid FQDN, i.e. ends in ".<toplabel>".
* ip4: Return "unknown" (PermError) if no argument was specified. Also,
don't auto-complete "1.2.3" CIDR specs to "1.2.3.0", as such an
abbreviated syntax is forbidden by the SPF spec anyway.
Thanks to Craig Whitmore!
* Lots of minor code and documentation fixes/improvements.
spfd:
+ Added complete POD documentation/man-page.
* Both "--xxx" and "-xxx" forms of command-line options are now supported.
x Renamed most of the command-line options:
--path => --socket
--pathuser => --socket-user
--pathgroup => --socket-group
--pathmode => --socket-perms
--setuser => --set-user
--setgroup => --set-group
The old option names are still supported for backwards compatibility.
* Do not print usage information when neither "--port" nor "--socket" are
specified (i.e. when the default TCP port would just be used). Print a
more specific hint instead.
* Added "--help" option to print usage information.
* Some minor code fixes/improvements.
spfquery:
+ Added complete POD documentation/man-page.
* Exit with code 0 and do not print usage hint on '-v' (was Debian bug
#237751, has been already resolved in Debian release 1.997-3).
* Both "--xxx" and "-xxx" forms of command-line options are now supported.
Also, a "-x" (short) form is now supported for the most important options.
x Renamed the "--max-lookup" option to "--max-lookup-count" to match the
Mail::SPF::Query API. "--max-lookup" is still supported for backwards
compatibility.
* Added "--mail-from" and "-m" synonyms for the "--sender" option for
consistency with the "--helo" option.
* Cleaned up the "--help" usage output.
* Lots of minor code improvements.
Tests:
* Some minor tests improvements.
* Turned test.pl into .t file in t/ directory, so testing output is parsed
(closes rt.cpan.org bug #7748).
* Plan the correct number of tests, not just the number of non-comment lines
in test data file.
Debian:
+ Added Debian package control files. This is now also a native Debian
package!
Miscellaneous:
x Updated URLs everywhere:
http://spf.pobox.com -> http://www.openspf.org
http://www.anarres.org/projects/srs/ -> http://www.libsrs2.org
http://asarian-host.net/srs/sendmailsrs.htm
-> http://srs-socketmap.info/sendmailsrs.htm
x Point out everywhere the "non-standard"-ness of best guess processing,
trusted forwarder accreditation checking, and several other features.
* Cleaned up source package file and directory layout:
Query.pm -> lib/Mail/SPF/Query.pm
Changes -> CHANGES
test.* -> t/
spf{d,query} -> bin/
sample/ -> examples/
+ Added META.yml.
* postfix-policyd-spf:
* Generate "Received-SPF:" header unless rejecting (fail/Fail) or deferring
(error/TempError) the message.
* Verbose mode is disabled by default.
Thanks to Arjen de Korte!
x spf.py: Removed, because it was really old, and this is a Perl package, not
a Python one.
* Did I mention lots of minor code and documentation fixes/improvements?
--- 1.997 (2004-04-26 06:07)
* Svn revs 72..76
--- 1.996 (2004-02-27 18:39)
* Svn revs 71
--- 1.994 (2004-02-26 22:55)
* Svn revs 68..70
* Bugfix for Net::CIDR::Lite -- we now recognize 1.2.3/0 syntax, not just
1.2.3.4/0.
--- 1.993 (2004-02-26 04:20)
* Svn revs 65..67
* Added support for Microsoft Caller-ID.
--- 1.992 (2004-02-26 03:30)
* Svn revs 62..64
* Added fallback and override logic.
* Minor bugfixes.
--- 1.991 (2004-01-29 06:29)
* Svn rev 61 (parts)
--- 1.990 (2004-01-24 02:01)
* Svn rev 61 (parts)
--- 1.980 (2004-01-14 03:40)
* Svn revs 58..60
--- 1.970 (2004-01-10 00:20)
* Svn revs 53..57
--- 1.960 (2003-12-19 03:21)
* Svn revs 51..52
--- 1.010 (2003-12-18 19:33)
--- 1.009.6 (2003-12-17 22:29)
* Svn revs 49..50
--- 1.009.5 (2003-12-15 22:59)
* Svn revs 46..48
--- 1.009.4 (2003-12-12 04:58)
* Svn revs 43..45
--- 1.009.3 (2003-12-11 23:01)
* Svn revs 38..42
--- 1.009.1 (2003-11-30 08:58)
* Svn rev 37
--- 1.009 (2003-11-29 21:39)
* Svn revs 10..36
--- 1.006 (2003-07-24 22:19)
* First public release.
# $Id: CHANGES 127 2005-12-31 22:55:10Z julian $
# vim:tw=79 syn=changelog