From a3a2e764e98755d616c6c661ca7a9aadb6f0dc84 Mon Sep 17 00:00:00 2001
From: bwarsaw <>
Date: Mon, 30 May 2005 20:09:15 +0000
Subject: Updates for 2.1.6 final.
---
Mailman/Version.py | 6 +-
NEWS | 80 +++++++++++++---------
admin/www/admins.html | 2 +-
admin/www/bugs.ht | 6 +-
admin/www/bugs.html | 8 +--
admin/www/devs.html | 2 +-
admin/www/docs.html | 2 +-
admin/www/download-links.h | 4 +-
admin/www/download.ht | 27 +-------
admin/www/download.html | 37 ++--------
admin/www/faq.html | 2 +-
admin/www/features.ht | 7 +-
admin/www/features.html | 9 +--
admin/www/help.html | 2 +-
admin/www/i18n.ht | 2 +-
admin/www/i18n.html | 4 +-
admin/www/index.ht | 21 +++---
admin/www/index.html | 23 +++----
admin/www/install.ht | 10 +--
admin/www/install.html | 20 ++----
admin/www/inthenews.ht | 29 ++++++++
admin/www/inthenews.html | 31 ++++++++-
admin/www/jwzrebuttal.html | 2 +-
admin/www/lists.html | 2 +-
admin/www/mailman-install.pdf | Bin 117016 -> 117015 bytes
admin/www/mailman-install.ps | 4 +-
admin/www/mailman-install.txt | 6 +-
admin/www/mailman-install/about.html | 4 +-
admin/www/mailman-install/bsd-issues.html | 2 +-
admin/www/mailman-install/create-install-dir.html | 2 +-
admin/www/mailman-install/customizing.html | 2 +-
admin/www/mailman-install/exim3-transport.html | 2 +-
admin/www/mailman-install/front.html | 2 +-
admin/www/mailman-install/index.html | 4 +-
admin/www/mailman-install/mail-server.html | 2 +-
admin/www/mailman-install/mailman-install.html | 4 +-
admin/www/mailman-install/node10.html | 2 +-
admin/www/mailman-install/node12.html | 2 +-
admin/www/mailman-install/node13.html | 2 +-
admin/www/mailman-install/node15.html | 2 +-
admin/www/mailman-install/node16.html | 2 +-
admin/www/mailman-install/node17.html | 2 +-
admin/www/mailman-install/node18.html | 2 +-
admin/www/mailman-install/node2.html | 2 +-
admin/www/mailman-install/node20.html | 2 +-
admin/www/mailman-install/node21.html | 2 +-
admin/www/mailman-install/node22.html | 2 +-
admin/www/mailman-install/node23.html | 2 +-
admin/www/mailman-install/node24.html | 2 +-
admin/www/mailman-install/node25.html | 2 +-
admin/www/mailman-install/node26.html | 2 +-
admin/www/mailman-install/node27.html | 2 +-
admin/www/mailman-install/node28.html | 2 +-
admin/www/mailman-install/node29.html | 2 +-
admin/www/mailman-install/node3.html | 2 +-
admin/www/mailman-install/node30.html | 2 +-
admin/www/mailman-install/node31.html | 2 +-
admin/www/mailman-install/node32.html | 2 +-
admin/www/mailman-install/node33.html | 2 +-
admin/www/mailman-install/node34.html | 2 +-
admin/www/mailman-install/node36.html | 2 +-
admin/www/mailman-install/node37.html | 2 +-
admin/www/mailman-install/node38.html | 2 +-
admin/www/mailman-install/node4.html | 2 +-
admin/www/mailman-install/node40.html | 2 +-
admin/www/mailman-install/node41.html | 2 +-
admin/www/mailman-install/node42.html | 2 +-
admin/www/mailman-install/node43.html | 2 +-
admin/www/mailman-install/node44.html | 2 +-
admin/www/mailman-install/node45.html | 2 +-
admin/www/mailman-install/node47.html | 2 +-
admin/www/mailman-install/node48.html | 2 +-
admin/www/mailman-install/node50.html | 2 +-
admin/www/mailman-install/node6.html | 2 +-
admin/www/mailman-install/node7.html | 2 +-
admin/www/mailman-install/node8.html | 2 +-
admin/www/mailman-install/node9.html | 2 +-
admin/www/mailman-install/postfix-virtual.html | 2 +-
admin/www/mailman-install/qmail-issues.html | 2 +-
admin/www/mailman-install/troubleshooting.html | 2 +-
admin/www/mgrs.html | 2 +-
admin/www/mirrors.html | 2 +-
admin/www/otherstuff.ht | 3 +-
admin/www/otherstuff.html | 5 +-
admin/www/prev.ht | 7 +-
admin/www/prev.html | 9 ++-
admin/www/requirements.ht | 62 ++++++++++-------
admin/www/requirements.html | 70 +++++++++++--------
admin/www/security.ht | 9 ++-
admin/www/security.html | 11 ++-
admin/www/site.html | 2 +-
admin/www/todo.ht | 2 +-
admin/www/todo.html | 4 +-
admin/www/users.html | 2 +-
admin/www/version.ht | 4 +-
admin/www/version.html | 14 ++--
96 files changed, 354 insertions(+), 314 deletions(-)
diff --git a/Mailman/Version.py b/Mailman/Version.py
index d4843330..9ac4c9da 100644
--- a/Mailman/Version.py
+++ b/Mailman/Version.py
@@ -15,7 +15,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Mailman version
-VERSION = "2.1.6rc4+"
+VERSION = "2.1.6"
# And as a hex number in the manner of PY_VERSION_HEX
ALPHA = 0xa
@@ -28,9 +28,9 @@ FINAL = 0xf
MAJOR_REV = 2
MINOR_REV = 1
MICRO_REV = 6
-REL_LEVEL = GAMMA
+REL_LEVEL = FINAL
# at most 15 beta releases!
-REL_SERIAL = 4
+REL_SERIAL = 0
HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) |
(REL_LEVEL << 4) | (REL_SERIAL << 0))
diff --git a/NEWS b/NEWS
index 961abe0b..a21ac499 100644
--- a/NEWS
+++ b/NEWS
@@ -4,21 +4,36 @@ Copyright (C) 1998-2005 by the Free Software Foundation, Inc.
Here is a history of user visible changes to Mailman.
-2.1.6 (XX-May-2005)
+2.1.6 (30-May-2005)
- - Mail-to-news gateway now strips subject prefix off from a response
- by a mail user if news_prefix_subject_too is not set.
+ Security
- Critical security patch for path traversal vulnerability in private
archive script (CAN-2005-0202).
- - Date and Message-Id headers are added for digests. (1116952)
+ - Added the ability for Mailman generated passwords (both member and list
+ admin) to be more cryptographically secure. See new configuration
+ variables USER_FRIENDLY_PASSWORDS, MEMBER_PASSWORD_LENGTH, and
+ ADMIN_PASSWORD_LENGTH. Also added a new bin/withlist script called
+ reset_pw.py which can be used to reset all member passwords. Passwords
+ generated by Mailman are now 8 characters by default for members, and 10
+ characters for list administrators.
- - List owners can now cusomize the non-member rejection notice from
- admin//privacy/sender page. (1107169)
+ - A potential cross-site scripting hole in the driver script has been
+ closed. Thanks to Florian Weimer for its discovery. Also, turn
+ STEALTH_MODE on by default.
- - Most of the installation instructions have been moved to a latex
- document. See admin/www/mailman-install/index.html for details.
+ Internationalization
+
+ - Chinese languages are now supported. They have been moved from 'big5'
+ and 'gb' to 'zh_TW' and 'zh_CN' respectively for compliance to the IANA
+ spec. Note, however, that the character sets were changed from 'Big5'
+ or 'GB2312' to 'UTF-8' to cope with the insufficient codecs support in
+ Python 2.3 and earlier. You may have to install Chinese capable codecs
+ (like CJKCodecs) separately to handle the incoming messages which are in
+ local charsets, or upgrade your Python to 2.4 or newer.
+
+ Behavior or defaults changes
- VERP_PROBES is disabled by default.
@@ -32,31 +47,13 @@ Here is a history of user visible changes to Mailman.
than the old 'mylist@hostname' syntax (which is still supported for
backward compatibility, but deprecated).
- - Added the ability for Mailman generated passwords (both member and list
- admin) to be more cryptographically secure. See new configuration
- variables USER_FRIENDLY_PASSWORDS, MEMBER_PASSWORD_LENGTH, and
- ADMIN_PASSWORD_LENGTH. Also added a new bin/withlist script called
- reset_pw.py which can be used to reset all member passwords. Passwords
- generated by Mailman are now 8 characters by default for members, and 10
- characters for list administrators.
-
- - Allow editing of the welcome message from the admin page (1085501).
-
- - A potential cross-site scripting hole in the driver script has been
- closed. Thanks to Florian Weimer for its discovery. Also, turn
- STEALTH_MODE on by default.
-
- - Chinese languages moved from 'big5' and 'gb' to 'zh_TW' and 'zh_CN'
- respectively for compliance to the IANA spec. Note, however, that the
- character sets were changed from 'Big5' or 'GB2312' to 'UTF-8' to cope
- with the insufficient codecs support in Python 2.3 and earlier. You
- may have to install Chinese capable codecs (like CJKCodecs) separately
- to handle the incoming messages which are in local charsets, or upgrade
- your Python to 2.4 or newer.
+ Compatibility
- Python 2.4 compatibility issue: time.strftime() became strict about the
'day of year' range. (1078482)
+ New Features
+
- New feature: automatic discards of held messages. List owners can now
set how many days to hold the messages in the moderator request queue.
cron/checkdb will automatically discard old messages. See the
@@ -64,10 +61,6 @@ Here is a history of user visible changes to Mailman.
DEFAULT_MAX_DAYS_TO_HOLD in Defaults.py. This defaults to 0
(i.e. disabled). (790494)
- - Improved mail address sanity check. (1030228)
-
- - SpamDetect.py now checks attachment header. (1026977)
-
- New feature: subject_prefix can be configured to include a sequence
number which is taken from the post_id variable. Also, the prefix is
always put at the start of the subject, i.e. "[list-name] Re: original
@@ -76,12 +69,33 @@ Here is a history of user visible changes to Mailman.
If the list owner is using numbering feature by "%d" directive, the new
style, "[list-name 123] Re:", is always used.
+ - List owners can now cusomize the non-member rejection notice from
+ admin//privacy/sender page. (1107169)
+
+ - Allow editing of the welcome message from the admin page (1085501).
+
- List owners can now use Scrubber to get the attachments scrubbed (held
in the web archive), if the site admin permits it in mm_cfg.py. New
variables introduced are SCRUBBER_DONT_USE_ATTACHMENT_FILENAME and
SCRUBBER_USE_ATTACHMENT_FILENAME_EXTENSION in Defaults.py for scrubber
behavior. (904850)
+ Documentation
+
+ - Most of the installation instructions have been moved to a latex
+ document. See admin/www/mailman-install/index.html for details.
+
+ Bug fixes and other patches
+
+ - Mail-to-news gateway now strips subject prefix off from a response
+ by a mail user if news_prefix_subject_too is not set.
+
+ - Date and Message-Id headers are added for digests. (1116952)
+
+ - Improved mail address sanity check. (1030228)
+
+ - SpamDetect.py now checks attachment header. (1026977)
+
- Filter attachments by filename extensions. (1027882)
- Bugs and patches: 955381 (older Python compatibility), 1020102/1013079/
diff --git a/admin/www/admins.html b/admin/www/admins.html
index a911b82d..1c9e78d6 100644
--- a/admin/www/admins.html
+++ b/admin/www/admins.html
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/html4/loose.dtd" >
-
+
-
+
diff --git a/admin/www/devs.html b/admin/www/devs.html
index 6c27adca..b128a631 100644
--- a/admin/www/devs.html
+++ b/admin/www/devs.html
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/html4/loose.dtd" >
-
+
-
+
Downloading
-Downloading
-Latest Version
Requirements
+Downloading
Installing
+Latest Version
diff --git a/admin/www/download.ht b/admin/www/download.ht
index 631703d3..bdc500d6 100644
--- a/admin/www/download.ht
+++ b/admin/www/download.ht
@@ -3,31 +3,8 @@ Links: links.h download-links.h
Requirements
-You must have a mail server (MTA) that you can send messages to, and a
-web server that supports the CGI/1.1 API.
-Apache makes a fine choice
-for web server, and MTAs such as
-Postfix,
-Exim,
-Sendmail, and
-qmail
-should work just fine.
-
-You will need an ANSI C compiler to build Mailman's security
-wrappers. The
-GNU C compiler
-gcc 2.8.1 or later is known to work
-well.
-
-
You must have the
-Python
-interpreter installed somewhere on your system. Currently Python 2.1
-or newer is required, with Python 2.3.3 being recommended. Mailman
-should work with latest patch release on any Python branch from 2.1 to
-2.3, which as of this writing (31-Dec-2003) is
-Python 2.1.3,
-Python 2.2.3, and
-Python 2.3.3.
+See the requirements page for the list of
+pre-requisites.
Downloading
diff --git a/admin/www/download.html b/admin/www/download.html
index 8d3e7972..5cb07112 100644
--- a/admin/www/download.html
+++ b/admin/www/download.html
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/html4/loose.dtd" >
-
+
-
+
-
+
-
+
-
+
2.1.6rc4,
-(released on
-14-May-2005)
-is the current patch development release.
+The current stable GNU Mailman version is
+2.1.6,
+released on
+30-May-2005.
Acknowledgements
@@ -51,12 +47,15 @@ is the current patch development release.
barry at python dot org.
+Tokio Kikuchi served as the release manager for the 2.1.6 release, and much
+thanks go to him for incorporating lots of bug fixes and patches.
+
Thanks go to
Control.com for their
sponsorship of new Mailman 2.1 features such as the topic filters,
-external membership sources, and "virtual" mailing lists. Also, a
-huge thanks goes out to my employer Zope
-Corporation for their support, as well as the
+external membership sources, and "virtual" mailing lists. Also,
+thanks goes out to Zope
+Corporation, as well as the
list of contributors, bug hunters, big idea people, and others
who have helped immensely with Mailman's development.
diff --git a/admin/www/index.html b/admin/www/index.html
index a9af58f9..c3b2837e 100644
--- a/admin/www/index.html
+++ b/admin/www/index.html
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/html4/loose.dtd" >
-
+
2.1.6rc4,
-(released on
-14-May-2005)
-is the current patch development release.
+The current stable GNU Mailman version is
+2.1.6,
+released on
+30-May-2005.
Acknowledgements
@@ -204,12 +200,15 @@ is the current patch development release.
barry at python dot org.
+Tokio Kikuchi served as the release manager for the 2.1.6 release, and much
+thanks go to him for incorporating lots of bug fixes and patches.
+
Thanks go to
Control.com for their
sponsorship of new Mailman 2.1 features such as the topic filters,
-external membership sources, and "virtual" mailing lists. Also, a
-huge thanks goes out to my employer Zope
-Corporation for their support, as well as the
+external membership sources, and "virtual" mailing lists. Also,
+thanks goes out to Zope
+Corporation, as well as the
list of contributors, bug hunters, big idea people, and others
who have helped immensely with Mailman's development.
diff --git a/admin/www/install.ht b/admin/www/install.ht
index 0f4a444f..e5d6ac46 100644
--- a/admin/www/install.ht
+++ b/admin/www/install.ht
@@ -4,14 +4,8 @@ Links: links.h download-links.h
Installing Mailman
For detailed installation instructions, please see the
-INSTALL
file in the source distribution.
+GNU Mailman Installation Manual.
-
-
-Be sure to read the README
and UPGRADING
+Be sure to read the README
and UPGRADING
files in the source distribution for additional instructions, hints,
and warnings.
diff --git a/admin/www/install.html b/admin/www/install.html
index 18a7d45d..2021049f 100644
--- a/admin/www/install.html
+++ b/admin/www/install.html
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/html4/loose.dtd" >
-
+
+GNU Mailman Installation Manual.
-Be sure to read the README
and UPGRADING
+
Be sure to read the README
and UPGRADING
files in the source distribution for additional instructions, hints,
and warnings.
diff --git a/admin/www/inthenews.ht b/admin/www/inthenews.ht
index d75bbd11..db537269 100644
--- a/admin/www/inthenews.ht
+++ b/admin/www/inthenews.ht
@@ -579,4 +579,33 @@ Mailman or Mailman technology to run their mailing lists.
The Solution Cafe, Inc.
Host Capacity
+
+ xms.gr
+
+ Market Hotline
+
+ Universidad Tecnica Federico
+ Santa Maria, Departamento de Informatica, Valparaiso, Chile
+
+ Arts & Humanities Data Service
+
+ Macromedia User Group Argentina
+
+ MatureAsskickers
+
+ Euroback
+
+ Linux Users in
+ Paraguay-South America
+
+ Planet Groove
+
+ Isfa.com
+
+ Z7
+
+ Projecto Software Livre
+ Brasil
diff --git a/admin/www/inthenews.html b/admin/www/inthenews.html
index fc1b5c2b..a03d6b59 100644
--- a/admin/www/inthenews.html
+++ b/admin/www/inthenews.html
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/html4/loose.dtd" >
-
+
Host Capacity
+
+ xms.gr
+
+ Market Hotline
+
+ Universidad Tecnica Federico
+ Santa Maria, Departamento de Informatica, Valparaiso, Chile
+
+ Arts & Humanities Data Service
+
+ Macromedia User Group Argentina
+
+ MatureAsskickers
+
+ Euroback
+
+ Linux Users in
+ Paraguay-South America
+
+ Planet Groove
+
+ Isfa.com
+
+ Z7
+
+ Projecto Software Livre
+ Brasil
diff --git a/admin/www/jwzrebuttal.html b/admin/www/jwzrebuttal.html
index cd77b468..3de41126 100644
--- a/admin/www/jwzrebuttal.html
+++ b/admin/www/jwzrebuttal.html
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/html4/loose.dtd" >
-
+
-
+
diff --git a/admin/www/mailman-install/bsd-issues.html b/admin/www/mailman-install/bsd-issues.html
index 79df2e39..d0db23ad 100644
--- a/admin/www/mailman-install/bsd-issues.html
+++ b/admin/www/mailman-install/bsd-issues.html
@@ -105,7 +105,7 @@ This disables the chmod g+s command on installed director
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/create-install-dir.html b/admin/www/mailman-install/create-install-dir.html
index f3e9a0eb..2542c5c9 100644
--- a/admin/www/mailman-install/create-install-dir.html
+++ b/admin/www/mailman-install/create-install-dir.html
@@ -140,7 +140,7 @@ for additional information.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/customizing.html b/admin/www/mailman-install/customizing.html
index f4fc8673..17d1a586 100644
--- a/admin/www/mailman-install/customizing.html
+++ b/admin/www/mailman-install/customizing.html
@@ -130,7 +130,7 @@ line scripts, such as bin/withlist and
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/exim3-transport.html b/admin/www/mailman-install/exim3-transport.html
index ec7b7119..e2f1be37 100644
--- a/admin/www/mailman-install/exim3-transport.html
+++ b/admin/www/mailman-install/exim3-transport.html
@@ -104,7 +104,7 @@ i.e. somewhere between the first and second ``end'' line:
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/front.html b/admin/www/mailman-install/front.html
index 72007a1c..cde05370 100644
--- a/admin/www/mailman-install/front.html
+++ b/admin/www/mailman-install/front.html
@@ -173,7 +173,7 @@ The GNU Mailman website is at http://w
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/index.html b/admin/www/mailman-install/index.html
index 97958dea..50d7fb99 100644
--- a/admin/www/mailman-install/index.html
+++ b/admin/www/mailman-install/index.html
@@ -45,7 +45,7 @@
Barry Warsaw
barry(at)python.org
Release 2.1
-May 12, 2005
+May 30, 2005
@@ -126,7 +126,7 @@
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/mail-server.html b/admin/www/mailman-install/mail-server.html
index a2c7ddc6..ed9a4e01 100644
--- a/admin/www/mailman-install/mail-server.html
+++ b/admin/www/mailman-install/mail-server.html
@@ -136,7 +136,7 @@ contributing documentation updates to the Mailman developers.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/mailman-install.html b/admin/www/mailman-install/mailman-install.html
index 97958dea..50d7fb99 100644
--- a/admin/www/mailman-install/mailman-install.html
+++ b/admin/www/mailman-install/mailman-install.html
@@ -45,7 +45,7 @@
Barry Warsaw
barry(at)python.org
Release 2.1
-May 12, 2005
+May 30, 2005
@@ -126,7 +126,7 @@
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node10.html b/admin/www/mailman-install/node10.html
index 5b5740ee..3117a002 100644
--- a/admin/www/mailman-install/node10.html
+++ b/admin/www/mailman-install/node10.html
@@ -184,7 +184,7 @@ Now restart your web server.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node12.html b/admin/www/mailman-install/node12.html
index 0dd38f8a..9fafaad9 100644
--- a/admin/www/mailman-install/node12.html
+++ b/admin/www/mailman-install/node12.html
@@ -145,7 +145,7 @@ virtual domain support below.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node13.html b/admin/www/mailman-install/node13.html
index e4a7688e..1a80655e 100644
--- a/admin/www/mailman-install/node13.html
+++ b/admin/www/mailman-install/node13.html
@@ -197,7 +197,7 @@ tables.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node15.html b/admin/www/mailman-install/node15.html
index 84e10c7f..c9c872a5 100644
--- a/admin/www/mailman-install/node15.html
+++ b/admin/www/mailman-install/node15.html
@@ -102,7 +102,7 @@ instead of mylist@dom.ain
.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node16.html b/admin/www/mailman-install/node16.html
index 94d82142..eb290a45 100644
--- a/admin/www/mailman-install/node16.html
+++ b/admin/www/mailman-install/node16.html
@@ -123,7 +123,7 @@ those in the config fragments given below.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node17.html b/admin/www/mailman-install/node17.html
index 43ed8f45..b16714db 100644
--- a/admin/www/mailman-install/node17.html
+++ b/admin/www/mailman-install/node17.html
@@ -143,7 +143,7 @@ and 2.1 installations, with the proviso that you'll probably want to use
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node18.html b/admin/www/mailman-install/node18.html
index d473f710..46310856 100644
--- a/admin/www/mailman-install/node18.html
+++ b/admin/www/mailman-install/node18.html
@@ -102,7 +102,7 @@ you'll need to edit these based on how you configured and installed Mailman.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node2.html b/admin/www/mailman-install/node2.html
index 89a8850c..0004f149 100644
--- a/admin/www/mailman-install/node2.html
+++ b/admin/www/mailman-install/node2.html
@@ -114,7 +114,7 @@ Python 2.3 or newer is recommended.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node20.html b/admin/www/mailman-install/node20.html
index 8eb51239..49c4fac2 100644
--- a/admin/www/mailman-install/node20.html
+++ b/admin/www/mailman-install/node20.html
@@ -106,7 +106,7 @@ aliasfile director, or vice-versa.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node21.html b/admin/www/mailman-install/node21.html
index d7743f31..f40a405e 100644
--- a/admin/www/mailman-install/node21.html
+++ b/admin/www/mailman-install/node21.html
@@ -103,7 +103,7 @@ file, and remember that order matters.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node22.html b/admin/www/mailman-install/node22.html
index f50ed1cf..0c44ada2 100644
--- a/admin/www/mailman-install/node22.html
+++ b/admin/www/mailman-install/node22.html
@@ -89,7 +89,7 @@ transports'' line of your Exim config file.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node23.html b/admin/www/mailman-install/node23.html
index e416803d..a56827ee 100644
--- a/admin/www/mailman-install/node23.html
+++ b/admin/www/mailman-install/node23.html
@@ -93,7 +93,7 @@ mail, unless you like receiving tons of mail when some random host is down.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node24.html b/admin/www/mailman-install/node24.html
index d4b2ed7d..32fd10ff 100644
--- a/admin/www/mailman-install/node24.html
+++ b/admin/www/mailman-install/node24.html
@@ -119,7 +119,7 @@
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node25.html b/admin/www/mailman-install/node25.html
index bcb132f9..67ed1f90 100644
--- a/admin/www/mailman-install/node25.html
+++ b/admin/www/mailman-install/node25.html
@@ -126,7 +126,7 @@ from non-127.0.0.1 hosts, but it should do the trick for Mailman.)
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node26.html b/admin/www/mailman-install/node26.html
index 108c90ac..e5a8bbba 100644
--- a/admin/www/mailman-install/node26.html
+++ b/admin/www/mailman-install/node26.html
@@ -131,7 +131,7 @@ this in your DATA
ACL:
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node27.html b/admin/www/mailman-install/node27.html
index 252bcbad..97d73ea3 100644
--- a/admin/www/mailman-install/node27.html
+++ b/admin/www/mailman-install/node27.html
@@ -101,7 +101,7 @@ In a nutshell, all you need to do to enable VERP with Exim is to add these lines
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node28.html b/admin/www/mailman-install/node28.html
index c20e1990..2e26341d 100644
--- a/admin/www/mailman-install/node28.html
+++ b/admin/www/mailman-install/node28.html
@@ -113,7 +113,7 @@ and change your transport like this:
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node29.html b/admin/www/mailman-install/node29.html
index 96c00a77..858c85ba 100644
--- a/admin/www/mailman-install/node29.html
+++ b/admin/www/mailman-install/node29.html
@@ -115,7 +115,7 @@ functioning perfectly, though!
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node3.html b/admin/www/mailman-install/node3.html
index 2d82b90f..6dd886a6 100644
--- a/admin/www/mailman-install/node3.html
+++ b/admin/www/mailman-install/node3.html
@@ -101,7 +101,7 @@ in this section.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node30.html b/admin/www/mailman-install/node30.html
index 70b3fbd7..c2c18850 100644
--- a/admin/www/mailman-install/node30.html
+++ b/admin/www/mailman-install/node30.html
@@ -89,7 +89,7 @@ Overhauled/reformatted/clarified/simplified by Greg Ward
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node31.html b/admin/www/mailman-install/node31.html
index 73e751e6..b95b47b6 100644
--- a/admin/www/mailman-install/node31.html
+++ b/admin/www/mailman-install/node31.html
@@ -120,7 +120,7 @@ what you're doing in order to re-enable it.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node32.html b/admin/www/mailman-install/node32.html
index c5801a05..260ed641 100644
--- a/admin/www/mailman-install/node32.html
+++ b/admin/www/mailman-install/node32.html
@@ -139,7 +139,7 @@ One good way of enabling this is:
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node33.html b/admin/www/mailman-install/node33.html
index 73e87b97..0ee74ccd 100644
--- a/admin/www/mailman-install/node33.html
+++ b/admin/www/mailman-install/node33.html
@@ -107,7 +107,7 @@ find four files:
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node34.html b/admin/www/mailman-install/node34.html
index 0c842069..868e7b35 100644
--- a/admin/www/mailman-install/node34.html
+++ b/admin/www/mailman-install/node34.html
@@ -92,7 +92,7 @@ connections.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node36.html b/admin/www/mailman-install/node36.html
index 5f8de237..60fda912 100644
--- a/admin/www/mailman-install/node36.html
+++ b/admin/www/mailman-install/node36.html
@@ -107,7 +107,7 @@ is the more qmail-friendly approach resulting in large performance gains.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node37.html b/admin/www/mailman-install/node37.html
index fd180d41..0ce60813 100644
--- a/admin/www/mailman-install/node37.html
+++ b/admin/www/mailman-install/node37.html
@@ -93,7 +93,7 @@ Again, this patch is for people familiar with their qmail installation.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node38.html b/admin/www/mailman-install/node38.html
index 6ded5dd1..13ce7c5b 100644
--- a/admin/www/mailman-install/node38.html
+++ b/admin/www/mailman-install/node38.html
@@ -89,7 +89,7 @@ Bollow has written about Mailman and qmail, available here:
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node4.html b/admin/www/mailman-install/node4.html
index 3d627226..f712fbae 100644
--- a/admin/www/mailman-install/node4.html
+++ b/admin/www/mailman-install/node4.html
@@ -121,7 +121,7 @@ installation is complete.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node40.html b/admin/www/mailman-install/node40.html
index 76b9ec19..19e8b4f9 100644
--- a/admin/www/mailman-install/node40.html
+++ b/admin/www/mailman-install/node40.html
@@ -121,7 +121,7 @@ You should also subscribe yourself to the site list.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node41.html b/admin/www/mailman-install/node41.html
index 70fd2c3d..0817c12e 100644
--- a/admin/www/mailman-install/node41.html
+++ b/admin/www/mailman-install/node41.html
@@ -123,7 +123,7 @@ parallel Mailman installations.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node42.html b/admin/www/mailman-install/node42.html
index 0b2c081e..64ac342e 100644
--- a/admin/www/mailman-install/node42.html
+++ b/admin/www/mailman-install/node42.html
@@ -150,7 +150,7 @@ following set of commands:
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node43.html b/admin/www/mailman-install/node43.html
index 9e50695a..8c894088 100644
--- a/admin/www/mailman-install/node43.html
+++ b/admin/www/mailman-install/node43.html
@@ -100,7 +100,7 @@ existing lists.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node44.html b/admin/www/mailman-install/node44.html
index b2606658..a0dfb407 100644
--- a/admin/www/mailman-install/node44.html
+++ b/admin/www/mailman-install/node44.html
@@ -119,7 +119,7 @@ password.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node45.html b/admin/www/mailman-install/node45.html
index 4a55c1b6..a2facfe2 100644
--- a/admin/www/mailman-install/node45.html
+++ b/admin/www/mailman-install/node45.html
@@ -145,7 +145,7 @@ list. If you had any problems along the way, please see the
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node47.html b/admin/www/mailman-install/node47.html
index f02b9eab..ec2bc59b 100644
--- a/admin/www/mailman-install/node47.html
+++ b/admin/www/mailman-install/node47.html
@@ -104,7 +104,7 @@ recommended installation or configuration instructions.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node48.html b/admin/www/mailman-install/node48.html
index a5d78a97..f80f5b58 100644
--- a/admin/www/mailman-install/node48.html
+++ b/admin/www/mailman-install/node48.html
@@ -146,7 +146,7 @@ This problem can manifest itself in other Linux distributions in
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node50.html b/admin/www/mailman-install/node50.html
index 52bdb69f..61fea798 100644
--- a/admin/www/mailman-install/node50.html
+++ b/admin/www/mailman-install/node50.html
@@ -220,7 +220,7 @@ start up.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node6.html b/admin/www/mailman-install/node6.html
index f8446806..90db804e 100644
--- a/admin/www/mailman-install/node6.html
+++ b/admin/www/mailman-install/node6.html
@@ -97,7 +97,7 @@
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node7.html b/admin/www/mailman-install/node7.html
index 761c706d..38510634 100644
--- a/admin/www/mailman-install/node7.html
+++ b/admin/www/mailman-install/node7.html
@@ -242,7 +242,7 @@ If you're using Apache, check the values for the Group option in
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node8.html b/admin/www/mailman-install/node8.html
index f1ce4a9a..7bc207d0 100644
--- a/admin/www/mailman-install/node8.html
+++ b/admin/www/mailman-install/node8.html
@@ -87,7 +87,7 @@ Once you've run configure, you can simply run Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/node9.html b/admin/www/mailman-install/node9.html
index 498f47fc..b2a7f5a9 100644
--- a/admin/www/mailman-install/node9.html
+++ b/admin/www/mailman-install/node9.html
@@ -138,7 +138,7 @@ configuration.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/postfix-virtual.html b/admin/www/mailman-install/postfix-virtual.html
index 91775ad6..45760777 100644
--- a/admin/www/mailman-install/postfix-virtual.html
+++ b/admin/www/mailman-install/postfix-virtual.html
@@ -188,7 +188,7 @@ group owned by mailman
.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/qmail-issues.html b/admin/www/mailman-install/qmail-issues.html
index 86fbee16..3bafd93d 100644
--- a/admin/www/mailman-install/qmail-issues.html
+++ b/admin/www/mailman-install/qmail-issues.html
@@ -300,7 +300,7 @@ fi
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mailman-install/troubleshooting.html b/admin/www/mailman-install/troubleshooting.html
index fa6d153e..2f175a6a 100644
--- a/admin/www/mailman-install/troubleshooting.html
+++ b/admin/www/mailman-install/troubleshooting.html
@@ -251,7 +251,7 @@ publicly visible.
-Release 2.1, documentation updated on May 12, 2005.
+Release 2.1, documentation updated on May 30, 2005.
diff --git a/admin/www/mgrs.html b/admin/www/mgrs.html
index b5f1addd..38cf862a 100644
--- a/admin/www/mgrs.html
+++ b/admin/www/mgrs.html
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/html4/loose.dtd" >
-
+
-
+
-
+
-
+
diff --git a/admin/www/requirements.ht b/admin/www/requirements.ht
index 1b3de658..977413cb 100644
--- a/admin/www/requirements.ht
+++ b/admin/www/requirements.ht
@@ -14,43 +14,55 @@ Other-links:
Mailman currently runs only on GNU/Linux and any other Un*x-like
operating system, such as *BSD, Solaris, etc. It should work on
-MacOSX but not earlier versions of MacOS. It probably does not work
+MacOSX but not on MacOS 9. It probably does not work
on Windows, although it's possible you could get it running on a
Cygwin system (please let the developer
community know if you have success with this!)
-
Before you can run Mailman, you need to make sure that
-Python is installed. Mailman 2.1
-requires at least Python 2.1.3, although Python 2.2.2 is
-recommended. Most GNU/Linux systems come with Python pre-installed, so
-you just need to make sure you're running an up-to-date version. You
-can do this by executing the following at your shell's command line:
+
You must have the
+Python
+interpreter installed somewhere on your system. Currently Python 2.1
+or newer is required, with Python 2.3 or 2.4 being recommended. Mailman
+should work with latest patch release on any Python branch from 2.1 to
+2.4, which as of this writing (30-May-2005) is
+Python 2.1.3,
+Python 2.2.3,
+Python 2.3.5, and
+Python 2.4.1.
+
+
Note that because Python 2.1 and 2.2 are no longer being developed, and
+only critical bugs are being fixed on the Python 2.3 branch, it is recommended
+that you upgrade to Python 2.4. It is possible that support for Python 2.1
+and 2.2 will be dropped in a future release of Mailman. Python 2.3 support
+will most likely be maintained for the duration of the Mailman 2.1 series.
+
+
Most GNU/Linux systems and MacOSX come with Python pre-installed, so you
+just need to make sure you're running an up-to-date version. You can do this
+by executing the following at your shell's command line:
% python -V
-Python 2.1.3
+Python 2.4.1
If your Python executable doesn't understand the -V
option, it's definitely too old!
-You will also need an SMTP server (a.k.a. mail transport agent or
-MTA) for mail delivery and reception. Mailman should work
-well with any of the most popular Unix mail servers such as
-Postfix,
-Exim,
-Sendmail and
-qmail.
-
-
You will also need a web server.
-Apache is certainly the most
-popular, is available for all Unix systems, and works great with
-Mailman.
-
-
To install Mailman from the sources, you will also need an ANSI C
-compiler. The
-GNU C compiler
-gcc 2.8.1 or later is known to work well.
+
You must have a mail server (MTA) that you can send messages to, and a
+web server that supports the CGI/1.1 API.
+Apache makes a fine choice
+for web server, and MTAs such as
+Postfix,
+Exim,
+Sendmail, and
+qmail
+should work just fine.
+
+
You will need an ANSI C compiler to build Mailman's security
+wrappers. The
+GNU C compiler
+gcc 2.8.1 or later is known to work
+well.
diff --git a/admin/www/requirements.html b/admin/www/requirements.html
index 694bd996..f8a86d3e 100644
--- a/admin/www/requirements.html
+++ b/admin/www/requirements.html
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/html4/loose.dtd" >
-
+
diff --git a/admin/www/security.ht b/admin/www/security.ht
index 249b7745..afe39420 100644
--- a/admin/www/security.ht
+++ b/admin/www/security.ht
@@ -12,8 +12,8 @@ This is a closed list that reaches the core Mailman developers.
- CAN-2005-0202 -- This is a very serious issue affecting the Mailman
-2.1 series up to and including version 2.1.5. Mailman 2.1.6 is not
-affected. This issue can allow for the leakage of member passwords.
+2.1 series up to and including version 2.1.5. Mailman 2.1.6 is not
+affected. This issue can allow for the leakage of member passwords.
A quick, immediate fix is to remove the /usr/local/mailman/cgi-bin/private
executable. However, this will break any private archives your lists may be
@@ -36,4 +36,9 @@ will be informed of their new passwords.
Credit goes to Marcus Meissner for finding this issue.
+
+- Mailman 2.1.6 -- allows for more cryptographically secure (but less
+user-friendly) list admin and auto-generated user passwords. Also, a
+potential cross-site scripting hole has been closed.
+
diff --git a/admin/www/security.html b/admin/www/security.html
index e1db9082..0bfbe3cf 100644
--- a/admin/www/security.html
+++ b/admin/www/security.html
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/html4/loose.dtd" >
-
+
diff --git a/admin/www/site.html b/admin/www/site.html
index 962843b3..8f7c463d 100644
--- a/admin/www/site.html
+++ b/admin/www/site.html
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/html4/loose.dtd" >
-
+
-
+
-
+
2.1.6rc4,
+2.1.6,
released on
-14-May-2005)
+30-May-2005
is the latest stable release. See also information on
previous version if you're not yet ready to
upgrade.
diff --git a/admin/www/version.html b/admin/www/version.html
index 9930093c..186598d8 100644
--- a/admin/www/version.html
+++ b/admin/www/version.html
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/html4/loose.dtd" >
-
+
2.1.6rc4,
+2.1.6,
released on
-14-May-2005)
+30-May-2005
is the latest stable release. See also information on
previous version if you're not yet ready to
upgrade.
--
cgit v1.2.3