update CHANGES (master)

This commit is contained in:
Thomas Waldmann 2017-01-14 17:16:19 +01:00
parent 8fa63aff86
commit 1845074b2e
1 changed files with 4 additions and 2 deletions

View File

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