mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 00:07:38 +00:00
minor fixes to CHANGES
This commit is contained in:
parent
69456e07c4
commit
1e35f5ce4a
1 changed files with 3 additions and 2 deletions
|
@ -71,6 +71,7 @@ Other changes:
|
||||||
- add FAQ entries about redundancy / integrity
|
- add FAQ entries about redundancy / integrity
|
||||||
- clarify that borg extract uses the cwd as extraction target
|
- clarify that borg extract uses the cwd as extraction target
|
||||||
- update internals doc about chunker params, memory usage and compression
|
- update internals doc about chunker params, memory usage and compression
|
||||||
|
- added docs about development
|
||||||
- add some words about resource usage in general
|
- add some words about resource usage in general
|
||||||
- document how to backup a raw disk
|
- document how to backup a raw disk
|
||||||
- add note about how to run borg from virtual env
|
- add note about how to run borg from virtual env
|
||||||
|
@ -81,12 +82,12 @@ Other changes:
|
||||||
|
|
||||||
- use borg-tmp as prefix for temporary files / directories
|
- use borg-tmp as prefix for temporary files / directories
|
||||||
- short prune options without "keep-" are deprecated, do not suggest them
|
- short prune options without "keep-" are deprecated, do not suggest them
|
||||||
- improved tox configuration, documented there how to invoke it
|
- improved tox configuration
|
||||||
- remove usage of unittest.mock, always use mock from pypi
|
- remove usage of unittest.mock, always use mock from pypi
|
||||||
- use entrypoints instead of scripts, for better use of the wheel format and
|
- use entrypoints instead of scripts, for better use of the wheel format and
|
||||||
modern installs
|
modern installs
|
||||||
- add requirements.d/development.txt and modify tox.ini
|
- add requirements.d/development.txt and modify tox.ini
|
||||||
- use travis-ci for linux and OS X testing
|
- use travis-ci for testing based on Linux and (new) OS X
|
||||||
- use coverage.py, pytest-cov and codecov.io for test coverage support
|
- use coverage.py, pytest-cov and codecov.io for test coverage support
|
||||||
|
|
||||||
I forgot to list some stuff already implemented in 0.23.0, here they are:
|
I forgot to list some stuff already implemented in 0.23.0, here they are:
|
||||||
|
|
Loading…
Reference in a new issue