From: Zooko O'Whielacronx zooko@zooko.com <zooko@zooko.com>
Date: Thu, 1 Feb 2007 21:49:15 +0000 (+0530)
Subject: pyfec: add ACK and TODO
X-Git-Url: https://git.rkrishnan.org/pf/content/en/service/simplejson/vdrive?a=commitdiff_plain;h=7a0e1ac8d8c86b995daacdb0961f656ee6fb7eae;p=tahoe-lafs%2Fzfec.git

pyfec: add ACK and TODO

darcs-hash:2353fefaabdb98e8f8845f8c0a171e2a96c3aaa7
---

diff --git a/pyfec/README.txt b/pyfec/README.txt
index 53bd10f..5b765dc 100644
--- a/pyfec/README.txt
+++ b/pyfec/README.txt
@@ -146,10 +146,22 @@ about 4.9 million bytes per second and decoded at about 5.8 million bytes per
 second.
 
 
+ * Acknowledgements
+
+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 and documentation.  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-01-30
+2007-08-01
 Boulder, Colorado
-
-
diff --git a/pyfec/TODO b/pyfec/TODO
index f9760eb..30f93ff 100644
--- a/pyfec/TODO
+++ b/pyfec/TODO
@@ -1,3 +1,5 @@
  * try Duff's device in _addmul1()?
  * make sure it compiles with cygwin gcc -mno-cygwin
+ * memory usage analysis
+ * announce on pypi, sf.net, freshmeat, lwn, p2p-hackers
  * try compiling with Microsoft compiler