diff --git a/Makefile b/Makefile index bba615b..8284d31 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ support/commercial.html \ releases/index.html \ releases/borg-1.1.html \ releases/borg-1.2.html \ +releases/borg-1.4.html \ releases/borg-2.0.html INCLUDES=\ diff --git a/releases/borg-1.4.rst b/releases/borg-1.4.rst new file mode 100644 index 0000000..b030cd5 --- /dev/null +++ b/releases/borg-1.4.rst @@ -0,0 +1,33 @@ +Borg 1.4 +======== + +:Links: `Documentation `_ · `Installation `_ · `Downloads `_ +:Date: 2024-01-08 + +Borg 1.4 will become the next stable release in the near future. + +It is quite similar to borg 1.2 (it was forked from 1.2-maint branch at 1.2.7 release), +but has a few bigger changes that needed alpha/beta/rc testing before it can be released. + +Changelog summary +----------------- + +This is only a summary of the changes between 1.2.7 and 1.4. +Check the `full changelog `_ +to see all changes as well as important compatibility and upgrade notes. + + +Major new features in the 1.4 release series are: + +- BORG_EXIT_CODES=modern: optional more specific return codes (for errors and warnings). + +Fixes: + +- PATH: do not accept empty strings ("") + +Other changes: + +- require Python >= 3.9, Cython >= 3.0, msgpack >= 1.0.3 +- modernize python packaging (use pyproject.toml) +- use pyinstaller 6.3.0 and python 3.11 for binary build +- new naming convention for fat binaries (include glibc version for linux) diff --git a/releases/index.rst b/releases/index.rst index 8c28eb2..8618269 100644 --- a/releases/index.rst +++ b/releases/index.rst @@ -16,12 +16,22 @@ You can learn more about borg future plans there: Borg 2.0 -------- -Borg 2.0 is currently in beta/rc testing - do not use it for production. +Borg 2.0 is currently in testing - do not use it for production. - `borg 2.0 news overview (preliminary) `_ - `Documentation `__ - `Downloads `__ +Borg 1.4 +-------- + +Borg 1.4 is currently in testing - do not use it for production. + +- `borg 1.4 news overview (preliminary) `_ +- `Documentation `__ +- `Installation `__ +- `Downloads `__ + Borg 1.2 --------