Skip to content

Commit

Permalink
Merge pull request #8545 from ThomasWaldmann/update-changes
Browse files Browse the repository at this point in the history
update CHANGES
  • Loading branch information
ThomasWaldmann authored Nov 16, 2024
2 parents c92d528 + b007b99 commit b65cfef
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Compatibility notes:
Change Log 2.x
==============

Version 2.0.0b13 (2024-10-31)
Version 2.0.0b14 (2024-11-xx)
-----------------------------

Please note:
Expand All @@ -146,6 +146,44 @@ above.

New features:

- delete: now only soft-deletes archives (same for prune)
- repo-list: --deleted lists deleted archives
- undelete: undelete soft-deleted archives, #8500

Fixes:

- chunks index cache:

- enable partial/incremental updates (F_NEW flag).
- write chunks index every 10mins, #8503.
this makes sure progress is not totally lost when a backup is interrupted.
- write to repo/cache/chunks.<HASH> to enable parallel updates.
- mount: fix check_pending_archive to give correct root dir, #8528

Other changes:

- repo-compress: reduce memory consumption (F_COMPRESS flag)
- files cache: reduce memory consumption, #5756
- check: rename --undelete-archives to --find-lost-archives
- check: rebuild_archives_directory: accelerate by only reading metadata
- shell completions: adapt zsh for borg 2.0.0b13 - needs more work!
- chunk index: rename .refcount to .flags, use it for user and system flags.
- vagrant:

- add bookworm32 box for 32bit platform testing
- fix pythons on freebsd14
- simplify openindiana box setup
- docs:

- remove --bypass-lock, small changes regarding compression
- FAQ: clean up entries regarding SSH settings


Version 2.0.0b13 (2024-10-31)
-----------------------------

New features:

- implement special tags, @PROT tag for protecting archives, #953.

borg won't delete/prune/recreate protected archives.
Expand Down

0 comments on commit b65cfef

Please sign in to comment.