From 1845074b2e84152164e7422b3a06b25102fc7645 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 14 Jan 2017 17:16:19 +0100 Subject: [PATCH] update CHANGES (master) --- docs/changes.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index f95d5590e..9a21a299e 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -126,12 +126,13 @@ The best check that everything is ok is to run a dry-run extraction:: Changelog ========= -Version 1.1.0b3 (not released yet) ----------------------------------- +Version 1.1.0b3 (2017-01-15) +---------------------------- Compatibility notes: - borg init: removed the default of "--encryption/-e", #1979 + This was done so users do a informed decision about -e mode. Bug fixes: @@ -140,6 +141,7 @@ Bug fixes: - 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 +- posix platform module: only build / import on non-win32 platforms, #2041 New features: