1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-22 07:43:06 +00:00

update CHANGES (master)

set release date.
This commit is contained in:
Thomas Waldmann 2020-12-06 20:15:14 +01:00
parent d2673c09f2
commit 77dd5e4d81

View file

@ -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