From: Wietse Venema Date: Sat, 24 Nov 2018 05:00:00 +0000 (-0500) Subject: postfix-3.2.7 X-Git-Tag: v3.2.7^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b983fd019734ab87e05166cf405f27015941cefc;p=thirdparty%2Fpostfix.git postfix-3.2.7 --- diff --git a/postfix/README_FILES/AAAREADME b/postfix/README_FILES/AAAREADME index d4e10f070..7d72787cb 100644 --- a/postfix/README_FILES/AAAREADME +++ b/postfix/README_FILES/AAAREADME @@ -12,7 +12,6 @@ GGeenneerraall ccoonnffiigguurraattiioonn * TLS_README: TLS Encryption and authentication * FORWARD_SECRECY_README: TLS Forward Secrecy * IPV6_README: IP Version 6 Support - * IPV6_README: IP Version 6 Support * SMTPUTF8_README: SMTPUTF8 Support * COMPATIBILITY_README: Backwards-Compatibility Safety Net * INSTALL: Installation from source code diff --git a/postfix/html/index.html b/postfix/html/index.html index edf9019e7..2989177a6 100644 --- a/postfix/html/index.html +++ b/postfix/html/index.html @@ -46,8 +46,6 @@ configuration examples
  • IP Version 6 Support -
  • IP Version 6 Support -
  • SMTPUTF8 Support
  • Backwards-Compatibility Safety Net diff --git a/postfix/src/global/mail_version.h b/postfix/src/global/mail_version.h index 2cbd9eaa5..54a7a74b0 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 "20181117" -#define MAIL_VERSION_NUMBER "3.2.7-RC3" +#define MAIL_RELEASE_DATE "20181124" +#define MAIL_VERSION_NUMBER "3.2.7" #ifdef SNAPSHOT #define MAIL_VERSION_DATE "-" MAIL_RELEASE_DATE