diff options
-rw-r--r-- | NEWS | 19 |
1 files changed, 13 insertions, 6 deletions
@@ -4,21 +4,20 @@ Copyright (C) 1998-2003 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. -2.1.2 (19-Apr-2003) +2.1.2 (22-Apr-2003) - New languages Portuguese (Portugal) and Polish. - Many convenient constants have been added to the Defaults.py module to (hopefully) make it more readable. - - The semantics for the extend.py hook to MailList objects has - changed slightly. The hook is now called before attempting to - lock and load the database. - - Email addresses which contain 8-bit characters in them are now rejected and won't be subscribed. This is not the same as 8-bit characters in the realname, which is still allowed. + - The X-Originating-Email header is removed for anonymous lists. + Hotmail apparently adds this header. + - When running make to build Mailman, you can specify $DESTDIR to the install target to specify an alternative location for installation, without influencing the paths stored in @@ -28,6 +27,10 @@ Here is a history of user visible changes to Mailman. long the outgoing qrunner will wait before it retries a tempfailure delivery. + - The semantics for the extend.py hook to MailList objects has + changed slightly. The hook is now called before attempting to + lock and load the database. + - Mailman now uses the email package version 2.5.1 - bin/transcheck now checks for double-%'s @@ -38,6 +41,10 @@ Here is a history of user visible changes to Mailman. - The -c / --change-msg option has been removed from bin/add_members + - bin/msgfmt.py has been added, taken from Python 2.3's Tools/i18n + directory. The various .mo files are now no longer distributed + with Mailman. They are generated at build time instead. + - A new file misc/sitelist.cfg which can be used with bin/config_list provides a small number of recommended settings for your site list. Be sure to read it over before applying! @@ -47,7 +54,7 @@ Here is a history of user visible changes to Mailman. patches applied: 677668, 690448, 700538, 700537, 673294, 683906, 671294, 522080, 521124, 534297, 699900, 697321, 695526, 703941, 658261, 710678, 707608, 671303, 717096, 694912, 707624, 716755, - 661138, 716754, 716702, 667167 + 661138, 716754, 716702, 667167, 725369 2.1.1 (08-Feb-2003) |