summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2023-06-30 23:41:33 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2023-07-01 14:43:44 +0200
commit6d9e8e5483232bd6667fdc3167b6a1c25ce82a5e (patch)
tree02324a3705a0b820ff0adf671ddacc2fb361d92e /docs
parent55af769b715902e70efd068260bb37e8924b9f03 (diff)
docs: move upgrade notes to own section, see #7546
Diffstat (limited to 'docs')
-rw-r--r--docs/changes.rst23
1 files changed, 16 insertions, 7 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index 7b828b3e6..ffddd05e7 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -212,15 +212,13 @@ The best check that everything is ok is to run a dry-run extraction::
borg extract -v --dry-run REPO::ARCHIVE
-.. _changelog:
-
-Change Log
-==========
+.. _upgradenotes:
-Version 1.2.4 (2023-03-24)
---------------------------
+Upgrade Notes
+=============
-Upgrade notes:
+borg 1.1.x to 1.2.x
+-------------------
Some things can be recommended for the upgrade process from borg 1.1.x
(please also read the important compatibility notes below):
@@ -296,6 +294,17 @@ Compatibility notes:
them to check for >= 128.
+.. _changelog:
+
+Change Log
+==========
+
+Version 1.2.4 (2023-03-24)
+--------------------------
+
+For upgrade and compatibility hints, please also read the section "Upgrade Notes"
+above.
+
New features:
- import-tar: add --ignore-zeros to process concatenated tars, #7432.