File tree Expand file tree Collapse file tree 3 files changed +45
-1
lines changed
Expand file tree Collapse file tree 3 files changed +45
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ support/commercial.html \
88releases/index.html \
99releases/borg-1.1.html \
1010releases/borg-1.2.html \
11+ releases/borg-1.4.html \
1112releases/borg-2.0.html
1213
1314INCLUDES =\
Original file line number Diff line number Diff line change 1+ Borg 1.4
2+ ========
3+
4+ :Links: `Documentation <https://borgbackup.readthedocs.io/en/1.4-maint/ >`_ · `Installation <https://borgbackup.readthedocs.io/en/1.4-maint/installation.html >`_ · `Downloads <https://github.com/borgbackup/borg/releases/ >`_
5+ :Date: 2024-01-08
6+
7+ Borg 1.4 will become the next stable release in the near future.
8+
9+ It is quite similar to borg 1.2 (it was forked from 1.2-maint branch at 1.2.7 release),
10+ but has a few bigger changes that needed alpha/beta/rc testing before it can be released.
11+
12+ Changelog summary
13+ -----------------
14+
15+ This is only a summary of the changes between 1.2.7 and 1.4.
16+ Check the `full changelog <https://borgbackup.readthedocs.io/en/1.4-maint/changes.html >`_
17+ to see all changes as well as important compatibility and upgrade notes.
18+
19+
20+ Major new features in the 1.4 release series are:
21+
22+ - BORG_EXIT_CODES=modern: optional more specific return codes (for errors and warnings).
23+
24+ Fixes:
25+
26+ - PATH: do not accept empty strings ("")
27+
28+ Other changes:
29+
30+ - require Python >= 3.9, Cython >= 3.0, msgpack >= 1.0.3
31+ - modernize python packaging (use pyproject.toml)
32+ - use pyinstaller 6.3.0 and python 3.11 for binary build
33+ - new naming convention for fat binaries (include glibc version for linux)
Original file line number Diff line number Diff line change @@ -16,12 +16,22 @@ You can learn more about borg future plans there:
1616Borg 2.0
1717--------
1818
19- Borg 2.0 is currently in beta/rc testing - do not use it for production.
19+ Borg 2.0 is currently in testing - do not use it for production.
2020
2121- `borg 2.0 news overview (preliminary) <borg-2.0.html >`_
2222- `Documentation <https://borgbackup.readthedocs.io/en/master/ >`__
2323- `Downloads <https://github.com/borgbackup/borg/releases >`__
2424
25+ Borg 1.4
26+ --------
27+
28+ Borg 1.4 is currently in testing - do not use it for production.
29+
30+ - `borg 1.4 news overview (preliminary) <borg-1.4.html >`_
31+ - `Documentation <https://borgbackup.readthedocs.io/en/1.4-maint/ >`__
32+ - `Installation <https://borgbackup.readthedocs.io/en/1.4-maint/installation.html >`__
33+ - `Downloads <https://github.com/borgbackup/borg/releases >`__
34+
2535Borg 1.2
2636--------
2737
You can’t perform that action at this time.
0 commit comments