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
May 27, 2016
1 parent
c0075a8
commit 5d18dc6
Showing
2 changed files
with
3 additions
and
5 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,7 +1,5 @@ | ||
# Changelog | ||
|
||
### IMPROVEMENTS : | ||
### FEATURE : | ||
|
||
- [#58] Report correct information in `stat(2)` calls (used by `du`). | ||
- [#58] Report correct information in `statfs(2)` calls (used by `df`). | ||
- Remove fake directory size on containers. | ||
- [#62] Support for symlinks. |
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,3 +1,3 @@ | ||
package svfs | ||
|
||
const Version = "0.6.1" | ||
const Version = "0.6.2" |