update CHANGES (1.1-maint)

This commit is contained in:
Thomas Waldmann 2019-02-10 20:54:36 +01:00
parent f0bea1b243
commit 6033161634
1 changed files with 11 additions and 0 deletions

View File

@ -193,6 +193,10 @@ Compatibility notes:
Fixes: Fixes:
- security fix: configure FUSE with "default_permissions", #3903
"default_permissions" is now enforced by borg by default to let the
kernel check uid/gid/mode based permissions.
"ignore_permissions" can be given to not enforce "default_permissions".
- make "hostname" short, even on misconfigured systems, #4262 - make "hostname" short, even on misconfigured systems, #4262
- fix free space calculation on macOS (and others?), #4289 - fix free space calculation on macOS (and others?), #4289
- config: quit with error message when no key is provided, #4223 - config: quit with error message when no key is provided, #4223
@ -212,6 +216,12 @@ Other:
- add archive name to check --repair output, #3447 - add archive name to check --repair output, #3447
- check for unsupported msgpack versions - check for unsupported msgpack versions
- shell completions:
- new shell completions for borg 1.1.9
- more complete shell completions for borg mount -o
- added shell completions for borg help
- option arguments for zsh tab completion
- docs: - docs:
- add FAQ regarding free disk space check, #3905 - add FAQ regarding free disk space check, #3905
@ -222,6 +232,7 @@ Other:
- add note about files changing during backup, #4081 - add note about files changing during backup, #4081
- work around the backslash issue, #4280 - work around the backslash issue, #4280
- update release workflow using twine (docs, scripts), #4213 - update release workflow using twine (docs, scripts), #4213
- add warnings on repository copies to avoid future problems, #4272
- tests: - tests:
- fix the homebrew 1.9 issues on travis-ci, #4254 - fix the homebrew 1.9 issues on travis-ci, #4254