update CHANGES (1.0-maint)

This commit is contained in:
Thomas Waldmann 2017-01-12 02:47:51 +01:00
parent b206aa771c
commit 6603133344
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.
- Fixed change-passphrase crashing with unencrypted repositories, #1978
- 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:
@ -152,6 +153,13 @@ Other changes:
- vagrant / travis / tox: add Python 3.6 based testing
- 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)