]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
pyfec: update README and bump version number to 0.9.9-0-STABLE
authorZooko O'Whielacronx <zooko@zooko.com>
Sat, 14 Apr 2007 19:02:18 +0000 (12:02 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Sat, 14 Apr 2007 19:02:18 +0000 (12:02 -0700)
pyfec/README.txt
pyfec/fec/__init__.py

index 74201663d3c4f30e87cb77b5cb089b66c2652ebd..fc108a87262b1fe829e00c61c59063853712f2ed 100644 (file)
@@ -147,8 +147,8 @@ objects (e.g. Python strings) to hold the data that you pass to pyfec.
 The filefec.py module which has a utility function for efficiently reading a
 file and encoding it piece by piece.
 
-The bin/ directory contains two commandline tools "fec" and "unfec".  See
-their usage strings for details.
+The bin/ directory contains two Unix-style, command-line tools "fec" and 
+"unfec".  See their usage strings for details.
 
 
  * Dependencies
@@ -179,17 +179,17 @@ Thanks to the author of the original fec lib, Luigi Rizzo, and the folks that
 contributed to it: Phil Karn, Robert Morelos-Zaragoza, Hari Thirumoorthy, and
 Dan Rubenstein.  Thanks to the Mnet hackers who wrote an earlier Python
 wrapper, especially Myers Carpenter and Hauke Johannknecht.  Thanks to Brian
-Warner for help with the API, documentation, debugging, and unit tests.
-Thanks to the creators of GCC (starting with Richard M.  Stallman) and
-Valgrind (starting with Julian Seward) for a pair of excellent tools.  Thanks
-to my coworkers at Allmydata -- http://allmydata.com -- Fabrice Grinda, Peter
-Secor, Rob Kinninmont, Brian Warner, Zandr Milewski, Justin Boreta, Mark
-Meras for sponsoring this work and releasing it under a Free Software
-licence.
+Warner and Amber O'Whielacronx for help with the API, documentation, 
+debugging, compression, and unit tests.  Thanks to the creators of GCC 
+(starting with Richard M. Stallman) and Valgrind (starting with Julian Seward) 
+for a pair of excellent tools.  Thanks to my coworkers at Allmydata -- 
+http://allmydata.com -- Fabrice Grinda, Peter Secor, Rob Kinninmont, Brian 
+Warner, Zandr Milewski, Justin Boreta, Mark Meras for sponsoring this work and 
+releasing it under a Free Software licence.
 
 
 Enjoy!
 
 Zooko Wilcox-O'Hearn
-2007-04-11
+2007-04-14
 Boulder, Colorado
index e4b02f17a973455c070d395ea612239884e29517..1e3baaf3703c205c14696f2298c3f201babdd6fb 100644 (file)
@@ -10,7 +10,7 @@ from util.version import Version
 
 # For an explanation of what the parts of the version string mean,
 # please see pyutil.version.
-__version__ = Version("0.9.0-0-STABLE")
+__version__ = Version("0.9.9-0-STABLE")
 
 # Please put a URL or other note here which shows where to get the branch of
 # development from which this version grew.