Postfix 2.2 patch 02 available
[email protected] (Wietse Venema) Fri, 1 Apr 2005 10:54:39 -0500 (EST)
| Newsgroups | gmane.mail.postfix.announce |
|---|---|
| Message-ID | <20050401155439.A42EEBC19A__18881.878644652$1112373712$gmane$org@spike.porcupine.org> |
Postfix official release 2.2 patch 02 is a no-urgency release. As
a reminder, the official release does not change except for bugfixes,
portability fixes and emergencies. New features are tested in the
experimental 2.3 release.
- A more usable REPLACE action in header/body_checks. The old
version produced unexpected results.
- Portability to HP-UX.
- Two harmless defects in the SMTP and LMTP clients that go back
to before the first Postfix release, and that were found while
doing code maintenance on the experimental release.
Available at ftp://ftp.porcupine.org/mirrors/postfix-release/index.html
7371 Apr 1 10:25 postfix-2.2-patch02.gz
361663 Mar 30 09:23 postfix-2.2.2.HISTORY
19753 Mar 9 14:00 postfix-2.2.2.RELEASE_NOTES
2408375 Apr 1 10:29 postfix-2.2.2.tar.gz
280 Apr 1 10:29 postfix-2.2.2.tar.gz.sig
Soon available via the mirror sites listed at http://www.postfix.org/
Wietse
HISTORY File:
=============
20050317
Cleanup: change wording of error message when an IPv6 address
is mistaken for maptype:mapname. File: util/dict_open.c.
20050321
Robustness: don't look for SMTP status code when there was
none. File: smtp/smtp_chat.c, lmtp/lmtp_chat.c.
Portability: missing netinet/in.h include, so that ntohs()
was not defined on HP-UX. File: smtp/smtp_proto.c.
20050327
Bugfix: the SMTP and LMTP clients did not ask the queue
manager to reduce destination concurrency when "lost
connection" or "connection timed out" happened AFTER Postfix
received the server greeting. Files: smtp/smtp_trouble.c,
lmtp/lmtp-trouble.c.
20050328
Cleanup: the REPLACE action is no longer implemented as
PREPEND+IGNORE. The result remains in the input stream, and
is subject to address rewriting and other processing where
applicable. File: cleanup/cleanup_message.c.