mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-25 03:45:09 -04:00
update CHANGES
This commit is contained in:
parent
6880157c09
commit
dce4612d3e
1 changed files with 36 additions and 2 deletions
|
|
@ -217,8 +217,8 @@ The best check that everything is ok is to run a dry-run extraction::
|
|||
Changelog
|
||||
=========
|
||||
|
||||
Version 1.1.15 (2020-12-25)
|
||||
---------------------------
|
||||
Version 1.1.16 (not released yet)
|
||||
---------------------------------
|
||||
|
||||
Compatibility notes:
|
||||
|
||||
|
|
@ -247,6 +247,40 @@ Compatibility notes:
|
|||
|
||||
Fixes:
|
||||
|
||||
- do not recurse into duplicate roots, #5603
|
||||
- remove empty shadowed_segments lists, #5275, #5614
|
||||
- fix libpython load error when borg fat binary / dir-based binary is invoked
|
||||
via a symlink by upgrading pyinstaller to v4.2, #5688
|
||||
|
||||
|
||||
New features:
|
||||
|
||||
- check: debug log segment filename
|
||||
- borg debug dump-hints
|
||||
|
||||
Other changes:
|
||||
|
||||
- Tab completion support for additional archives for 'borg delete'
|
||||
- deduplicate code of put and delete, no functional change
|
||||
- vagrant:
|
||||
|
||||
- avoid grub-install asking interactively for device
|
||||
- upgrade FreeBSD VM to 11.4 (10.x is out of support)
|
||||
- upgrade pyinstaller to v4.2, #5671
|
||||
- docs:
|
||||
|
||||
- update macOS install instructions, #5677
|
||||
- update docs for dev environment installation instructions, #5643
|
||||
- fix grammar in faq
|
||||
- recomend running tests only on installed versions for setup
|
||||
- add link back to git-installation
|
||||
|
||||
|
||||
Version 1.1.15 (2020-12-25)
|
||||
---------------------------
|
||||
|
||||
Fixes:
|
||||
|
||||
- extract:
|
||||
|
||||
- improve exception handling when setting xattrs, #5092.
|
||||
|
|
|
|||
Loading…
Reference in a new issue