summaryrefslogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-08-09 13:47:36 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2015-08-09 13:47:36 +0200
commit74e586050861c42192a1e3e1e097051ca6768335 (patch)
treea3b2b90e4898e24fec58f35f0aa32e07f50a1342 /CHANGES.rst
parente74c87d5b54556875786232bf9d96866db02e4b8 (diff)
document that passphrase(-only) mode is deprecated
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index f19b7f8aa..8235de3aa 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -16,6 +16,11 @@ Incompatible changes (compared to 0.23):
you accidentially give access permissions for group and/or others to files
created by borg (e.g. the repository).
+Deprecations:
+
+- "--encryption passphrase" mode is deprecated, see #85 and #97.
+ See the new "--encryption repokey" mode for a replacement.
+
New features:
- borg create --chunker-params ... to configure the chunker, fixes #16
@@ -28,7 +33,7 @@ New features:
- borg create --compression 0..9 to select zlib compression level, fixes #66
(attic #295).
- borg init --encryption repokey (to store the encryption key into the repo),
- deprecate --encryption passphrase, fixes #85
+ fixes #85
- improve at-end error logging, always log exceptions and set exit_code=1
- LoggedIO: better error checks / exceptions / exception handling
- implement --remote-path to allow non-default-path borg locations, #125