aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMathieu Blondel <mathieu@mblondel.org>2007-05-21 20:40:57 +0000
committerMathieu BlondelMathieu Blondel <mathieu@mblondel.orgmathieu@mblondel.org>2007-05-21 20:40:57 +0000
commit79d8fbb8e5f0b06dcfe41d47501969518576a3b2 (patch)
tree1044e19e50f787a419dfd92cf1b5e7a429b5de66 /ChangeLog
parent85caf57045760aff98b71af46fcff65478b97e17 (diff)
downloadwikipediafs-79d8fbb8e5f0b06dcfe41d47501969518576a3b2.tar.gz
- Introduced MetaDir (metadir.py).
MetaDir allows to associate one directory with one class. Therefore each directory can define its own behaviour in its own class. It creates a higher level API so that we do not have do deal with inodes and other low level data structures. It takes care of editor files which can be a pain to deal with otherwise. - Added fs.py, the actual logic of the file system, which uses MetaDir. - Renamed the logger and config global variables to LOGGER and CONFIG resp. in order to prevent confusion. - Set default cache time to 30 seconds instead of 300 seconds. Too big cache time may cause edit conflicts with people editing the same article. git-svn-id: http://svn.code.sf.net/p/wikipediafs/code/branches/fuse-python-new-api@30 59acd704-e115-0410-a914-e735a229ed7c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52e1a06..239c395 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2007-05-21 Mathieu Blondel <mblondel@users.sourceforge.net>
+
+- Introduced MetaDir (metadir.py).
+
+MetaDir allows to associate one directory with one class.
+Therefore each directory can define its own behaviour in its own class.
+It creates a higher level API so that we do not have do deal with
+inodes and other low level data structures.
+It takes care of editor files which can be a pain to deal with otherwise.
+
+- Added fs.py, the actual logic of the file system, which uses MetaDir.
+
+- Renamed the logger and config global variables to LOGGER and CONFIG resp. in
+order to prevent confusion.
+
+- Set default cache time to 30 seconds instead of 300 seconds. Too big cache
+time may cause edit conflicts with people editing the same article.
+
2007-05-19 Mathieu Blondel <mblondel@users.sourceforge.net>
- Added a debug mode option in the config.