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 <[email protected]>
- Loading branch information
Xavier Lucas
committed
Aug 3, 2016
1 parent
bddc4b8
commit cb7f0a8
Showing
2 changed files
with
4 additions
and
3 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,6 +1,7 @@ | ||
# Changelog | ||
|
||
### BUGFIX : | ||
### BUGFIXES : | ||
|
||
- [#83] Failed to upload a large file containing either '&' or '?' | ||
- [#82] Rmdir works when it shouldn't. | ||
- [#86] Error when updating times on segmented object > 5GB. | ||
|
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.7.3" | ||
const Version = "0.7.4" |