From: Wietse Venema Date: Mon, 24 Jul 2006 05:00:00 +0000 (-0500) Subject: postfix-2.2.11 X-Git-Tag: v2.2.11^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a89ef47108d57322e26437e565f9c424914aaee;p=thirdparty%2Fpostfix.git postfix-2.2.11 --- diff --git a/postfix/HISTORY b/postfix/HISTORY index 982eb16fe..e13b88a74 100644 --- a/postfix/HISTORY +++ b/postfix/HISTORY @@ -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. diff --git a/postfix/src/global/mail_version.h b/postfix/src/global/mail_version.h index 0185724f7..b9c9b6c8f 100644 --- a/postfix/src/global/mail_version.h +++ b/postfix/src/global/mail_version.h @@ -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