1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-03 05:35:58 +00:00

Merge pull request #4514 from ThomasWaldmann/update-changes-master

Update CHANGES (master)
This commit is contained in:
TW 2019-04-20 19:14:13 +02:00 committed by GitHub
commit 4f0ad3124d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -171,8 +171,8 @@ The best check that everything is ok is to run a dry-run extraction::
Changelog
=========
Version 1.2.0a5 (2019-03-21)
----------------------------
Version 1.2.0a6 (not released yet)
----------------------------------
Please note:
@ -215,6 +215,34 @@ Compatibility notes:
BORG_HOST_ID env var to something unique.
Fixes:
- delete / prune: consider part files correctly for stats, #4507
- create: only run stat_simple_attrs() once
- create: --stats does not work with --dry-run, exit with error msg, #4373
- give "invalid repo" error msg if repo config not found, #4411
New features:
- display msgpack version as part of sysinfo (e.g. in tracebacks)
Other changes:
- docs:
- sdd "SSH Configuration" section, #4493, #3988, #636, #4485
- better document borg check --max-duration, #4473
- sorted commands help in multiple steps, #4471
- testing:
- travis: use py 3.5.3 and 3.6.7 on macOS to get a pyenv-based python
build with openssl 1.1
- pytest: -v and default XDISTN to 1, #4481
Version 1.2.0a5 (2019-03-21)
----------------------------
Fixes:
- warn if a file has changed while being backed up, #1750