update Changes, bump version
This commit is contained in:
parent
9de7c3778e
commit
d3546f9501
21
Changes
21
Changes
@ -1,4 +1,25 @@
|
|||||||
|
|
||||||
|
0.96 Feb 16, 2016
|
||||||
|
|
||||||
|
Fix DMARC authentication-result string (#244)
|
||||||
|
|
||||||
|
Replace all occurances of CR in X-Spam-Status (#247)
|
||||||
|
|
||||||
|
In helo, check *every* regex, not just first (#246)
|
||||||
|
|
||||||
|
badrcpt use reason, and defined-ness test (#245)
|
||||||
|
|
||||||
|
DMARC plugin: Added option to disable reporting (#242)
|
||||||
|
|
||||||
|
Add perms test to Qpsmtpd::DB::File::DBM::dir() (#234)
|
||||||
|
|
||||||
|
Skip greylisting when we can't talk to greylist DB (#233)
|
||||||
|
|
||||||
|
Change fake_{config,hook} to mock_{config,hook} (#232)
|
||||||
|
|
||||||
|
Use a fake greeting for testing run_continuation() (#231)
|
||||||
|
|
||||||
|
|
||||||
0.95 Feb 11, 2015
|
0.95 Feb 11, 2015
|
||||||
|
|
||||||
tls: adding support of Perfect Forward Secrecy (biergaizi)
|
tls: adding support of Perfect Forward Secrecy (biergaizi)
|
||||||
|
@ -2,7 +2,7 @@ package Qpsmtpd;
|
|||||||
use strict;
|
use strict;
|
||||||
#use warnings;
|
#use warnings;
|
||||||
|
|
||||||
our $VERSION = '0.95';
|
our $VERSION = '0.96';
|
||||||
use vars qw($TraceLevel $Spool_dir $Size_threshold);
|
use vars qw($TraceLevel $Spool_dir $Size_threshold);
|
||||||
|
|
||||||
use lib 'lib';
|
use lib 'lib';
|
||||||
|
@ -1 +1 @@
|
|||||||
0.95
|
0.96
|
||||||
|
Loading…
Reference in New Issue
Block a user