From 2944bbe6c611fe1271ebb3994622bbd09596e30f Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 21 Jun 2015 02:36:22 +0200 Subject: [PATCH] update CHANGES --- CHANGES | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 743abbce3..2acb58115 100644 --- a/CHANGES +++ b/CHANGES @@ -2,10 +2,31 @@ Borg Changelog ============== -Version 0.23.1 +Version 0.24.0 -------------- -Forgot to list some stuff implemented in 0.23.0, here they are: +New features: + +- borg create --chunker-params ... to configure the chunker. + See docs/misc/create_chunker-params.txt for more information. +- borg info now reports chunk counts in the chunk index. + +Bug fixes: + +- reduce memory usage, see --chunker-params, fixes #16. + This can be used to reduce chunk management overhead, so borg does not create + a huge chunks index/repo index and eats all your RAM if you back up lots of + data in huge files (like VM disk images). +- better Exception msg if there is no Borg installed on the remote repo server. + +Other changes: + +- Fedora/Fedora-based install instructions added to docs. +- added docs/misc directory for misc. writeups that won't be included "as is" + into the html docs. + + +I forgot to list some stuff already implemented in 0.23.0, here they are: New features: @@ -16,7 +37,7 @@ New features: Other changes: -- explicitely specify binary mode to open binary files +- explicitly specify binary mode to open binary files - some easy micro optimizations