summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authoretobi <git@e-tobi.net>2011-10-03 22:45:11 +0200
committeretobi <git@e-tobi.net>2011-10-04 08:09:45 +0200
commit2341a0fd8342dd2b352a57da45c4f03e72a89e9d (patch)
tree712d2212bb4e38840306f7af62c5631c06f59364 /HISTORY
parent6b19d2ce6a3c4e0aab38cd9624e8bcfed84b992e (diff)
downloadvdrnfofs-2341a0fd8342dd2b352a57da45c4f03e72a89e9d.tar.gz
vdrnfofs-2341a0fd8342dd2b352a57da45c4f03e72a89e9d.tar.bz2
Use cStringIO instead of string concatenation - about 3 times faster
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY8
1 files changed, 6 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 6ce6aa4..cd02a51 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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