mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-24 15:12:00 +00:00
Merge pull request #4720 from ThomasWaldmann/changelog-1.1
update changelog, 1.1-maint
This commit is contained in:
commit
3045aec220
1 changed files with 45 additions and 2 deletions
|
@ -171,8 +171,8 @@ The best check that everything is ok is to run a dry-run extraction::
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
Version 1.1.10 (2019-05-16)
|
Version 1.1.11 (not released yet)
|
||||||
---------------------------
|
---------------------------------
|
||||||
|
|
||||||
Compatibility notes:
|
Compatibility notes:
|
||||||
|
|
||||||
|
@ -193,6 +193,49 @@ Compatibility notes:
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
|
|
||||||
|
- extract: fix KeyError for "partial" extraction, #4607
|
||||||
|
- fix preloading for old (0.xx) remote servers, #4652
|
||||||
|
- SecurityManager.known(): check all files, #4614
|
||||||
|
- after double-force delete, warn about necessary repair, #4704
|
||||||
|
- Repository.open: use stat() to check for repo dir, #4695
|
||||||
|
- Repository.check_can_create_repository: use stat() to check, #4695
|
||||||
|
- fix invalid archive error message
|
||||||
|
- fix optional/non-optional location arg, #4541
|
||||||
|
|
||||||
|
New features:
|
||||||
|
|
||||||
|
- enable placeholder usage in all extra archive arguments
|
||||||
|
|
||||||
|
Other:
|
||||||
|
|
||||||
|
- argparser: always use REPOSITORY in metavar, also use more consistent help phrasing.
|
||||||
|
- vagrant: add up-to-date openindiana box
|
||||||
|
- tests:
|
||||||
|
|
||||||
|
- cope with ANY error when importing pytest into borg.testsuite, #4652
|
||||||
|
- fix broken test that relied on improper zlib assumptions
|
||||||
|
- test_fuse: filter out selinux xattrs, #4574
|
||||||
|
- docs:
|
||||||
|
|
||||||
|
- timestamps in the files cache are now usually ctime, #4583
|
||||||
|
- fix bad reference to borg compact (does not exist in 1.1), #4660
|
||||||
|
- create: borg 1.1 is not future any more
|
||||||
|
- extract: document limitation "needs empty destination", #4598
|
||||||
|
- how to supply a passphrase, use crypto devices, #4549
|
||||||
|
- fix osxfuse github link in installation docs
|
||||||
|
- add example of exclude-norecurse rule in help patterns
|
||||||
|
- update macOS Brew link
|
||||||
|
- add note about software for automating backups, #4581
|
||||||
|
- AUTHORS: mention copyright+license for bundled msgpack
|
||||||
|
- fix various code blocks in the docs, #4708
|
||||||
|
- updated docs to cover use of temp directory on remote, #4545
|
||||||
|
|
||||||
|
|
||||||
|
Version 1.1.10 (2019-05-16)
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
Fixes:
|
||||||
|
|
||||||
- extract: hang on partial extraction with ssh: repo, when hardlink master
|
- extract: hang on partial extraction with ssh: repo, when hardlink master
|
||||||
is not matched/extracted and borg hangs on related slave hardlink, #4350
|
is not matched/extracted and borg hangs on related slave hardlink, #4350
|
||||||
- lrucache: regularly remove old FDs, #4427
|
- lrucache: regularly remove old FDs, #4427
|
||||||
|
|
Loading…
Reference in a new issue