[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Bump version to 0.0.6rc1
Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv14860
Modified Files:
README setup.py
Log Message:
Bump version to 0.0.6rc1
Index: README
===================================================================
RCS file: /home/minion/cvsroot/src/minion/README,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- README 8 Dec 2003 04:55:43 -0000 1.63
+++ README 8 Dec 2003 06:45:28 -0000 1.64
@@ -1,6 +1,6 @@
$Id$
======================================================================
-This is Mixminion version 0.0.6alpha, from the Mixminion CVS repository.
+This is Mixminion version 0.0.6rc1, from the Mixminion CVS repository.
CONTENTS:
I. Overview
@@ -223,10 +223,10 @@
First, make sure that you're running Win98 or later.
- Download XXXX, and unpack it anywhere you like. It will create a
- directory named 'XXXX'.
+ Download 'mixminion-v006rc1-win32.zip", and unpack it anywhere you like.
+ It will create a directory named 'mixminion'.
- Use mixminion.exe as your command-line client.
+ Use mixminion.exe from that directory as your command-line client.
NOTE TO ALL WINDOWS USERS: This is the first version of Mixminion to
support native Win32 operations. As such, you should consider it even
@@ -240,8 +240,8 @@
First, make sure that you have the latest official release of Python 2.3
installed. As of 5 Dec 2003, this is 2.3.2.
- Download and run XXXX. It will unpack its files into your Python
- directory.
+ Download and run "mixminion-v0.0.6rc1.win32-py2.3.exe". It will unpack
+ its files into your Python directory.
The script to invoke Mixminion will be stored in the 'Scripts'
subdirectory of your Python directory. Whenever the instructions below
@@ -286,7 +286,7 @@
Or you can make a windows installer for users with Python:
- python setup.py bdist_windows
+ python setup.py bdist_wininst
Or, if you have the py2exe package installed, you can make a standalone
binary that people can run without installing Python:
Index: setup.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/setup.py,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- setup.py 4 Dec 2003 05:02:49 -0000 1.83
+++ setup.py 8 Dec 2003 06:45:28 -0000 1.84
@@ -6,9 +6,9 @@
#
# Current Mixminion version
#
-VERSION = '0.0.6alpha2'
+VERSION = '0.0.6rc1'
# System: 0==alpha, 50==beta, 98=pre, 99==release candidate, 100==release
-VERSION_INFO = (0,0,6,0,2)
+VERSION_INFO = (0,0,6,99,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.