Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update Changes, bump version #248

Merged
merged 1 commit into from
Feb 16, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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