]> git.ipfire.org Git - thirdparty/postfix.git/commitdiff
postfix-2.2.11 v2.2.11
authorWietse Venema <wietse@porcupine.org>
Mon, 24 Jul 2006 05:00:00 +0000 (00:00 -0500)
committerViktor Dukhovni <postfix-users@dukhovni.org>
Sat, 10 Feb 2018 21:16:18 +0000 (16:16 -0500)
postfix/HISTORY
postfix/src/global/mail_version.h

index 982eb16fe15ec974bdf8fb4ff096be28429c8cf5..e13b88a748bbae098a25db076cd4ae073ac9c09e 100644 (file)
@@ -11008,6 +11008,7 @@ Apologies for any names omitted.
 20060716
 
        Bugfix: the Postfix SMTP client enforced Mandatory TLS only
-       when talking to an ESMTP server. Victor Duchovni.  File:
-       src/smtp/smtp_proto.c.
+       when talking to an ESMTP server; enforcement did not happen
+       if Postfix could somehow be forced to send HELO instead of
+       EHLO. Victor Duchovni.  File: src/smtp/smtp_proto.c.
 
index 0185724f76050807dc806839f740992bbbf0fcf8..b9c9b6c8fd78841c5a256bb2d5d45625e1aae3d0 100644 (file)
@@ -20,8 +20,8 @@
   * Patches change the patchlevel and the release date. Snapshots change the
   * release date only.
   */
-#define MAIL_RELEASE_DATE      "20060722"
-#define MAIL_VERSION_NUMBER    "2.2.11-RC1"
+#define MAIL_RELEASE_DATE      "20060724"
+#define MAIL_VERSION_NUMBER    "2.2.11"
 
 #define VAR_MAIL_VERSION       "mail_version"
 #ifdef SNAPSHOT