summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw1999-06-14 20:16:39 +0000
committerbwarsaw1999-06-14 20:16:39 +0000
commitd1ac66427120d682ee090bcc2086a20a481ebb7f (patch)
tree5e274f962297607d306d37203a43437cec8bf2de
parent91a63dec78462c868ca1d8f7cd1cb9042168f886 (diff)
downloadmailman-d1ac66427120d682ee090bcc2086a20a481ebb7f.tar.gz
mailman-d1ac66427120d682ee090bcc2086a20a481ebb7f.tar.zst
mailman-d1ac66427120d682ee090bcc2086a20a481ebb7f.zip
Bumping revnum to 1.0rc2
-rw-r--r--Mailman/Defaults.py.in2
-rw-r--r--admin/www/index.html4
-rw-r--r--admin/www/todo.html5
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
<p>The first GNU release is not out yet. For now, you can get the last
pre-GNU beta release
-(<!-VERSION--->1.0rc1<!-VERSION--->,
-released <!-DATE--->May 4 1999<!-DATE--->)
+(<!-VERSION--->1.0rc2<!-VERSION--->,
+released <!-DATE--->Jun 14 1999<!-DATE--->)
<A HREF="mailman.tar.gz">here</a>.
</td>
</tr>
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 @@
<A NAME=c1><H3>Bugs</H3>
<UL>
<LI> "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)</LI>
+<LI> Treat corrupted queue files more gracefully.</LI>
</UL>
<A NAME=c2><H3>Documentation</H3>
<UL>
@@ -57,6 +58,7 @@
<LI> All the list-admin to require approvals for unsubs</LI>
<LI> Allow the admin to disable option settings by users</LI>
<LI> Allow the admin to easily "retire" a list, both through the Web or email commands.</LI>
+<LI> Ability to set defaults for the various user settings from the "Membership Management" page. </LI>
<LI> Allow admins to control and set individual headers, adding, removing, or overriding those in the original message (sometimes very useful, but could be dangerous!)</LI>
<LI> member management page should display case-preserved email addresses (but still sort case-insensitively).</LI>
</UL>
@@ -112,7 +114,7 @@
<LI> Use the re module where regexp and regsub are used.</LI>
<LI> Refine any remaining unqualified exception guards to specify target exceptions, when appropriate.</LI>
<LI> Turn standard mailman exceptions into class exceptions. (In particular, categorize into, eg, message-hold vs other sorts of exceptions.)</LI>
-<LI> Make error messages indicate the file, maillist, etc at fault, when possible.</LI>
+<LI> Make error messages indicate the file, mailing list, etc at fault, when possible.</LI>
<LI> Seperate edit-options from the subscribe script.</LI>
<LI> Remove dead code, etc.</LI>
</UL>
@@ -125,5 +127,6 @@
<LI> Refine locking to lock only necessary sections to get rid of superfluous contention.</LI>
<LI> 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...</LI>
<LI> Need to go through and verify there are no obvious security problems.</LI>
+<LI> Restrict file and directory permissions as much as possible without breaking Mailman functionality.</LI>
</UL>
</BODY></HTML>