summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-12 19:45:18 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-12 19:45:18 +0000
commite3e348612258dbafa195f88cde2d42c734755ef9 (patch)
tree84af17dc03a01eae8d0894d0ef555eb20d8ef83c /ChangeLog
parent8d3bdaec3a50d8ef38a074958e92e77eea7ee563 (diff)
downloadpyfilesystem-e3e348612258dbafa195f88cde2d42c734755ef9.tar.gz
Added fsmount command, made memroyfs work with threads
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@550 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb06340..9745af5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -63,4 +63,8 @@
* Separated behaviour of setcontents and createfile
* Added a getmmap to base
* Added command line scripts fsls, fstree, fscat, fscp, fsmv
+ * Added command line scripts fsmkdir, fsmount
+ * Made automatically pick up keys if no other authentication is available
+ * Optimized listdir and listdirinfo in SFTPFS
+ * Made memoryfs work with threads