diff options
author | etobi <git@e-tobi.net> | 2011-10-03 22:45:11 +0200 |
---|---|---|
committer | etobi <git@e-tobi.net> | 2011-10-04 08:09:45 +0200 |
commit | 2341a0fd8342dd2b352a57da45c4f03e72a89e9d (patch) | |
tree | 712d2212bb4e38840306f7af62c5631c06f59364 /HISTORY | |
parent | 6b19d2ce6a3c4e0aab38cd9624e8bcfed84b992e (diff) | |
download | vdrnfofs-2341a0fd8342dd2b352a57da45c4f03e72a89e9d.tar.gz vdrnfofs-2341a0fd8342dd2b352a57da45c4f03e72a89e9d.tar.bz2 |
Use cStringIO instead of string concatenation - about 3 times faster
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,9 +1,13 @@ -version 0.0.7 +version 0.8 + - Use cStringIO instead of string concatenation - about 3 times faster + (Patch provided by Ed Hein) + +version 0.7 - Fixed file/dir node permissions - Added README - BSD Licence - Added TODO and HISTORY - Enable "./setup.py test" for running the tests -version 0.0.6 +version 0.6 - inital release |