From 7d69f8c685688ab3b73ee92b850e942270c2c960 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 9 Apr 2017 21:34:07 +0200 Subject: [PATCH] update CHANGES (1.0-maint) --- docs/changes.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index 268564d09..eba6138c8 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -145,6 +145,16 @@ Bug fixes: - fix error msg, there is no --keep-last in borg 1.0.x, #2282 - clamp (nano)second values to unproblematic range, #2304 - FUSE: fix st_blocks to be an integer (not float) value +- borg rename: expand placeholders, #2386 +- use pyinstaller v3.2.1, #2396 + this fixes that the prelink cronjob on some distros kills the + borg binary by stripping away parts of it. +- serve: fix forced command lines containing BORG_ env vars +- fix error msg, it is --keep-within, not --within +- fix borg key/debug/benchmark crashing without subcommand, #2240 +- Archive: allocate zeros when needed, #2308 + fixes huge memory usage of mount (8 MiB × number of archives) +- extract: also create parent dir for device files, if needed. New features: @@ -162,6 +172,12 @@ Other changes: - document relative path usage, #1868 - one link per distro in the installation page - development: new branching model in git repository + - kill api page + - added FAQ section about backing up root partition +- tests: + + - enhance travis setuptools_scm situation + - add test for borg delete --force Version 1.0.10 (2017-02-13)