]> git.ipfire.org Git - thirdparty/postfix.git/commitdiff
postfix-3.4.4 v3.4.4
authorWietse Venema <wietse@porcupine.org>
Thu, 14 Mar 2019 05:00:00 +0000 (00:00 -0500)
committerViktor Dukhovni <postfix-users@dukhovni.org>
Fri, 15 Mar 2019 14:53:57 +0000 (10:53 -0400)
postfix/HISTORY
postfix/src/global/mail_version.h

index 73b5956eb67a51e48311cab36dd5c40de06b0b54..e160a9ec0e262f3e74508be5f72f497d46356aba 100644 (file)
@@ -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.
 
index d086a2f7f6fcb852ae04fafcef4fc8f4cc3731ac..187a7c21eba26a4a8c7d738229337dc127ff4892 100644 (file)
@@ -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