Move changelog files for the 0.9.0 release

This commit is contained in:
Alexander Neumann
2018-05-21 15:57:02 +02:00
parent d2431b667f
commit e2b7dc6528
20 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
Bugfix: Fix backend tests for rest-server
The REST server for restic now requires an explicit parameter (`--no-auth`) if
no authentication should be allowed. This is fixed in the tests.
https://github.com/restic/restic/pull/1684