Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Lucas <xavier.lucas@corp.ovh.com>
  • Loading branch information
Xavier Lucas committed Apr 4, 2016
1 parent e9bbf53 commit 52c77c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

### FEATURES :
- [#30] Automatic token refresh for hubic.
- Handy helper command `hubic-application` provides permanent mount options.

### IMPROVEMENT :
- [#32] Default `go_gc` value set to `60`.
- [#23] Tests.
- [#33] When uploading objects, auto-detect `content-type` header from file suffix.
- [#35] Support for opening a file with an offset (make svfs usable with file browsers,
allow media streaming, etc).

### BUGFIXES :
- [#37] Segments not removed in certain cases due to bulk-delete.
- [#38] Don't allow segment size greater than Swift's maximum object size.
2 changes: 1 addition & 1 deletion svfs/fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

var (
SwiftConnection *swift.Connection
Version string = "0.5.0"
Version string = "0.5.1"
UserAgent string = "svfs/" + Version
DefaultUID uint64 = 0
DefaultGID uint64 = 0
Expand Down

0 comments on commit 52c77c2

Please sign in to comment.