File tree 3 files changed +45
-1
lines changed
3 files changed +45
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ support/commercial.html \
8
8
releases/index.html \
9
9
releases/borg-1.1.html \
10
10
releases/borg-1.2.html \
11
+ releases/borg-1.4.html \
11
12
releases/borg-2.0.html
12
13
13
14
INCLUDES =\
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:
16
16
Borg 2.0
17
17
--------
18
18
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.
20
20
21
21
- `borg 2.0 news overview (preliminary) <borg-2.0.html >`_
22
22
- `Documentation <https://borgbackup.readthedocs.io/en/master/ >`__
23
23
- `Downloads <https://github.com/borgbackup/borg/releases >`__
24
24
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
+
25
35
Borg 1.2
26
36
--------
27
37
You can’t perform that action at this time.
0 commit comments