From e17ca5123efa9f80aa93f611de2b02695f14ac43 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 15 Jul 2015 13:54:25 +0200 Subject: [PATCH] Update CHANGES --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index ef9376f80..aa7af3247 100644 --- a/CHANGES +++ b/CHANGES @@ -16,6 +16,8 @@ New features: - borg info now reports chunk counts in the chunk index. - 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 - improve at-end error logging, always log exceptions and set exit_code=1 - LoggedIO: better error checks / exceptions / exception handling @@ -26,6 +28,7 @@ Bug fixes: - better Exception msg if no Borg is installed on the remote repo server, #56 - create a RepositoryCache implementation that can cope with >2GiB, fixes attic #326. +- fix Traceback when running check --repair, attic #232 - clarify help text, fixes #73. Other changes: @@ -36,7 +39,12 @@ Other changes: - document environment variables and return codes (attic #324, attic #52) - web site: add related projects, fix web site url, IRC #borgbackup - Fedora/Fedora-based install instructions added to docs + - Cygwin-based install instructions added to docs - updated AUTHORS + - 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 + - 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