Updated Change List (markdown)

chrislusf 2015-03-29 11:46:44 -07:00
parent 2576682a48
commit cd53186260

@ -9,6 +9,7 @@ This file contains list of recent changes, important features, usage changes, da
3. Change master if master leader changes. 3. Change master if master leader changes.
4. Correctly handle .tar.gz file uploads, avoiding auto unzip. 4. Correctly handle .tar.gz file uploads, avoiding auto unzip.
5. Avoid wrong way to handle write failure for replicated writes, which could lead to volume .dat file format error. 5. Avoid wrong way to handle write failure for replicated writes, which could lead to volume .dat file format error.
6. Support in-memory/leveldb/boltdb mode tuning for memory/performance balance.
## v0.68 ## v0.68
@ -246,4 +247,4 @@ weed volume -dir="/tmp" -volumes=0-4 -mserver="localhost:9333" -port=8080 -publi
And more new commands, in addition to "server","volume","fix", etc, will be added. And more new commands, in addition to "server","volume","fix", etc, will be added.
This provides a simple deliverable file, and the file size is much smaller since Go language statically compile the commands. Combining commands into one file would avoid lots of duplication. This provides a simple deliverable file, and the file size is much smaller since Go language statically compile the commands. Combining commands into one file would avoid lots of duplication.