From 10f48dbd0b0b0266f5f191a34223bf3103b0c1dc Mon Sep 17 00:00:00 2001 From: Marian Beermann Date: Thu, 12 Jan 2017 02:30:29 +0100 Subject: [PATCH] Update 1.1.0b3 CHANGES --- docs/changes.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index 053147ffa..ba951d17f 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -129,20 +129,26 @@ Changelog Version 1.1.0b3 (not released yet) ---------------------------------- +Compatibility notes: + +- borg init: removed the default of "--encryption/-e", #1979 + Bug fixes: - borg recreate: don't rechunkify unless explicitly told so - borg info: fixed bug when called without arguments, #1914 - borg init: fix free space check crashing if disk is full, #1821 - borg debug delete/get obj: fix wrong reference to exception +- fix processing of remote ~/ and ~user/ paths (regressed since 1.1.0b1), #1759 New features: +- new CRC32 implementations that are much faster than the zlib one used previously, #1970 - add blake2b key modes (use blake2b as MAC). This links against system libb2, if possible, otherwise uses bundled code - automatically remove stale locks - set BORG_HOSTNAME_IS_UNIQUE env var to enable stale lock killing. If set, stale locks in both cache and - repository are deleted. #562 + repository are deleted. #562 #1253 - borg info : print general repo information, #1680 - borg check --first / --last / --sort / --prefix, #1663 - borg mount --first / --last / --sort / --prefix, #1542