Skip to content

Commit

Permalink
Merge pull request #7994 from ThomasWaldmann/update-docs-1.4
Browse files Browse the repository at this point in the history
Update docs (1.4-maint)
  • Loading branch information
ThomasWaldmann authored Dec 25, 2023
2 parents c7ae13c + d9061e9 commit 0e44617
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 7 deletions.
11 changes: 6 additions & 5 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@

These borg releases are currently supported with security updates.

| Version | Supported |
|---------|--------------------|
| 1.2.x | :white_check_mark: |
| 1.1.x | :x: |
| < 1.1 | :x: |
| Version | Supported |
|---------|------------------------|
| 1.4.x | :x: (not released yet) |
| 1.2.x | :white_check_mark: |
| 1.1.x | :x: |
| < 1.1 | :x: |

## Reporting a Vulnerability

Expand Down
30 changes: 28 additions & 2 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,11 @@ The best check that everything is ok is to run a dry-run extraction::
Upgrade Notes
=============

borg 1.2.x to 1.4.x
-------------------

(nothing here yet)

borg 1.1.x to 1.2.x
-------------------

Expand Down Expand Up @@ -378,12 +383,33 @@ Compatibility notes:
Change Log
==========

Version 1.2.7 (2023-12-02)
--------------------------
Version 1.4.0 (not released yet)
--------------------------------

For upgrade and compatibility hints, please also read the section "Upgrade Notes"
above.

New features:

Fixes:

Other changes:

- Python: require Python >= 3.9, drop support for 3.8, #6383
- Cython: require Cython >= 3.0, drop support for Cython 0.29.x,
use 3str language level (default in cython3), #7978
- use pyinstaller 5.13.2 and python 3.11 for binary build, #7987
- msgpack: require >= 1.0.2, <= 1.0.7
- vagrant: use a freebsd 14 box, #6871
- require recent setuptools and setuptools_scm
- move setuptools_scm configuration to pyproject.toml
- crypto: get rid of deprecated HMAC_* functions to avoid warnings.
Instead, use hmac.digest from Python stdlib.


Version 1.2.7 (2023-12-02)
--------------------------

Fixes:

- docs: CVE-2023-36811 upgrade steps: consider checkpoint archives, #7802
Expand Down

0 comments on commit 0e44617

Please sign in to comment.