From: Wietse Venema Date: Thu, 14 Mar 2019 05:00:00 +0000 (-0500) Subject: postfix-3.4.4 X-Git-Tag: v3.4.4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbcdce3c8f8afe673f709f85845d3cd5760806c1;p=thirdparty%2Fpostfix.git postfix-3.4.4 --- diff --git a/postfix/HISTORY b/postfix/HISTORY index 73b5956eb..e160a9ec0 100644 --- a/postfix/HISTORY +++ b/postfix/HISTORY @@ -24190,8 +24190,8 @@ Apologies for any names omitted. 20190312 Bugfix (introduced: Postfix 2.2): reject_multi_recipient_bounce - produce false rejects with smtpd_end_of_data_restrictons, - and for the same reasons, with the Postfix 3.4 BDAT command. - The latter was reported by Andreas Schulze. File: - smtpd/smtpd_check.c. + has been producing false rejects starting with the Postfix + 2.2 smtpd_end_of_data_restrictons, and for the same reasons, + does the same with the Postfix 3.4 BDAT command. The latter + was reported by Andreas Schulze. File: smtpd/smtpd_check.c. diff --git a/postfix/src/global/mail_version.h b/postfix/src/global/mail_version.h index d086a2f7f..187a7c21e 100644 --- a/postfix/src/global/mail_version.h +++ b/postfix/src/global/mail_version.h @@ -20,8 +20,8 @@ * Patches change both the patchlevel and the release date. Snapshots have no * patchlevel; they change the release date only. */ -#define MAIL_RELEASE_DATE "20190312" -#define MAIL_VERSION_NUMBER "3.4.4-RC1" +#define MAIL_RELEASE_DATE "20190314" +#define MAIL_VERSION_NUMBER "3.4.4" #ifdef SNAPSHOT #define MAIL_VERSION_DATE "-" MAIL_RELEASE_DATE