mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 08:16:54 +00:00
Merge pull request #2038 from ThomasWaldmann/update-1.0-changes
update CHANGES (1.0-maint)
This commit is contained in:
commit
32e58e88e6
1 changed files with 7 additions and 0 deletions
|
@ -131,6 +131,8 @@ Version 1.0.10rc1 (not released yet)
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
|
||||||
|
- borg serve: fix transmission data loss of pipe writes, #1268
|
||||||
|
This affects only the cygwin platform (not Linux, *BSD, OS X).
|
||||||
- Avoid triggering an ObjectiveFS bug in xattr retrieval, #1992
|
- Avoid triggering an ObjectiveFS bug in xattr retrieval, #1992
|
||||||
- When running out of buffer memory when reading xattrs, only skip the
|
- When running out of buffer memory when reading xattrs, only skip the
|
||||||
current file, #1993
|
current file, #1993
|
||||||
|
@ -152,14 +154,19 @@ Other changes:
|
||||||
- tests:
|
- tests:
|
||||||
|
|
||||||
- vagrant / travis / tox: add Python 3.6 based testing
|
- vagrant / travis / tox: add Python 3.6 based testing
|
||||||
|
- vagrant: fix openbsd repo, fixes #2042
|
||||||
- travis: fix osxfuse install (fixes OS X testing on Travis CI)
|
- travis: fix osxfuse install (fixes OS X testing on Travis CI)
|
||||||
|
- travis: require succeeding OS X tests, #2028
|
||||||
- use pytest-xdist to parallelize testing
|
- use pytest-xdist to parallelize testing
|
||||||
- docs:
|
- docs:
|
||||||
|
|
||||||
- language clarification - VM backup FAQ
|
- language clarification - VM backup FAQ
|
||||||
|
- borg create: document how to backup stdin, #2013
|
||||||
|
- borg upgrade: fix incorrect title levels
|
||||||
- fix typos (taken from Debian package patch)
|
- fix typos (taken from Debian package patch)
|
||||||
- remote: include data hexdump in "unexpected RPC data" error message
|
- remote: include data hexdump in "unexpected RPC data" error message
|
||||||
- remote: log SSH command line at debug level
|
- remote: log SSH command line at debug level
|
||||||
|
- API_VERSION: use numberspaces, #2023
|
||||||
|
|
||||||
|
|
||||||
Version 1.0.9 (2016-12-20)
|
Version 1.0.9 (2016-12-20)
|
||||||
|
|
Loading…
Reference in a new issue