Skip to content

Commit

Permalink
update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Feb 15, 2021
1 parent 6880157 commit dce4612
Showing 1 changed file with 36 additions and 2 deletions.
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

0 comments on commit dce4612

Please sign in to comment.