Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update CHANGES #6866

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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