mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 15:16:41 +00:00
pyfec: update README and bump version number to 0.9.9-0-STABLE
This commit is contained in:
parent
ee66b02989
commit
f9b0ea3416
@ -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
|
The filefec.py module which has a utility function for efficiently reading a
|
||||||
file and encoding it piece by piece.
|
file and encoding it piece by piece.
|
||||||
|
|
||||||
The bin/ directory contains two commandline tools "fec" and "unfec". See
|
The bin/ directory contains two Unix-style, command-line tools "fec" and
|
||||||
their usage strings for details.
|
"unfec". See their usage strings for details.
|
||||||
|
|
||||||
|
|
||||||
* Dependencies
|
* 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
|
contributed to it: Phil Karn, Robert Morelos-Zaragoza, Hari Thirumoorthy, and
|
||||||
Dan Rubenstein. Thanks to the Mnet hackers who wrote an earlier Python
|
Dan Rubenstein. Thanks to the Mnet hackers who wrote an earlier Python
|
||||||
wrapper, especially Myers Carpenter and Hauke Johannknecht. Thanks to Brian
|
wrapper, especially Myers Carpenter and Hauke Johannknecht. Thanks to Brian
|
||||||
Warner for help with the API, documentation, debugging, and unit tests.
|
Warner and Amber O'Whielacronx for help with the API, documentation,
|
||||||
Thanks to the creators of GCC (starting with Richard M. Stallman) and
|
debugging, compression, and unit tests. Thanks to the creators of GCC
|
||||||
Valgrind (starting with Julian Seward) for a pair of excellent tools. Thanks
|
(starting with Richard M. Stallman) and Valgrind (starting with Julian Seward)
|
||||||
to my coworkers at Allmydata -- http://allmydata.com -- Fabrice Grinda, Peter
|
for a pair of excellent tools. Thanks to my coworkers at Allmydata --
|
||||||
Secor, Rob Kinninmont, Brian Warner, Zandr Milewski, Justin Boreta, Mark
|
http://allmydata.com -- Fabrice Grinda, Peter Secor, Rob Kinninmont, Brian
|
||||||
Meras for sponsoring this work and releasing it under a Free Software
|
Warner, Zandr Milewski, Justin Boreta, Mark Meras for sponsoring this work and
|
||||||
licence.
|
releasing it under a Free Software licence.
|
||||||
|
|
||||||
|
|
||||||
Enjoy!
|
Enjoy!
|
||||||
|
|
||||||
Zooko Wilcox-O'Hearn
|
Zooko Wilcox-O'Hearn
|
||||||
2007-04-11
|
2007-04-14
|
||||||
Boulder, Colorado
|
Boulder, Colorado
|
||||||
|
@ -10,7 +10,7 @@ from util.version import Version
|
|||||||
|
|
||||||
# For an explanation of what the parts of the version string mean,
|
# For an explanation of what the parts of the version string mean,
|
||||||
# please see pyutil.version.
|
# 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
|
# Please put a URL or other note here which shows where to get the branch of
|
||||||
# development from which this version grew.
|
# development from which this version grew.
|
||||||
|
Loading…
Reference in New Issue
Block a user