mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 09:19:31 +00:00
docs: changes: fix two rST warnings
This commit is contained in:
parent
847797b477
commit
0971fdce8d
1 changed files with 2 additions and 2 deletions
|
@ -232,7 +232,7 @@ Version 1.0.10rc1 (2017-01-29)
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
|
||||||
- borg serve: fix transmission data loss of pipe writes, #1268
|
- borg serve: fix transmission data loss of pipe writes, #1268
|
||||||
This affects only the cygwin platform (not Linux, *BSD, OS X).
|
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
|
||||||
|
@ -285,7 +285,7 @@ Other changes:
|
||||||
- remove .github from pypi package, #2051
|
- remove .github from pypi package, #2051
|
||||||
- add pip and setuptools to requirements file, #2030
|
- add pip and setuptools to requirements file, #2030
|
||||||
- SyncFile: fix use of fd object after close (cosmetic)
|
- SyncFile: fix use of fd object after close (cosmetic)
|
||||||
- Manifest.in: simplify, exclude *.{so,dll,orig}, #2066
|
- Manifest.in: simplify, exclude \*.{so,dll,orig}, #2066
|
||||||
- ignore posix_fadvise errors in repository.py, #2095
|
- ignore posix_fadvise errors in repository.py, #2095
|
||||||
(works around issues with docker on ARM)
|
(works around issues with docker on ARM)
|
||||||
- make LoggedIO.close_segment reentrant, avoid reentrance
|
- make LoggedIO.close_segment reentrant, avoid reentrance
|
||||||
|
|
Loading…
Reference in a new issue