From: Wietse Venema Date: Sat, 24 Nov 2018 05:00:00 +0000 (-0500) Subject: postfix-3.3.2 X-Git-Tag: v3.3.2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e96a8cc99f299f77c070df79de5d316526fc0e74;p=thirdparty%2Fpostfix.git postfix-3.3.2 --- 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 48474e614..b6fef2814 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.3.2-RC3" +#define MAIL_RELEASE_DATE "20181124" +#define MAIL_VERSION_NUMBER "3.3.2" #ifdef SNAPSHOT #define MAIL_VERSION_DATE "-" MAIL_RELEASE_DATE