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

Commit

Permalink
Release 0.9.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 Dec 22, 2016
1 parent 5a85df1 commit d835cd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,5 @@

### IMPROVEMENTS :

- [#102] Directory times are now set to the filesystem mount time.
- [#101] Application panic events are pushed to syslog.
- Option extra_attr renamed to attr.

### FEATURE :

- [#103] New option : xattr can now be used to handle extended attributes on files.

### BUGFIX :

- [#105] fsync(2) calls are now handled as a no-op.
- Auto detect uid and gid based on the current user.
- Allow redirecting stdout and stderr.
2 changes: 1 addition & 1 deletion svfs/version.go
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.9.0"
const Version = "0.9.1"

0 comments on commit d835cd8

Please sign in to comment.