From: Wietse Venema Date: Wed, 6 Jul 2011 05:00:00 +0000 (-0500) Subject: postfix-2.8.4 X-Git-Tag: v2.8.4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f7c03af43649d7cecc404bac1a6151a2f9658b7;p=thirdparty%2Fpostfix.git postfix-2.8.4 --- diff --git a/postfix/html/postconf.5.html b/postfix/html/postconf.5.html index 7c756c783..d03253f48 100644 --- a/postfix/html/postconf.5.html +++ b/postfix/html/postconf.5.html @@ -7657,6 +7657,8 @@ Time units: s (seconds), m (minutes), h (hours), d (days), w (weeks). The default time unit is s (seconds).

+

This feature is available in Postfix 2.8 and later.

+ @@ -7690,6 +7692,8 @@ Time units: s (seconds), m (minutes), h (hours), d (days), w (weeks). The default time unit is s (seconds).

+

This feature is available in Postfix 2.8 and later.

+ diff --git a/postfix/man/man5/postconf.5 b/postfix/man/man5/postconf.5 index e1dae684a..c61047052 100644 --- a/postfix/man/man5/postconf.5 +++ b/postfix/man/man5/postconf.5 @@ -4369,6 +4369,8 @@ a request before it is terminated by a built-in watchdog timer. .PP Time units: s (seconds), m (minutes), h (hours), d (days), w (weeks). The default time unit is s (seconds). +.PP +This feature is available in Postfix 2.8 and later. .SH qmgr_fudge_factor (default: 100) Obsolete feature: the percentage of delivery resources that a busy mail system will use up for delivery of a large mailing list @@ -4384,6 +4386,8 @@ software either retries or aborts the operation. .PP Time units: s (seconds), m (minutes), h (hours), d (days), w (weeks). The default time unit is s (seconds). +.PP +This feature is available in Postfix 2.8 and later. .SH qmgr_message_active_limit (default: 20000) The maximal number of messages in the active queue. .SH qmgr_message_recipient_limit (default: 20000) diff --git a/postfix/postfix-install b/postfix/postfix-install index f936b81a0..775b0acfe 100644 --- a/postfix/postfix-install +++ b/postfix/postfix-install @@ -305,7 +305,7 @@ esac install_root_prompt="the prefix for installed file names. Specify this ONLY if you are building ready-to-install packages for -distribution to other machines." +distribution to OTHER machines. See PACKAGE_README for instructions." tempdir_prompt="a directory for scratch files while installing Postfix. You must have write permission in this directory." diff --git a/postfix/proto/postconf.proto b/postfix/proto/postconf.proto index d583da7fc..b75f949a0 100644 --- a/postfix/proto/postconf.proto +++ b/postfix/proto/postconf.proto @@ -13506,6 +13506,8 @@ Time units: s (seconds), m (minutes), h (hours), d (days), w (weeks). The default time unit is s (seconds).

+

This feature is available in Postfix 2.8 and later.

+ %PARAM qmgr_daemon_timeout 1000s

How much time a Postfix queue manager process may take to handle @@ -13517,6 +13519,8 @@ Time units: s (seconds), m (minutes), h (hours), d (days), w (weeks). The default time unit is s (seconds).

+

This feature is available in Postfix 2.8 and later.

+ %PARAM tls_preempt_cipherlist no

With SSLv3 and later, use the server's cipher preference order diff --git a/postfix/src/global/mail_version.h b/postfix/src/global/mail_version.h index bf8538a6c..256a688f4 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 "20110615" -#define MAIL_VERSION_NUMBER "2.8.4-RC1" +#define MAIL_RELEASE_DATE "20110706" +#define MAIL_VERSION_NUMBER "2.8.4" #ifdef SNAPSHOT # define MAIL_VERSION_DATE "-" MAIL_RELEASE_DATE