[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Bump version numbers
Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv25720
Modified Files:
README setup.py
Log Message:
Bump version numbers
Index: README
===================================================================
RCS file: /home/minion/cvsroot/src/minion/README,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- README 10 Jun 2003 14:28:17 -0000 1.49
+++ README 12 Jun 2003 04:08:09 -0000 1.50
@@ -1,6 +1,6 @@
$Id$
======================================================================
-This is Mixminion version 0.0.4, release candidate 4.
+This is Mixminion version 0.0.4.
WARNING! Mixminion 0.0.4 breaks backward compatibility with version 0.0.3.
Versions older than 0.0.3 are no longer supported; you should upgrade now.
@@ -41,6 +41,11 @@
II. WHAT'S NEW IN THIS VERSION?
===============================
+NEW IN FINAL 0.0.4 release:
+ BUGFIXES:
+ - Fixed a bug that would sometimes give a useless error message when
+ trying to build a message with a too-long path.
+
NEW IN VERSION 0.0.4rc4:
BUGFIXES:
- Improved error message on nonexistent directory.
@@ -219,9 +224,9 @@
The quick version.
------------------
- <download and unpack http://www.mixminion.net/dist/Mixminion-0.0.4rc4.tar.gz>
+ <download and unpack http://www.mixminion.net/dist/Mixminion-0.0.4.tar.gz>
- % cd Mixminion-0.0.4rc4
+ % cd Mixminion-0.0.4
% make download-openssl
% make build-openssl
% make
Index: setup.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/setup.py,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- setup.py 10 Jun 2003 10:40:20 -0000 1.61
+++ setup.py 12 Jun 2003 04:08:13 -0000 1.62
@@ -6,9 +6,9 @@
#
# Current Mixminion version
#
-VERSION = '0.0.4rc4'
+VERSION = '0.0.4'
# System: 0==alpha, 50==beta, 99==release candidate, 100==release
-VERSION_INFO = (0,0,4,99,4)
+VERSION_INFO = (0,0,4,100,-1)
# 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.