1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-10 14:15:43 +00:00

update CHANGES (master)

This commit is contained in:
Thomas Waldmann 2017-01-14 17:16:19 +01:00
parent 8fa63aff86
commit 1845074b2e

View file

@ -126,12 +126,13 @@ The best check that everything is ok is to run a dry-run extraction::
Changelog Changelog
========= =========
Version 1.1.0b3 (not released yet) Version 1.1.0b3 (2017-01-15)
---------------------------------- ----------------------------
Compatibility notes: Compatibility notes:
- borg init: removed the default of "--encryption/-e", #1979 - borg init: removed the default of "--encryption/-e", #1979
This was done so users do a informed decision about -e mode.
Bug fixes: Bug fixes:
@ -140,6 +141,7 @@ Bug fixes:
- borg init: fix free space check crashing if disk is full, #1821 - borg init: fix free space check crashing if disk is full, #1821
- borg debug delete/get obj: fix wrong reference to exception - borg debug delete/get obj: fix wrong reference to exception
- fix processing of remote ~/ and ~user/ paths (regressed since 1.1.0b1), #1759 - 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: New features: