From faecc40de5d226d12c3ab18101b935697d8040d4 Mon Sep 17 00:00:00 2001 From: Xavier Lucas Date: Thu, 22 Sep 2016 16:28:55 +0200 Subject: [PATCH] Release 0.8.2 Signed-off-by: Xavier Lucas --- docs/RELEASE.md | 6 +----- svfs/version.go | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 701ca06..9a3b20b 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,9 +1,5 @@ # Changelog -### IMPROVEMENT : - -- Major resource consumption improvement. - ### FEATURE : -- New optimization flag for transfer mode. +- New option : storage_policy diff --git a/svfs/version.go b/svfs/version.go index 4dc0e82..5050937 100644 --- a/svfs/version.go +++ b/svfs/version.go @@ -1,4 +1,4 @@ package svfs // Version is the current SVFS version -const Version = "0.8.1" +const Version = "0.8.2"