]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
docs: update relnotes, running.html
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 14 Feb 2008 15:54:34 +0000 (08:54 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 14 Feb 2008 15:54:34 +0000 (08:54 -0700)
docs/running.html
relnotes.txt

index cce50a52ab43bbff3dd4d417e09b29dea6465b0f..f052d38df5a4ab7b8bde113f222d1df14ea0abce 100644 (file)
@@ -43,7 +43,7 @@
     the URL which the nodes must use in order to connect to this
     introducer.</p>
 
-    <h2>Run</h2>
+    <h2>Do Stuff With It</h2>
 
     <p>Now you have a decentralized filesystem.  See <a href="using.html">using.html</a> for instructions about how to interact with it.</p>
 
index 9cc750d6c00846fd4049b7ad754ed126a5a1b66c..23971ef89dad12ba273691b63434a558bfbd6715 100644 (file)
@@ -21,9 +21,9 @@ consumer backup product from Allmydata, Inc. -- http://allmydata.com .
 
 Since v0.7 we've made the following changes:
 
- * Add an upload/download helper, with resumption and short-circuiting
-   of upload if the file is already uploaded (tickets #116, #258,
-   #218).
+ * Add an upload helper, with resumption of incomplete uploads and
+   short-circuiting of uploads if the file is already present (tickets
+   #116, #258, #218).
 
  * Add a preliminary Microsoft Windows package (ticket #195).
 
@@ -33,13 +33,15 @@ Since v0.7 we've made the following changes:
 
  * Display information about uploads and downloads (ticket #39).
 
- * Add unit tests and docs for contrib/fuse.
+ * Add unit tests and docs for contrib/fuse (ticket #255).
 
  * Update docs, starting with docs/about.html --
    http://allmydata.org/source/tahoe/trunk/docs/about.html .
 
- * Improve logging, diagnostic tools, statistics, timing of upload
-   performance, etc..
+ * Improve logging, diagnostic tools, statistics, timing measurements
+   during upload, etc..
+
+ * Add mtime and ctime timestamps to files (ticket #183).
 
  * Make upload continue even if some servers disappear during the
    upload process.
@@ -53,6 +55,9 @@ Since v0.7 we've made the following changes:
    mutable files if a long series of unlikely coincidences and hacked
    clients occurred (ticket #312).
 
+ * Add more measurements of performance:
+   http://allmydata.org/trac/tahoe/wiki/Performance .
+
 
 WHAT IS IT GOOD FOR?