This repository has been archived by the owner on Feb 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Xavier Lucas <xavier.lucas@corp.ovh.com>
- Loading branch information
Xavier Lucas
committed
Sep 22, 2016
1 parent
99cdab3
commit faecc40
Showing
2 changed files
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
# Changelog | ||
|
||
### IMPROVEMENT : | ||
|
||
- Major resource consumption improvement. | ||
|
||
### FEATURE : | ||
|
||
- New optimization flag for transfer mode. | ||
- New option : storage_policy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package svfs | ||
|
||
// Version is the current SVFS version | ||
const Version = "0.8.1" | ||
const Version = "0.8.2" |