------------------------------------------------------------
revno: 24
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: admin
timestamp: Mon 2008-06-30 08:28:44 -0700
message:
  Minor change in install manual.  Changes for 2.1.11 and release script.
modified:
  bin/release
  doc/mailman-install.tex
  www/index.ht
  www/index.html

=== modified file 'bin/release'
--- a/bin/release       2007-12-05 22:30:58 +0000
+++ b/bin/release       2008-06-30 15:28:44 +0000
@@ -116,11 +116,15 @@
     tmpdir = tempfile.gettempdir()
     tarball = os.path.join(tmpdir, 'mailman-' + tagname) + '.tgz'
     directive_path = tarball + '.directive'
-    print 'Uploading to SF...'
-    do('ncftpput upload.sf.net incoming %s %s' %
-       (tarball, tarball + '.sig'))
+    print 'Uploading to GNU...'
     do('ncftpput ftp-upload.gnu.org /incoming/ftp %s %s %s' %
        (tarball, tarball + '.sig', directive_path + '.asc'))
+    print """SF no longer supports anonymous FTP uploads. Go to
+
+http://alexandria.wiki.sourceforge.net/File+Release+System+-+Offering+Files+for+Download
+
+for instructions on uploading files. The files to upload are
+%s and %s""" % (tarball, tarball + '.sig')
 
 
 

=== modified file 'doc/mailman-install.tex'
--- a/doc/mailman-install.tex   2007-12-05 22:30:58 +0000
+++ b/doc/mailman-install.tex   2008-06-30 15:28:44 +0000
@@ -758,9 +758,11 @@
     driver = accept
     require_files = MAILMAN_HOME/lists/$local_part/config.pck
     local_part_suffix_optional
-    local_part_suffix = -bounces : -bounces+* : \
-                        -confirm+* : -join : -leave : \
-                        -owner : -request : -admin
+    local_part_suffix = -admin : -bounces : -bounces+* : \
+                        -confirm : -confirm+* : \
+                        -join : -leave : \
+                        -owner : -request : \
+                        -subscribe : -unsubscribe
     transport = mailman_transport
 \end{verbatim}
 % $ - emacs turds
@@ -870,13 +872,11 @@
            ${if and {{match{$local_part}{(.*)-bounces\+.*}} \
                      {exists {MAILMAN_HOME/lists/$1/config.pck}}} \
                 {yes}{no}}
-                {yes}{no}}
 
   accept   condition    = \
            ${if and {{match{$local_part}{(.*)-bounces\+.*}} \
                      {exists {MAILMAN_HOME/lists/$1/config.pck}}} \
                 {yes}{no}}
-                {yes}{no}}
 
   # Now, check sender address with SMTP callback.
   deny   !verify = sender/callout=90s

=== modified file 'www/index.ht'
--- a/www/index.ht      2008-04-21 18:06:39 +0000
+++ b/www/index.ht      2008-06-30 15:28:44 +0000
@@ -35,9 +35,9 @@
 <h3>Current Version</h3>
 
 The current stable GNU Mailman version is
-<!-VERSION--->2.1.10<!-VERSION--->,
+<!-VERSION--->2.1.11<!-VERSION--->,
 released on
-<!-DATE--->21-Apr-2008<!-DATE--->.
+<!-DATE--->30-Jun-2008<!-DATE--->.
 
 <h3>Acknowledgements</h3>
 

=== modified file 'www/index.html'
--- a/www/index.html    2008-04-21 18:06:39 +0000
+++ b/www/index.html    2008-06-30 15:28:44 +0000
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Mon Apr 21 10:41:05 2008 -->
+<!-- Mon Jun 30 08:26:32 2008 -->
 <!-- USING HT2HTML 2.0 -->
 <!-- SEE http://ht2html.sf.net -->
 <!-- User-specified headers:
@@ -187,9 +187,9 @@
 <h3>Current Version</h3>
 
 The current stable GNU Mailman version is
-<!-VERSION--->2.1.10<!-VERSION--->,
+<!-VERSION--->2.1.11<!-VERSION--->,
 released on
-<!-DATE--->21-Apr-2008<!-DATE--->.
+<!-DATE--->30-Jun-2008<!-DATE--->.
 
 <h3>Acknowledgements</h3>
 



--

https://code.launchpad.net/~mailman-administrivia/mailman-administrivia/admin

You are receiving this branch notification because you are subscribed to it.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to