[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[minion-cvs] First cut at an 0.0.2.2 maintenance release.
Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv7643
Modified Files:
Tag: mixminion-v0-0-2-patches
README setup.py
Log Message:
First cut at an 0.0.2.2 maintenance release.
Index: README
===================================================================
RCS file: /home/minion/cvsroot/src/minion/README,v
retrieving revision 1.25
retrieving revision 1.25.2.1
diff -u -d -r1.25 -r1.25.2.1
--- README 8 Jan 2003 04:16:11 -0000 1.25
+++ README 10 Jan 2003 19:44:45 -0000 1.25.2.1
@@ -1,4 +1,4 @@
-This is Mixminion version 0.0.2.1.
+This is Mixminion version 0.0.2.2.
CONTENTS:
I. Overview
@@ -36,6 +36,12 @@
II. WHAT'S NEW IN THIS VERSION?
===============================
+NEW IN VERSION 0.0.2.2:
+ - Fixed a bug that crashed your server when another server's KeyID was
+ incorrect.
+ - Add minimal handlers for TERM and HUP signals.
+ - Add a disclaimer to main usage message.
+
NEW IN VERSION 0.0.2.1:
- BUGFIX: A nasty bug is fixed that could, under just the right
circumstances, send the server into an infinite loop and fill up your
@@ -93,9 +99,9 @@
The quick version.
------------------
- <download and unpack http://www.mixminion.net/dist/Mixminion-0.0.2.tar.gz>
+ <download and unpack http://www.mixminion.net/dist/Mixminion-0.0.2.2.tar.gz>
- % cd Mixminion-0.0.2
+ % cd Mixminion-0.0.2.2
% make download-openssl
% make build-openssl
% make
@@ -214,7 +220,6 @@
mixminion send -t drop
mixminion send -t drop -P '*,Foo'
mixminion send -t drop -H 8
-
If you need to use a proxy server to use the web you can specify it using the
http_proxy environment variable:
Index: setup.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/setup.py,v
retrieving revision 1.35
retrieving revision 1.35.2.1
diff -u -d -r1.35 -r1.35.2.1
--- setup.py 8 Jan 2003 03:58:31 -0000 1.35
+++ setup.py 10 Jan 2003 19:44:45 -0000 1.35.2.1
@@ -22,7 +22,7 @@
os.umask(022)
-VERSION= '0.0.2.1'
+VERSION= '0.0.2.2'
USE_OPENSSL=1