diff options
author | Mathieu Blondel <mathieu@mblondel.org> | 2010-08-02 04:38:44 +0000 |
---|---|---|
committer | Mathieu Blondel <mathieu@mblondel.org> | 2010-08-02 04:38:44 +0000 |
commit | 361de7ea96a29b9c69550678bdfb4a387e460f8b (patch) | |
tree | 3b217753979129e67ed44c1828a4420045b97572 | |
parent | 3d2bd374fee7303334147af5647bdb0b7720091f (diff) | |
download | wikipediafs-361de7ea96a29b9c69550678bdfb4a387e460f8b.tar.gz |
Update ChangeLog and NEWS with user visible changes for 0.4.
git-svn-id: http://svn.code.sf.net/p/wikipediafs/code/trunk@73 59acd704-e115-0410-a914-e735a229ed7c
-rw-r--r-- | ChangeLog | 23 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 29 insertions, 0 deletions
@@ -1,3 +1,26 @@ +=== WikipediaFS 0.4 === + +2010-05-12 Zephaniah E. Loss-Cutler-Hull <mercury@users.sourceforge.net> + +- If a write attempt fails, try to log back in once and writing again, + instead of immediately failing. + +- Additional debugging under the debug log level. + +- Support for the new login controls for MediaWiki 1.15.3. + +2009-09-17 Zephaniah E. Loss-Cutler-Hull <mercury@users.sourceforge.net> + +- Added a "login-cache-time" option in the config file in order to + control how long we cache the login session. + +- Report mtime for stats of files. + +- Report back to the application when a write fails, to prevent data + loss. + +- Quite a bit of additional debug logging, if you turn debug logging on. + 2009-03-27 Mathieu Blondel <mblondel@users.sourceforge.net> - Made logging more flexible (user.py). @@ -1,3 +1,9 @@ +=== WikipediaFS 0.4 === + +- Fixed support for MediaWiki 1.15.3 and later. +- Much more robust against data loss due to various write failures. +- Now reports all write failures to the application. + === WikipediaFS 0.3 === - Compatible with new fuse-python API |