From 4b1dc39dd6103e01bf59c10d2fe56c2b53af877c Mon Sep 17 00:00:00 2001 From: Kjetil Kjernsmo Date: Fri, 17 Feb 2023 07:33:46 +0100 Subject: [PATCH] Release 1.00 (#307) * Update changelog * Bump version --- Changes | 53 +++++++++++++++++++++++++++++++++++++++++++ lib/Qpsmtpd.pm | 2 +- packaging/rpm/VERSION | 2 +- 3 files changed, 55 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 2cd6ee9..34db131 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,57 @@ +1.00 Feb 16, 2023 + + Use readable file test for certificate files (#304) + + Adding IP address to logs for 535 LOGIN errors, to use with fail2ban (#301) + + Add support for network ranges in whitelist plugin (#298) + + Change GeoIP order (#297) + + Regex fix, checkip argument & updated tld list (#283) + + Support for userprefs' reject threshold (#281) + + Improve RPM packaging (#276-278) + + tls: fix a typo in SSL_dh_file. (#275) + + Badmailfromto whitespace (#273) + + Fix Can't call method 'notes' on unblessed reference in plugins/logging/file. (#272) + + Use eval to get dkim policies (#268) + + Check $addr is defined before using it (#266) + + Check for negative strikes in karma (#265) + + Dmarc policy improvements (#260-263) + + Find the karma DB dir (#264) + + Update data_post_headers doc (#259) + + Check rua is defined before trying to parse it (#257) + + Record the name of the original plugin (#256) + + Make spammy_tlds configurable (#255) + + Possibility to set the number of "strikes" for the karma plugin (#254) + + Prevent credentials being logged in plain text (#249) + + Prevent a "Use of implicit split" warning (#250) + + uribl needs to hook in data_post #251 + + Allow setting TLS protocol versions in a config file #252 + + New size_limit param for spamassassin plugin #253 + + 0.96 Feb 16, 2016 Fix DMARC authentication-result string (#244) diff --git a/lib/Qpsmtpd.pm b/lib/Qpsmtpd.pm index 6b6b624..14201c6 100644 --- a/lib/Qpsmtpd.pm +++ b/lib/Qpsmtpd.pm @@ -2,7 +2,7 @@ package Qpsmtpd; use strict; #use warnings; -our $VERSION = '0.96'; +our $VERSION = '1.00'; use vars qw($TraceLevel $Spool_dir $Size_threshold); use lib 'lib'; diff --git a/packaging/rpm/VERSION b/packaging/rpm/VERSION index 10b1865..1e376f6 100644 --- a/packaging/rpm/VERSION +++ b/packaging/rpm/VERSION @@ -1 +1 @@ -0.96 +1.00