From 98a015772ddb88005edc7d0ba68f859fe7c86fdd Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 12 Jun 2015 00:05:35 +0200 Subject: [PATCH] forgot to list some 0.23.0 stuff in CHANGES --- CHANGES | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGES b/CHANGES index 811ee6939..743abbce3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,25 @@ Borg Changelog ============== + +Version 0.23.1 +-------------- + +Forgot to list some stuff implemented in 0.23.0, here they are: + +New features: + +- efficient archive list from manifest, meaning a big speedup for slow + repo connections and "list ", "delete ", "prune" +- big speedup for chunks cache sync (esp. for slow repo connections), fixes #18 +- hashindex: improve error messages + +Other changes: + +- explicitely specify binary mode to open binary files +- some easy micro optimizations + + Version 0.23.0 --------------