From barry at list.org Thu Mar 6 00:36:54 2008 From: barry at list.org (Barry Warsaw) Date: Wed, 5 Mar 2008 18:36:54 -0500 Subject: [Mailman-Announce] 2008 Pizzigati Prize Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I realize that I've been remiss in announcing this. My apologies. I have been awarded the 2008 Pizzigati Prize for Public Interest Computing for GNU Mailman. http://www.pizzigatiprize.org/ I am deeply honored to win this prize because I believe very strongly in Mailman's role in helping people communicate and organize. I want to thank all of you who have supported me and Mailman over the years, and I want to let you know that I am as excited as ever about where Mailman is going. One of the most satisfying aspects of this project for me has been meeting you, the users, developers and contributors to Mailman, both online and face-to-face. I'm looking forward to meeting the Pizzigati family and having some time to spend with them learning about Anthony's remarkable life, sadly cut too short. So again, thank you all and I'm looking forward to the next 10 years of GNU Mailman! Cheers, - -Barry -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (Darwin) iEYEARECAAYFAkfPLpcACgkQ2YZpQepbvXGgwwCbB/PjbX7rSiI0xwKjJ7jPpjgJ kuMAoIfeC0j0+4f8l0GEOp2gYc7a+8MI =Y7nZ -----END PGP SIGNATURE----- From mark at msapiro.net Thu Mar 6 19:28:33 2008 From: mark at msapiro.net (Mark Sapiro) Date: Thu, 06 Mar 2008 10:28:33 -0800 Subject: [Mailman-Announce] 2008 Pizzigati Prize In-Reply-To: References: Message-ID: <47D037D1.8030803@msapiro.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Barry Warsaw wrote: | | I have been awarded the 2008 Pizzigati Prize for Public Interest | Computing for GNU Mailman. | | http://www.pizzigatiprize.org/ That's Awesome! I'm extremely happy to be associated with this project. - -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) iD8DBQFH0DfRVVuXXpU7hpMRAqXfAJ9Acp63irwuxjheLuvTfQWZD+tqWACdGXs6 fDzTCJL3rFvE1LfvvbhT1KI= =umQE -----END PGP SIGNATURE----- From mark at msapiro.net Sun Mar 9 00:09:13 2008 From: mark at msapiro.net (Mark Sapiro) Date: Sat, 08 Mar 2008 15:09:13 -0800 Subject: [Mailman-Announce] Updated message catalogs needed for Mailman 2.1.10 Message-ID: <47D31C99.10103@msapiro.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 If you are a language champion or otherwise responsible for a Mailman translation, please get the updated 2.1.10 message catalog for your language to me as soon as possible. Mailman 2.1.10 has been in beta for 3 months now, and I have received very few updated translations. I am planning to release what I hope will be the final beta release of 2.1.10 in a few days. This would be a release candidate rather than a beta if I had more updated translations. Thank you for your understanding. - -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) iD8DBQFH0xyZVVuXXpU7hpMRAo1aAKDYiS/wpexcQJqNPi+d0GLK6o2x0gCfTo/Z 24bhI96yktpfx97nDC3XH48= =PH4r -----END PGP SIGNATURE----- From mark at msapiro.net Fri Mar 14 03:26:54 2008 From: mark at msapiro.net (Mark Sapiro) Date: Thu, 13 Mar 2008 19:26:54 -0700 Subject: [Mailman-Announce] Mailman 2.1.10b4 Released Message-ID: <47D9E26E.4040708@msapiro.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am happy to announce the next beta release of Mailman 2.1.10. This is a security and bug fix release and it is highly recommended that all sites upgrade to this version. Mailman 2.1.10 also adds support for three new language translations, Galician, Hebrew and Slovak and a few new features. Mailman is free software for managing email mailing lists and e- newsletters. Mailman is used for all the python.org and SourceForge.net mailing lists, as well as at hundreds of other sites. For more information, including download links, please see: http://www.list.org http://mailman.sf.net http://www.gnu.org/software/mailman Special thanks are due to Barry Warsaw and Tokio Kikuchi for much coding and support, Moritz Naumann for help with security issues and Jim Tittsler for a significant patch. Here's a list of the major changes. Security - - The 2.1.9 fixes for CVE-2006-3636 were not complete. In particular, some potential cross-site scripting attacks were not detected in editing templates and updating the list's info attribute via the web admin interface. This has been assigned CVE-2008-0564 and has been fixed. Thanks again to Moritz Naumann for assistance with this. New Features - - Changed cmd_who.py to list all members if authorization is with the list's admin or moderator password and to accept the password if the roster is public. Also changed the web roster to show hidden members when authorization is by site or list's admin or moderator password (1587651). - - Added the ability to put a list name in accept_these_nonmembers to accept posts from members of that list (1220144). - - Added a new 'sibling list' feature to exclude members of another list from receiving a post from this list if the other list is in the To: or Cc: of the post or to include members of the other list if that list is not in the To: or Cc: of the post (Patch ID 1347962). - - Added the admin_member_chunksize attribute to the admin General Options interface (Bug 1072002, Partial RFE 782436). Internationalization - - Added the Hebrew translation from Dov Zamir. This includes addition of a direction ('ltr', 'rtl') to the LC_DESCRIPTIONS table. The add_language() function defaults direction to 'ltr' to not break existing mm_cfg.py files. - - Added the Slovak translation from Martin Matuska. - - Added the Galician translation from Frco. Javier Rial Rodr?guez. Changes since 2.1.10b3 include the Galician translation and updates to the French translation (Vietnamese and Danish translations were updated in 2.1.10b3). Other changes since 2.1.10b3 include: - - In 2.1.9, queue runner processing was made ~ more robust by making backups of queue entries when they were dequeued ~ so they could be recovered in the event of a system failure. This ~ opened the possibility that if a message itself caused a runner to ~ crash, a loop could result that would endlessly reprocess the message. ~ This has now been fixed by adding a dequeue count to the entry and ~ moving the entry aside and logging the fact after the third dequeue of ~ the same entry. - - Fixed the command line scripts add_members, sync_members and ~ clone_member to properly handle banned addresses (1904737). - - Fixed bin/newlist to add the list's preferred language to the list's ~ available_languages if it is other than the server's default language ~ (1906368). - - Changed the first URL in the RFC 2369 List-Unsubscribe: header to go ~ to the options login page instead of the listinfo page. - - Changed the options login page to not issue the "No address given" ~ error when coming from the List-Unsubscribe and other direct links. ~ Also changed to remember the user's language selection when ~ redisplaying the page following an error. /Mark Sapiro - -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) iD8DBQFH2eJuVVuXXpU7hpMRAihOAJ4zIREWCWCQt7YDDHp3frDHjzwkCQCfdh7J W3UKWsTTfStBE4z64oqa36c= =ZedT -----END PGP SIGNATURE-----