summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-08-09 21:22:55 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2015-08-09 21:22:55 +0200
commit1e35f5ce4a7f38917afdaddeebf61a94bc7478aa (patch)
treefe392b1fce5eabb1c15681cdc9bc9a65770fcb6e
parent69456e07c46b09d50cbde363d6c5eb1625df3fdb (diff)
minor fixes to CHANGES0.24.0
-rw-r--r--CHANGES.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 199bea31b..b333ba48a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -71,6 +71,7 @@ Other changes:
- add FAQ entries about redundancy / integrity
- clarify that borg extract uses the cwd as extraction target
- update internals doc about chunker params, memory usage and compression
+ - added docs about development
- add some words about resource usage in general
- document how to backup a raw disk
- 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
- 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
- use entrypoints instead of scripts, for better use of the wheel format and
modern installs
- 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
I forgot to list some stuff already implemented in 0.23.0, here they are: