Home | History | Annotate | Download | only in global
History log of /src/external/ibm-public/postfix/dist/src/global/scache_multi.c
RevisionDateAuthorComments
 1.2  14-Feb-2017  christos Resolve conflicts.
 1.1  23-Jun-2009  tron branches: 1.1.1;
Initial revision
 1.1.1.2  14-Feb-2017  christos The stable Postfix release is called postfix-3.0.x where 3=major
release number, 0=minor release number, x=patchlevel. The stable
release never changes except for patches that address bugs or
emergencies. Patches change the patchlevel and the release date.

New features are developed in snapshot releases. These are called
postfix-3.1-yyyymmdd where yyyymmdd is the release date (yyyy=year,
mm=month, dd=day). Patches are never issued for snapshot releases;
instead, a new snapshot is released.

The mail_release_date configuration parameter (format: yyyymmdd)
specifies the release date of a stable release or snapshot release.

If you upgrade from Postfix 2.10 or earlier, read RELEASE_NOTES-2.11
before proceeding.

Notes for distribution maintainers
 1.1.1.1  23-Jun-2009  tron branches: 1.1.1.1.2; 1.1.1.1.4; 1.1.1.1.32; 1.1.1.1.36;
Import Postfix 2.6.2.
 1.1.1.1.36.1  21-Apr-2017  bouyer Sync with HEAD
 1.1.1.1.32.1  20-Mar-2017  pgoyette Sync with HEAD
 1.1.1.1.4.2  21-Apr-2010  matt sync to netbsd-5
 1.1.1.1.4.1  23-Jun-2009  matt file scache_multi.c was added on branch matt-nb5-mips64 on 2010-04-21 05:24:01 +0000
 1.1.1.1.2.3  07-Jan-2011  riz Apply patch (requested by tron in ticket #1501):

Update Postfix to version 2.7.2:
- Postfix no longer automatically appends the system default CA
(certificate authority) certificates, when it reads the CA
certificates specified with {smtp, lmtp, smtpd}_tls_CAfile or
with {smtp, lmtp, smtpd}_tls_CApath. This prevents third-party
certificates from getting mail relay permission with the
permit_tls_all_clientcerts feature. Unfortunately, this change
may cause compatibility problems with configurations that rely
on certificate verification for other purposes. To get the old
behavior, specify "tls_append_default_CA = yes".
- A prior fix for compatibility with Postfix < 2.3 was incomplete.
When pipe-to-command delivery fails with a signal, mail is now
correctly deferred, instead of being returned to sender.
- Poor smtpd_proxy_filter TCP performance over loopback (127.0.0.1)
connections was fixed by adapting the output buffer size to the
MTU.
- The SMTP server no longer applies the reject_rhsbl_helo feature
to non-domain forms such as network addresses. This would cause
false positives with dbl.spamhaus.org.
- The Postfix SMTP server failed to deliver a "421" response and
hang up the connection after Milter error. Instead, the server
delivered a "503 Access denied" response and left the connection
open, due to some Postfix 1.1 workaround for RFC 2821.
- The milter_header_checks parser failed to enable any of the actions
that have no effect on message delivery (warn, replace, prepend,
ignore, dunno, and ok).
 1.1.1.1.2.2  15-Sep-2009  snj Apply patch (requested by tron in ticket #944):
Update Postfix to 2.6.5.
 1.1.1.1.2.1  23-Jun-2009  snj file scache_multi.c was added on branch netbsd-5 on 2009-09-15 06:02:54 +0000

RSS XML Feed