diff --git a/docs/changes.rst b/docs/changes.rst index a9199c96e..ba2b82b14 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -250,9 +250,14 @@ Fixes: - exit with 128 + signal number (as documented) when borg is killed by a signal, #5161 - fix hardlinked CACHEDIR.TAG processing, #4911 - create --read-special: .part files also should be regular files, #5217 +- llfuse dependency: choose least broken 1.3.6/1.3.7. + 1.3.6 is broken on python 3.9, 1.3.7 is broken on FreeBSD. Other changes: +- upgrade bundled xxhash to 0.7.4 +- self test: if it fails, also point to OS and hardware, #5334 +- pyinstaller: compute basepath from spec file location - prettier error message when archive gets too big, #5307 - check/recreate are not "experimental" any more (but still potentially dangerous): @@ -261,6 +266,7 @@ Other changes: - shell completions: - misc. updates / fixes + - support repositories in fish tab completion, #5256 - complete $BORG_RECREATE_I_KNOW_WHAT_I_AM_DOING - rewrite zsh completion: @@ -268,15 +274,19 @@ Other changes: - completion for Borg environment variables (parameters) - use "allow/deny list" instead of "white/black list" wording - declare "allow_cache_wipe" marker in setup.cfg to avoid pytest warning -- vagrant: +- vagrant / tests: - misc. fixes / updates - use python 3.5.10 for binary build - build directory-based binaries additionally to the single file binaries - add libffi-dev, required to build python - use cryptography<3.0, more recent versions break the jessie box + - test on python 3.9 + - do brew update with /dev/null redirect to avoid "too much log output" on travis-ci - docs: + - add ssh-agent pull backup method docs, #5288 + - how to approach borg speed issues, #5371 - mention double --force in prune docs - update Homebrew install instructions, #5185 - better description of how cache and rebuilds of it work @@ -285,6 +295,8 @@ Other changes: - add a note to create from stdin regarding files cache, #5180 - fix borg.1 manpage generation regression, #5211 - clarify how exclude options work in recreate, #5193 + - add section for retired contributors + - hint about not misusing private email addresses of contributors for borg support Version 1.1.13 (2020-06-06)