blob: 8e2fcddf6c46225d447583c02eeff2aa98455e5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
version 0.8
- Use cStringIO instead of string concatenation - about 3 times faster
(Patch provided by Ed Hein)
- Fixed license header in source files - it's the BSD licence now!
- Set mtime of file nodes to recording time (parsed from *.rec)
- Added homepage http://projects.vdr-developer.org/projects/vdrnfofs
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.6
- inital release
|