From d3546f9501e247c7efc9086f534374263c3d68ff Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Tue, 16 Feb 2016 14:49:02 -0800 Subject: [PATCH] update Changes, bump version --- Changes | 21 +++++++++++++++++++++ lib/Qpsmtpd.pm | 2 +- packaging/rpm/VERSION | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 2a1a73ab..2cd6ee99 100644 --- a/Changes +++ b/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 tls: adding support of Perfect Forward Secrecy (biergaizi) diff --git a/lib/Qpsmtpd.pm b/lib/Qpsmtpd.pm index f77c2511..928b3b69 100644 --- a/lib/Qpsmtpd.pm +++ b/lib/Qpsmtpd.pm @@ -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'; diff --git a/packaging/rpm/VERSION b/packaging/rpm/VERSION index fd6d73e4..10b1865d 100644 --- a/packaging/rpm/VERSION +++ b/packaging/rpm/VERSION @@ -1 +1 @@ -0.95 +0.96