1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-24 11:32:04 +02:00

add doc for 0.75

This commit is contained in:
Chris Lu 2017-05-26 23:01:40 -07:00
parent 82c3ccc8dd
commit e3fc676260
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ SeaweedFS started by implementing [Facebook's Haystack design paper](http://www.
* Optional [filer server][Filer] provides "normal" directories and files via http
* Optionally fix the orientation for jpeg pictures
* Support Etag, Accept-Range, Last-Modified, etc.
* Support in-memory/leveldb/boltdb mode tuning for memory/performance balance.
* Support in-memory/leveldb/boltdb/btree mode tuning for memory/performance balance.
[Filer]: https://github.com/chrislusf/seaweedfs/wiki/Filer

View file

@ -1,5 +1,5 @@
package util
const (
VERSION = "0.74"
VERSION = "0.75"
)