[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] Final changes before 0.0.4rc1, I think.



Update of /home/minion/cvsroot/src/minion/lib/mixminion/directory
In directory moria.mit.edu:/tmp/cvs-serv19163/lib/mixminion/directory

Modified Files:
	ServerList.py 
Log Message:
Final changes before 0.0.4rc1, I think.

setup.py, __init__.py, ServerList.py:
* Bump version to 0.0.4rc1

ClientMain.py:
* Fix bug that made 'mixminion list-servers' list every good server twice.

Common.py, test.py, testSupport.py, ClientMain.py, ServerMain.py, Common.py:
* Start of code to allow users to override directory warnings


Index: ServerList.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/directory/ServerList.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- ServerList.py	30 May 2003 02:18:12 -0000	1.25
+++ ServerList.py	30 May 2003 03:07:56 -0000	1.26
@@ -35,8 +35,8 @@
 from mixminion.ServerInfo import ServerDirectory, ServerInfo, \
      _getDirectoryDigestImpl
 
-ACCEPTABLE_CLIENT_VERSIONS = "0.0.4alpha3"
-ACCEPTABLE_SERVER_VERSIONS = "0.0.4alpha3"
+ACCEPTABLE_CLIENT_VERSIONS = "0.0.4alpha3 0.0.4rc1"
+ACCEPTABLE_SERVER_VERSIONS = "0.0.4rc1"
 
 for vl in (ACCEPTABLE_CLIENT_VERSIONS.split(),
            ACCEPTABLE_SERVER_VERSIONS.split()):