Skip to content

Commit

Permalink
update Changes, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Feb 16, 2016
1 parent 9de7c37 commit d3546f9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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

tls: adding support of Perfect Forward Secrecy (biergaizi)
Expand Down
2 changes: 1 addition & 1 deletion lib/Qpsmtpd.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Qpsmtpd;
use strict;
#use warnings;

our $VERSION = '0.95';
our $VERSION = '0.96';
use vars qw($TraceLevel $Spool_dir $Size_threshold);

use lib 'lib';
Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.95
0.96

0 comments on commit d3546f9

Please sign in to comment.