Merge pull request #2019 from ThomasWaldmann/update-1.0-changes

Update 1.0 changes
This commit is contained in:
TW 2017-01-12 03:39:51 +01:00 committed by GitHub
commit 9e692d47b1
1 changed files with 8 additions and 0 deletions

View File

@ -139,6 +139,7 @@ Bug fixes:
it now does nothing and prints an error, #1981. it now does nothing and prints an error, #1981.
- Fixed change-passphrase crashing with unencrypted repositories, #1978 - Fixed change-passphrase crashing with unencrypted repositories, #1978
- Fixed "borg check repo::archive" indicating success if "archive" does not exist, #1997 - Fixed "borg check repo::archive" indicating success if "archive" does not exist, #1997
- borg check: print non-exit-code warning if --last or --prefix aren't fulfilled
Other changes: Other changes:
@ -152,6 +153,13 @@ Other changes:
- vagrant / travis / tox: add Python 3.6 based testing - vagrant / travis / tox: add Python 3.6 based testing
- travis: fix osxfuse install (fixes OS X testing on Travis CI) - travis: fix osxfuse install (fixes OS X testing on Travis CI)
- use pytest-xdist to parallelize testing
- docs:
- language clarification - VM backup FAQ
- fix typos (taken from Debian package patch)
- remote: include data hexdump in "unexpected RPC data" error message
- remote: log SSH command line at debug level
Version 1.0.9 (2016-12-20) Version 1.0.9 (2016-12-20)