Skip to content

Commit

Permalink
Merge pull request borgbackup#6866 from ThomasWaldmann/update-changes…
Browse files Browse the repository at this point in the history
…-borg2

update CHANGES
  • Loading branch information
ThomasWaldmann authored Jul 17, 2022
2 parents 17e74ca + 32a7896 commit d9f72b6
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This section provides information about security and corruption issues.
Change Log 2.x
==============

Version 2.0.0a4 (2022-07-xx)
Version 2.0.0a4 (2022-07-17)
----------------------------

Please note:
Expand All @@ -38,6 +38,8 @@ Compatibility notes:
call borg like: "borg -r <MYREPO> <COMMAND>".
in the docs, we usually omit "-r ..." for brevity.
- the scp-style REPO syntax was removed, please use ssh://..., #6697
- ssh:// URLs: removed support for /~otheruser/, #6855.
If you used this, just replace it by: ssh://user@host:port/home/otheruser/
- -P / --prefix option was removed, please use the similar -a / --glob-archives.
- differently than with borg 1.x you ONLY give the repo there, never a ::archive.
- the archive name is either given as a positional parameter, like:
Expand Down Expand Up @@ -86,8 +88,13 @@ New features:
Other changes:

- stop using libdeflate
- split up archiver module, transform it into a package
- use Black for automated code formatting
- CI: add mypy (if we add type hints, it can do type checking)
- big changes to the source code:

- split up archiver module, transform it into a package
- use Black for automated code formatting
- remove some legacy code
- adapt/fix code for mypy
- use language_level = 3str for cython (this will be the default in cython 3)
- docs: document HardLinkManager and hlid, #2388

Expand Down

0 comments on commit d9f72b6

Please sign in to comment.