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

[minion-cvs] Bump version to 0.0.5.2



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

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

Index: README
===================================================================
RCS file: /home/minion/cvsroot/src/minion/README,v
retrieving revision 1.59.2.2
retrieving revision 1.59.2.3
diff -u -d -r1.59.2.2 -r1.59.2.3
--- README	16 Sep 2003 15:06:20 -0000	1.59.2.2
+++ README	27 Oct 2003 13:26:44 -0000	1.59.2.3
@@ -1,6 +1,6 @@
 $Id$
 ======================================================================
-This is Mixminion version 0.0.5.1.
+This is Mixminion version 0.0.5.2.
 
 CONTENTS:
         I.    Overview
@@ -38,6 +38,15 @@
 II. WHAT'S NEW IN THIS VERSION?
 ===============================
 
+NEW IN VERSION 0.0.5.2:
+   - Better recovery from files corrupted due to a crash or otherwise.
+   - Don't crash on systems where DBM is the preferred database.
+   - Clients tolerate and detect timed-out TLS connections better.
+   - Don't crash server on certain kinds of MMTP failure.
+   - Don't crash server with fragmented delivery on SIGHUP.
+   - Fix race conditions in fragmented delivery.
+   - Better errors on failed TLS connect.
+
 NEW IN VERSION 0.0.5.1:
    - Allow exit servers to decide whether to support user-supplied from
      addresses.
@@ -131,9 +140,9 @@
 
 The quick version.
 ------------------
-  <download and unpack http://www.mixminion.net/dist/Mixminion-0.0.5.1.tar.gz>
+  <download and unpack http://www.mixminion.net/dist/Mixminion-0.0.5.2.tar.gz>
 
-  % cd Mixminion-0.0.5.1
+  % cd Mixminion-0.0.5.2
   % make download-openssl
   % make build-openssl
   % make

Index: setup.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/setup.py,v
retrieving revision 1.77.2.1
retrieving revision 1.77.2.2
diff -u -d -r1.77.2.1 -r1.77.2.2
--- setup.py	12 Sep 2003 15:47:11 -0000	1.77.2.1
+++ setup.py	27 Oct 2003 13:26:45 -0000	1.77.2.2
@@ -6,9 +6,9 @@
 #
 #   Current Mixminion version
 #
-VERSION = '0.0.5.1'
+VERSION = '0.0.5.2'
 # System: 0==alpha, 50==beta, 98=pre, 99==release candidate, 100==release
-VERSION_INFO = (0,0,5,100,1)
+VERSION_INFO = (0,0,5,100,2)
 
 # 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.