From 77dd5e4d811bde8158479b29df6e405f833a6cfc Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 6 Dec 2020 20:15:14 +0100 Subject: [PATCH] update CHANGES (master) set release date. --- docs/changes.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 0014c2ec0..8f8acb0c3 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -217,8 +217,8 @@ The best check that everything is ok is to run a dry-run extraction:: Changelog ========= -Version 1.2.0b1 (not released yet) ----------------------------------- +Version 1.2.0b1 (2020-12-06) +---------------------------- Please note: @@ -277,11 +277,11 @@ Fixes: New features: -- create: implement --paths-from-stdin and --paths-from-command, see #5492 +- create: implement --paths-from-stdin and --paths-from-command, see #5492. These switches read paths to archive from stdin. Delimiter can specified by --paths-delimiter=DELIM. Paths read will be added honoring every - option but exclusion options and --one-file-system. Directories aren't - recursed into. + option but exclusion options and --one-file-system. borg won't recurse + into directories. - 'obfuscate' pseudo compressor obfuscates compressed chunk size in repo - add pyfuse3 (successor of llfuse) as an alternative lowlevel fuse implementation to llfuse (deprecated), #5407. @@ -294,6 +294,7 @@ Other changes: - split recursive directory walking/processing into directory walking and item processing. - fix warning by importing setuptools before distutils. +- debug info: include infos about FUSE implementation, #5546 - testing: - add a test for the hashindex corruption bug, #5531 #4829