From 7403ab679579a2942f61cf2c49735340866f1947 Mon Sep 17 00:00:00 2001 From: Xavier Lucas Date: Thu, 16 Jun 2016 14:35:07 +0200 Subject: [PATCH] Release 0.7.1 Signed-off-by: Xavier Lucas --- docs/RELEASE.md | 9 ++++----- svfs/version.go | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/RELEASE.md b/docs/RELEASE.md index d4c8d7a..75f3ce2 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,11 +1,10 @@ # Changelog -### FEATURES : +### BUGFIXES : -- [#68] Support container creation and removal. -- [#69] Support hard links. -- [#70] Support read-only access. +- [#72] Pseudo display in Horizon. +- [#74] Crash on concurrent map write. ### IMPROVEMENT : -- [#71] Support file times set by synchronization clients for hubic. +- [#73] Pseudo directory times. diff --git a/svfs/version.go b/svfs/version.go index fe901b3..b2b140c 100644 --- a/svfs/version.go +++ b/svfs/version.go @@ -1,4 +1,4 @@ package svfs // Version is the current SVFS version -const Version = "0.7.0" +const Version = "0.7.1"