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

[minion-cvs] Bump version to 0.0.5.3



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

Modified Files:
      Tag: mixminion-v0-0-5-patches
	README setup.py 
Log Message:
Bump version to 0.0.5.3

Index: README
===================================================================
RCS file: /home/minion/cvsroot/src/minion/README,v
retrieving revision 1.59.2.3
retrieving revision 1.59.2.4
diff -u -d -r1.59.2.3 -r1.59.2.4
--- README	27 Oct 2003 13:26:44 -0000	1.59.2.3
+++ README	31 Oct 2003 01:30:00 -0000	1.59.2.4
@@ -1,6 +1,6 @@
 $Id$
 ======================================================================
-This is Mixminion version 0.0.5.2.
+This is Mixminion version 0.0.5.3.
 
 CONTENTS:
         I.    Overview
@@ -37,6 +37,10 @@
 
 II. WHAT'S NEW IN THIS VERSION?
 ===============================
+
+NEW IN VERSION 0.0.5.3:
+   - An SSL bug has been corrected that prevented 0.0.5.2 servers from
+     relaying messages to servers running versions 0.0.5.1 and earlier.
 
 NEW IN VERSION 0.0.5.2:
    - Better recovery from files corrupted due to a crash or otherwise.

Index: setup.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/setup.py,v
retrieving revision 1.77.2.2
retrieving revision 1.77.2.3
diff -u -d -r1.77.2.2 -r1.77.2.3
--- setup.py	27 Oct 2003 13:26:45 -0000	1.77.2.2
+++ setup.py	31 Oct 2003 01:30:00 -0000	1.77.2.3
@@ -6,9 +6,9 @@
 #
 #   Current Mixminion version
 #
-VERSION = '0.0.5.2'
+VERSION = '0.0.5.3'
 # System: 0==alpha, 50==beta, 98=pre, 99==release candidate, 100==release
-VERSION_INFO = (0,0,5,100,2)
+VERSION_INFO = (0,0,5,100,3)
 
 # Check the version.  We need to make sure version_info exists before we
 # compare to it: it was only added as of Python version 1.6.