Browse Source

Merge pull request #5697 from ThomasWaldmann/update-changes-1116

update CHANGES
TW 4 years ago
parent
commit
0c9d3d53d1
1 changed files with 36 additions and 2 deletions
  1. 36 2
      docs/changes.rst

+ 36 - 2
docs/changes.rst

@@ -217,8 +217,8 @@ The best check that everything is ok is to run a dry-run extraction::
 Changelog
 Changelog
 =========
 =========
 
 
-Version 1.1.15 (2020-12-25)
----------------------------
+Version 1.1.16 (not released yet)
+---------------------------------
 
 
 Compatibility notes:
 Compatibility notes:
 
 
@@ -247,6 +247,40 @@ Compatibility notes:
 
 
 Fixes:
 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:
 - extract:
 
 
   - improve exception handling when setting xattrs, #5092.
   - improve exception handling when setting xattrs, #5092.