From mailman-developers@python.org Thu Apr 4 20:29:44 2002 From: mailman-developers@python.org (Barry A. Warsaw) Date: Thu, 4 Apr 2002 15:29:44 -0500 Subject: [Mailman-Announce] RELEASED Mailman 2.0.9 Message-ID: <15532.47032.741659.783660@anthem.wooz.org> This message is to announce the release of GNU Mailman 2.0.9 which fixes a race condition that can cause mail to occasionally be lost, among other useful fixes. I recommend anybody running any version of Mailman 2.0.x to upgrade to 2.0.9, the latest stable release. Details of what's changed is included below. Note that this problem does not affect the Mailman 2.1 betas. As usual, I've made both full source tarballs and patches available. See http://sourceforge.net/project/showfiles.php?group_id=103 for links to download all the patches and the source tarball. If you decide to install the patches, please do read the release notes first: http://sourceforge.net/project/shownotes.php?release_id=63042 See also: http://www.gnu.org/software/mailman http://www.list.org http://mailman.sf.net Cheers, -Barry 2.0.9 (02-Apr-2002) - Closed a race condition which could, under rare circumstances, cause the occasional message to get lost. - HTML escape message excerpts and headers on the admindb page so JavaScript and other evil tags can't mess up the display. - Some additional Python 2.2 compatibility fixes. - Unlink the footer logos so as not to bug the python.org and gnu.org maintainers as much. :( - Fix a crash in the DSN bounce detection module, which could cause some bounce messages to remain in the queue. - Add the RFC-2822 mandated Date: header on internally generated outgoing messages. Not all MTAs add this field if missing (read: Qmail). From mailman-developers@python.org Thu Apr 18 05:32:37 2002 From: mailman-developers@python.org (Barry A. Warsaw) Date: Thu, 18 Apr 2002 00:32:37 -0400 Subject: [Mailman-Announce] RELEASED Mailman 2.0.10 Message-ID: <15550.19557.941487.978294@anthem.wooz.org> Hot on the heels of the last release, I'm announcing Mailman 2.0.10 which fixes a few minor problems. See the NEWS file entries below. This is not a critical fix, although it will eliminate a confusing (but harmless) error message, and could provide better support for sites which use the qmail MTA. As usual, I've made both full source tarballs and patches available. See http://sourceforge.net/project/showfiles.php?group_id=103 for links to download all the patches and the source tarball. If you decide to install the patches, please do read the release notes first: http://sourceforge.net/project/shownotes.php?release_id=63042 See also: http://www.gnu.org/software/mailman http://www.list.org http://mailman.sf.net Cheers, -Barry 2.0.10 (09-Apr-2002) - Closed another small race condition. - Add the RFC-2822 recommended Message-ID: header on internally generated outgoing messages. Not all MTAs add this field if missing (read: Qmail).