From 2a4c1d221ae4c35b83229df5953042df39d1948c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatko=20=C4=8Calu=C5=A1i=C4=87?= Date: Fri, 2 Jun 2017 08:25:11 +0200 Subject: [PATCH] Document restic v0.6.1 as required version to use with rest-server --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed338af..e415f44 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,10 @@ data remotely, using [restic](https://github.com/restic/restic) backup client. Rest Server requires Go 1.7 or higher to build. The only tested compiler is the official Go compiler. Building server with gccgo may work, but is not supported. -The minimum supported version of restic backup client is [v0.6.0](https://github.com/restic/restic/releases/tag/v0.6.0), -due to some [changes](https://github.com/restic/restic/commit/1a538509d0232f1a532266e07da509875fe9e0d6) in the REST -backend API. +The required version of restic backup client to use with rest-server is +[v0.6.1](https://github.com/restic/restic/releases/tag/v0.6.1) or higher, due to some +[changes](https://github.com/restic/restic/commit/1a538509d0232f1a532266e07da509875fe9e0d6) in the REST backend API and +performance [improvements](https://github.com/restic/restic/commit/04b262d8f10ba9eacde041734c08f806c4685e7f). ## Installation