From d835cd80568af932156731b01253fa542af9147d Mon Sep 17 00:00:00 2001 From: Xavier Lucas Date: Thu, 22 Dec 2016 12:55:41 +0100 Subject: [PATCH] Release 0.9.1 Signed-off-by: Xavier Lucas --- docs/RELEASE.md | 13 ++----------- svfs/version.go | 2 +- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 4fa3a43..53add12 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -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. diff --git a/svfs/version.go b/svfs/version.go index 6ab2137..e23c3c1 100644 --- a/svfs/version.go +++ b/svfs/version.go @@ -1,4 +1,4 @@ package svfs // Version is the current SVFS version -const Version = "0.9.0" +const Version = "0.9.1"