Prereq: "2.8.3" diff -cr --new-file /var/tmp/postfix-2.8.3/src/global/mail_version.h ./src/global/mail_version.h *** /var/tmp/postfix-2.8.3/src/global/mail_version.h Tue Apr 19 20:24:58 2011 --- ./src/global/mail_version.h Wed Jul 6 16:51:21 2011 *************** *** 20,27 **** * Patches change both the patchlevel and the release date. Snapshots have no * patchlevel; they change the release date only. */ ! #define MAIL_RELEASE_DATE "20110509" ! #define MAIL_VERSION_NUMBER "2.8.3" #ifdef SNAPSHOT # define MAIL_VERSION_DATE "-" MAIL_RELEASE_DATE --- 20,27 ---- * Patches change both the patchlevel and the release date. Snapshots have no * patchlevel; they change the release date only. */ ! #define MAIL_RELEASE_DATE "20110706" ! #define MAIL_VERSION_NUMBER "2.8.4" #ifdef SNAPSHOT # define MAIL_VERSION_DATE "-" MAIL_RELEASE_DATE diff -cr --new-file /var/tmp/postfix-2.8.3/HISTORY ./HISTORY *** /var/tmp/postfix-2.8.3/HISTORY Tue Apr 19 19:09:09 2011 --- ./HISTORY Wed Jun 15 18:37:26 2011 *************** *** 16583,16585 **** --- 16583,16636 ---- reuse a server SASL handle after authentication failure. Problem reported by Thomas Jarosch of Intra2net AG. File: smtpd/smtpd_proto.c. + + 20110420 + + Performance: a high load of DSN success notification requests + could slow down the queue manager. Solution: make the trace + client asynchronous, just like the bounce and defer clients. + Problem reported by Eduardo M. Stelmaszczyk of terra.com.br. + Files: global/abounce.[hc], *qmgr/qmgr_active.c (the + qmgr_active.c files are identical). + + 20110418 + + Bugfix (introduced Postfix 2.3 and Postfix 2.7): the Milter + client reported some "file too large" errors as temporary + errors. Problem reported by Michael Tokarev. Files: + milter/milter8.c, cleanup/cleanup_milter.c. + + 20110426 + + Bugfix (introduced in Postfix 1.1, duplicated in Postfix + 2.3, unrelated mistake in Postfix 2.7): the local(8) delivery + agent ignored table lookup errors in mailbox_command_maps, + mailbox_transport_maps, fallback_transport_maps and (while + bouncing mail to alias) alias owner lookup. Problem reported + by William Ono. Files: local/command.c, local/mailbox.c, + local/unknown.c, local/bounce_workaround.c. + + 20110601 + + Bugfix (introduced Postfix 2.6 with master_service_disable) + loop control error when parsing a malformed master.cf file. + Found by Coverity. File: master/master_ent.c. + + 20110602 + + Bugfix (introduced: Postfix 2.7): "sendmail -t" reported + "protocol error" after queue file write error. File: + postdrop/postdrop.c. + + 20110614 + + Linux kernel version 3 support. Linus Torvalds has reset + the counters for reasons not related to changes in code. + Files: makedefs, util/sys_defs.h. + + 20110615 + + Workaround: some Spamhaus RHSBL rejects lookups with "No + IP queries" even if the name has an alphanumerical prefix. + We play safe, and skip both RHSBL and RHSWL queries for + names ending in a numerical suffix. File: smtpd/smtpd_check.c. diff -cr --new-file /var/tmp/postfix-2.8.3/README_FILES/MULTI_INSTANCE_README ./README_FILES/MULTI_INSTANCE_README *** /var/tmp/postfix-2.8.3/README_FILES/MULTI_INSTANCE_README Sat Apr 4 20:42:11 2009 --- ./README_FILES/MULTI_INSTANCE_README Thu Jun 9 07:17:36 2011 *************** *** 327,333 **** (MAIL_CONFIG=/etc/postfix-out) of the output instance. * Lines 1-2: With "authorized_submit_users = root", the superuser can test ! the postix-out instance with "postmulti -i postfix-out -x sendmail -bv recipient...", but otherwise local submission remains disabled. * Lines 1-2: With "master_service_disable =", the "inet" listeners are re- --- 327,333 ---- (MAIL_CONFIG=/etc/postfix-out) of the output instance. * Lines 1-2: With "authorized_submit_users = root", the superuser can test ! the postfix-out instance with "postmulti -i postfix-out -x sendmail -bv recipient...", but otherwise local submission remains disabled. * Lines 1-2: With "master_service_disable =", the "inet" listeners are re- diff -cr --new-file /var/tmp/postfix-2.8.3/html/MULTI_INSTANCE_README.html ./html/MULTI_INSTANCE_README.html *** /var/tmp/postfix-2.8.3/html/MULTI_INSTANCE_README.html Fri Jan 1 19:01:09 2010 --- ./html/MULTI_INSTANCE_README.html Thu Jun 9 07:17:36 2011 *************** *** 420,426 ****