[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[minion-cvs] Fix typo noticed by peter; set version to 0.0.2.1



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

Modified Files:
	TODO setup.py 
Log Message:
Fix typo noticed by peter; set version to 0.0.2.1

Index: TODO
===================================================================
RCS file: /home/minion/cvsroot/src/minion/TODO,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- TODO	7 Jan 2003 06:12:47 -0000	1.57
+++ TODO	8 Jan 2003 03:58:30 -0000	1.58
@@ -12,11 +12,11 @@
 
 For 0.0.3:
         - Client support for reply blocks.
-        - Better command breakdown for pulling directories.
+        o Better command breakdown for pulling directories.
         - Saner retry logic
         - Consider linewrap protection on server descriptors, if demand
           warrants.
-        - Uninstall support?
+        . Uninstall support?
         - Statistics of some kind
         - Good user error reporting strategy.
         - Faster (adjustable?) timeout on client connect failure.

Index: setup.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/setup.py,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- setup.py	7 Jan 2003 19:16:26 -0000	1.34
+++ setup.py	8 Jan 2003 03:58:31 -0000	1.35
@@ -22,7 +22,7 @@
 
 os.umask(022)
 
-VERSION= '0.0.3alpha'
+VERSION= '0.0.2.1'
 
 USE_OPENSSL=1
 
@@ -145,7 +145,7 @@
     if os.path.exits("/etc/debian_version"):
         v = sys.version[:3]
         print "Debian may expect you to install python%s-dev"%v
-    elif os.path.exists("etc/redhat-release"):
+    elif os.path.exists("/etc/redhat-release"):
         print "Redhat may need to install python2-devel"
     else:
         print "You may be missing some 'python development' package for your"