]> git.ipfire.org Git - thirdparty/postfix.git/commitdiff
postfix-3.6-20210224
authorWietse Venema <wietse@porcupine.org>
Wed, 24 Feb 2021 05:00:00 +0000 (00:00 -0500)
committerViktor Dukhovni <postfix-users@dukhovni.org>
Wed, 24 Feb 2021 21:00:12 +0000 (19:00 -0200)
postfix/HISTORY
postfix/README_FILES/POSTSCREEN_README
postfix/html/POSTSCREEN_README.html
postfix/proto/POSTSCREEN_README.html
postfix/src/global/mail_params.h
postfix/src/global/mail_version.h

index 0b5e5ab07cfe878cfc7b1836c7be71b6083af714..40dc0a201200b7051a84804af5876ff01c426d9c 100644 (file)
@@ -25442,3 +25442,9 @@ Apologies for any names omitted.
        between respectful and deprecated logging formats. Files:
        mantools/postlink, proto/postconf.proto, global/mail_params.[hc],
        postscreen/postscreen.c, proto/COMPATIBILITY_README.
+
+20210224
+
+       Typo: the "respectful_logging" parameter had a typo and a
+       "postscreen_" prefix that should have been deleted. File:
+       global/mail_params.h
index 592dc3bea4a4ab0c0ed642e957ee0eca174c64c3..d4399043bf163699c0b5bfc2892bd6370f25f7c8 100644 (file)
@@ -870,3 +870,6 @@ POP, IMAP, NNTP, and FTP over TLS.
 postscreen(8) was officially released as part of the Postfix 2.8 stable release
 in January 2011.
 
+Noel Jones helped with the Postfix 3.6 transition towards respectful
+documentation.
+
index 017ef6ec86f9661df12fba29a5503be294ff41d2..a21b80186fe4a5d1967ef099896f466e37595d81 100644 (file)
@@ -18,7 +18,7 @@
 <h2> <a name="intro">Introduction</a> </h2>
 
 <p> This document describes features that are available in Postfix
-3.6 and later. See <a href="proto/POSTSCREEN_3_5_README.html">
+3.6 and later. See <a href="POSTSCREEN_3_5_README.html">
 POSTSCREEN_3_5_README.html</a> for Postfix versions 2.8 - 3.5. </p>
 
 <p> The Postfix <a href="postscreen.8.html">postscreen(8)</a> daemon provides additional protection
@@ -1200,6 +1200,8 @@ POP, IMAP, NNTP, and FTP over TLS. </p>
 <p> <a href="postscreen.8.html">postscreen(8)</a> was officially released as part of the Postfix
 2.8 stable release in January 2011.</p>
 
-</body>
+<p> Noel Jones helped with the Postfix 3.6 transition towards respectful
+documentation. </p>
 
+</body>
 </html>
index 308643f1970b924d4f935fbe41d9e11b29728bb4..4e82aaf86a95bcc712778cf816444e47e9a616ea 100644 (file)
@@ -18,7 +18,7 @@
 <h2> <a name="intro">Introduction</a> </h2>
 
 <p> This document describes features that are available in Postfix
-3.6 and later. See <a href="proto/POSTSCREEN_3_5_README.html">
+3.6 and later. See <a href="POSTSCREEN_3_5_README.html">
 POSTSCREEN_3_5_README.html</a> for Postfix versions 2.8 - 3.5. </p>
 
 <p> The Postfix postscreen(8) daemon provides additional protection
@@ -1200,6 +1200,8 @@ POP, IMAP, NNTP, and FTP over TLS. </p>
 <p> postscreen(8) was officially released as part of the Postfix
 2.8 stable release in January 2011.</p>
 
-</body>
+<p> Noel Jones helped with the Postfix 3.6 transition towards respectful
+documentation. </p>
 
+</body>
 </html>
index 9c2ff60921c9c2a4f7ba8525e3ad251f2774aea9..921720d2386063c00ad112a2627b24ba51c6d8be 100644 (file)
@@ -3856,7 +3856,7 @@ extern char *var_psc_uproxy_proto;
 #define DEF_PSC_UPROXY_TMOUT   "5s"
 extern int var_psc_uproxy_tmout;
 
-#define VAR_RESPECTFUL_LOGGING "postscreen_respecful_logging"
+#define VAR_RESPECTFUL_LOGGING "respectful_logging"
 #define DEF_RESPECTFUL_LOGGING \
        "${{$compatibility_level} <level {3.6} ?" " {no} : {yes}}"
 extern bool var_respectful_logging;
index 8812312550907e134e307d19c108e8a99be09b81..6c1111b331c44660d2cd06033f8f6d9170e50878 100644 (file)
@@ -20,7 +20,7 @@
   * Patches change both the patchlevel and the release date. Snapshots have no
   * patchlevel; they change the release date only.
   */
-#define MAIL_RELEASE_DATE      "20210221"
+#define MAIL_RELEASE_DATE      "20210224"
 #define MAIL_VERSION_NUMBER    "3.6"
 
 #ifdef SNAPSHOT