[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[minion-cvs] Rename foo-server to server-foo; retain old variants wi...
Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv17256
Modified Files:
README TODO
Log Message:
Rename foo-server to server-foo; retain old variants with a warning
Index: README
===================================================================
RCS file: /home/minion/cvsroot/src/minion/README,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- README 14 Feb 2003 17:51:24 -0000 1.33
+++ README 19 Feb 2003 03:41:22 -0000 1.34
@@ -1,6 +1,6 @@
$Id$
======================================================================
-This is Mixminion version 0.0.3rc1.
+This is Mixminion version 0.0.3rc2.
WARNING! Mixminion 0.0.3 breaks backward compatibility with version 0.0.2.
Versions older than 0.0.3 are no longer supported; you should upgrade now.
@@ -43,6 +43,21 @@
II. WHAT'S NEW IN THIS VERSION?
===============================
+NEW IN VERSION 0.0.3rc2:
+ Numerous bugfixes, including:
+ - More verbose client locking
+ - More reasonable log messages
+ - Better messages on missing openssl
+ - Improved documentation
+ - Better support for confused permissions on build
+ - Better errors on failing directory retrieval
+ - Less verbose description of reply blocks skipped.
+ - Base64 encoding should no longer get corrupted by outlook
+ - Fix nasty race on queue cleaning.
+ - The code compiles (but doesn't run) under cygwin.
+ New features:
+ - mixminion stop-server and mixminion reload-server commands.
+
NEW IN VERSION 0.0.3rc1:
CLIENT:
@@ -424,10 +439,10 @@
{This step will be more automated in later versions.}
To shut down a server:
- mixminion stop-server [-f configfile]
+ mixminion server-stop [-f configfile]
To make a server reload its configuration:
- mixminion reload-server [-f configfile]
+ mixminion server-reload [-f configfile]
(Right now, this just closes and re-opens the log files.)
Index: TODO
===================================================================
RCS file: /home/minion/cvsroot/src/minion/TODO,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- TODO 17 Feb 2003 16:14:27 -0000 1.81
+++ TODO 19 Feb 2003 03:41:22 -0000 1.82
@@ -169,17 +169,18 @@
o Document how to use new features
o Installation insns for weird OpenSSL situations
o Note that we break backward compatibility
- - Release
+ . Release
o Resolve XXXX003's.
o Better (more prominent) error messages when missing
openssl.
- Better errors when missing pythondev.
- . Figure out flock problem. at least say, "blocking on
+ o Figure out flock problem. at least say, "blocking on
pid #x".
o Add 'stop-server', 'reload-server' functions.
o Rename 'reload-server'
- - Come up with way to deal with servers as they
+ o Come up with way to deal with servers as they
upgrade.
+ o Rename X-server to server-X.
- Go over CVS commit logs for all contents of 'what's
new?'
@@ -205,6 +206,7 @@
- Security:
- Password-protect dirserver keys
- Code to generate dummy packets. ????
+ - Support multiple SURB keys.
- Configurability
- Put pid and lock and key and queues in different
places; coalesce pid and lock.