Add changelog generated by calens

Closes #44
This commit is contained in:
Alexander Neumann
2018-03-24 17:40:49 +01:00
parent 4d2493388a
commit 897d5a026c
7 changed files with 91 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
Enhancement: Add changelog file
https://github.com/restic/rest-server/issues/44

View File

@@ -0,0 +1,8 @@
Security: Require auth by default, add --no-auth flag
In order to prevent users from accidentally exposing rest-server without
authentication, rest-server now defaults to requiring a .htpasswd. If you want
to disable authentication, you need to explicitly pass the new --no-auth flag.
https://github.com/restic/rest-server/issues/60
https://github.com/restic/rest-server/pull/61