Skip to content

Commit

Permalink
Merge pull request #7555 from ThomasWaldmann/update-changes-master
Browse files Browse the repository at this point in the history
update CHANGES
  • Loading branch information
ThomasWaldmann committed May 10, 2023
2 parents c7aa0cc + 7c7501a commit 8ba04bb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ New features:
- diff --content-only: option added to ignore metadata changes
- import-tar --ignore-zeros: new option to support importing concatenated tars, #7432
- debug id-hash / parse-obj / format-obj: new debug commands, #7406
- transfer --compression=C --recompress=M: recompress while transferring, #7529
- extract --continue: continue a previously interrupted extraction, #1356
- prune --list-kept/--list-pruned: only list the kept (or pruned) archives, #7511
- prune --short/--format: enable users to format the list output, #3238
- implement BORG_<CMD>_FORMAT env vars for prune, list, rlist, #5166
- rlist: size and nfiles format keys

Fixes:

Expand All @@ -131,6 +137,12 @@ Fixes:
- delete: remove --cache-only option, #7440.
for deleting the cache only, use: borg rdelete --cache-only
- borg debug get-obj/put-obj: fixed chunk id
- create: ignore empty paths, print warning, #5637
- extract: support extraction of atime/mtime on win32
- benchmark crud: use TemporaryDirectory below given path, #4706
- Ensure that cli options specified with action=Highlander can only be set once, even
if the set value is a default value. Add tests for action=Highlander, #7500, #6269.
- Fix argparse error messages from misc. validators (being more specific).

Other changes:

Expand All @@ -141,6 +153,7 @@ Other changes:
- mount: improve mountpoint error msgs, see #7496
- more Highlander options, #6269
- Windows: simplify building (just use pip)
- refactor toplevel exception handling, #6018
- docs:

- add installation instructions for Windows
Expand All @@ -150,13 +163,16 @@ Other changes:
- update FAQ about locale/unicode issues, #6999
- improve mount options rendering, #7359
- make timestamps in manual pages reproducible.
- describe performing pull-backups via ssh remote forwarding
- suggest to use forced command when using remote-fowarding via ssh
- CI / tests / vagrant:

- added pre-commit for linting purposes, #7476
- resolved mode bug and added sleep clause for darwin systems, #7470
- "auto" compressor tests: do not assume zlib is better than lz4, #7363
- add stretch64 VM with deps built from source
- misc. other CI / test fixes and updates
- vagrant: add lunar64 VM, fix packages_netbsd


Version 2.0.0b5 (2023-02-27)
Expand Down

0 comments on commit 8ba04bb

Please sign in to comment.