Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update CHANGES #5697

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 36 additions & 2 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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.
Expand Down