summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2010-11-04 23:51:00 +0000
committerrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2010-11-04 23:51:00 +0000
commit8d4f5e4195d9b4ceb96df6fb3587dfe22aa4369d (patch)
treea8562e595bf4612780d1fefe6a48c002656c800b /ChangeLog
parent1728ab6be1b8d851f3eef3a46b2f3fed4de4a574 (diff)
downloadpyfilesystem-git-8d4f5e4195d9b4ceb96df6fb3587dfe22aa4369d.tar.gz
adding latest code for TahoeFS
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 1635e33..cfb7948 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,8 +34,9 @@
0.4:
* New FS implementations (under fs.contrib):
- * BigFS: read contents of a BIG file (C&C game file format)
- * DAVFS: access remote files stored on a WebDAV server
+ * BigFS: read contents of a BIG file (C&C game file format)
+ * DAVFS: access remote files stored on a WebDAV server
+ * TahoeFS: access files stored in a Tahoe-LAFS grid
* New fs.expose implementations:
* dokan: mount an FS object as a drive using Dokan (win32-only)
* Modified listdir and walk methods to accept callables as well as strings
@@ -52,7 +53,7 @@
* watch_win32: don't create immortal reference cycles.
* MountFS: added support for mounting at the root directory, and for
mounting over an existing mount.
- * Added 'getpathurl' and 'haspathurl' methods
+ * Added 'getpathurl' and 'haspathurl' methods.
* Added utils.isdir(fs,path,info) and utils.isfile(fs,path,info); these
can often determine whether a path is a file or directory by inspecting
the info dict and avoid an additional query to the filesystem.