From d1ac66427120d682ee090bcc2086a20a481ebb7f Mon Sep 17 00:00:00 2001
From: bwarsaw
Date: Mon, 14 Jun 1999 20:16:39 +0000
Subject: Bumping revnum to 1.0rc2
---
Mailman/Defaults.py.in | 2 +-
admin/www/index.html | 4 ++--
admin/www/todo.html | 5 ++++-
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index 665f1ca72..9fce8c50a 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -300,7 +300,7 @@ PUBLIC_ARCHIVE_FILE_DIR = os.path.join(PREFIX, 'archives/public')
PRIVATE_ARCHIVE_FILE_DIR = os.path.join(PREFIX, 'archives/private')
# The Mailman version, also set by configure
-VERSION = "1.0rc1"
+VERSION = "1.0rc2"
# Data file version number
DATA_FILE_VERSION = 14
diff --git a/admin/www/index.html b/admin/www/index.html
index 5bc533192..07987fc9b 100644
--- a/admin/www/index.html
+++ b/admin/www/index.html
@@ -52,8 +52,8 @@ Before you can run Mailman, you need to download and install the
The first GNU release is not out yet. For now, you can get the last
pre-GNU beta release
-(1.0rc1,
-released May 4 1999)
+(1.0rc2,
+released Jun 14 1999)
here.
diff --git a/admin/www/todo.html b/admin/www/todo.html
index 68f39d485..346a4c32e 100644
--- a/admin/www/todo.html
+++ b/admin/www/todo.html
@@ -20,6 +20,7 @@
Bugs
- "Stale" addresses don't update properly when new bounces come in (stale means we had some bounces, but delivery to that address started working again before we booted them from the list)
+- Treat corrupted queue files more gracefully.
Documentation
@@ -57,6 +58,7 @@
- All the list-admin to require approvals for unsubs
- Allow the admin to disable option settings by users
- Allow the admin to easily "retire" a list, both through the Web or email commands.
+- Ability to set defaults for the various user settings from the "Membership Management" page.
- Allow admins to control and set individual headers, adding, removing, or overriding those in the original message (sometimes very useful, but could be dangerous!)
- member management page should display case-preserved email addresses (but still sort case-insensitively).
@@ -112,7 +114,7 @@
Use the re module where regexp and regsub are used.
Refine any remaining unqualified exception guards to specify target exceptions, when appropriate.
Turn standard mailman exceptions into class exceptions. (In particular, categorize into, eg, message-hold vs other sorts of exceptions.)
- Make error messages indicate the file, maillist, etc at fault, when possible.
+ Make error messages indicate the file, mailing list, etc at fault, when possible.
Seperate edit-options from the subscribe script.
Remove dead code, etc.
@@ -125,5 +127,6 @@
Refine locking to lock only necessary sections to get rid of superfluous contention.
Implement member profiles, using a class to store name, organization, description, etc, and default option settings. The lists still can have their own data, but the user can set defaults in their profile...
Need to go through and verify there are no obvious security problems.
+ Restrict file and directory permissions as much as possible without breaking Mailman functionality.