aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Blondel <mathieu@mblondel.org>2010-08-02 04:38:44 +0000
committerMathieu Blondel <mathieu@mblondel.org>2010-08-02 04:38:44 +0000
commit361de7ea96a29b9c69550678bdfb4a387e460f8b (patch)
tree3b217753979129e67ed44c1828a4420045b97572
parent3d2bd374fee7303334147af5647bdb0b7720091f (diff)
downloadwikipediafs-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--ChangeLog23
-rw-r--r--NEWS6
2 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd0ee3a..07f1dd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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).
diff --git a/NEWS b/NEWS
index 99026e2..b1f7e34 100644
--- a/NEWS
+++ b/NEWS
@@ -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