diff options
| -rw-r--r-- | Mailman/Defaults.py.in | 2 | ||||
| -rw-r--r-- | admin/www/index.html | 4 | ||||
| -rw-r--r-- | admin/www/todo.html | 9 |
3 files changed, 10 insertions, 5 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index a47883297..7afb097e6 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -322,7 +322,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.0.2" +VERSION = "1.1" # Data file version number DATA_FILE_VERSION = 15 diff --git a/admin/www/index.html b/admin/www/index.html index 61b25552c..c455640ae 100644 --- a/admin/www/index.html +++ b/admin/www/index.html @@ -63,9 +63,9 @@ Before you can run Mailman, you need to download and install the programming language (version 1.5 or later)</a>. <p>Version -(<!-VERSION--->1.0<!-VERSION--->, +(<!-VERSION--->1.1<!-VERSION--->, released on -<!-DATE--->Jul 30 1999<!-DATE--->) +<!-DATE--->Nov 5 1999<!-DATE--->) is the first GNU release. It is available <A HREF="mailman.tar.gz">here</a>. diff --git a/admin/www/todo.html b/admin/www/todo.html index 346a4c32e..bccee2c87 100644 --- a/admin/www/todo.html +++ b/admin/www/todo.html @@ -14,7 +14,8 @@ <LI><FONT SIZE=+1><A href=#c10>Bounce handling</A></FONT></LI> <LI><FONT SIZE=+1><A href=#c11>Pipermail + Archiving mechanism</A></FONT></LI> <LI><FONT SIZE=+1><A href=#c12>Code cleanup</A></FONT></LI> -<LI><FONT SIZE=+1><A href=#c13>Misc</A></FONT></LI> +<LI><FONT SIZE=+1><A href=#c13>News</A></FONT></LI> +<LI><FONT SIZE=+1><A href=#c14>Misc</A></FONT></LI> </UL> <HR> <A NAME=c1><H3>Bugs</H3> @@ -118,7 +119,11 @@ <LI> Seperate edit-options from the subscribe script.</LI> <LI> Remove dead code, etc.</LI> </UL> -<A NAME=c13><H3>Misc</H3> +<A NAME=c13><H3>News</H3> +<UL> +<LI> Allow crossposting. This means no errors on duplicate messages, and also avoiding the need to approve separately for each list.</LI> +</UL> +<A NAME=c14><H3>Misc</H3> <UL> <LI> Automatically update aliases again (fix alias wrapper)</LI> <LI> Make the listinfo pages static, and have them regenerate when options are changed, or html is edited.</LI> |
