From 9524c20b47d706ed58f200530895bbe6b31c5d36 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 20 Feb 2024 16:29:14 +0100 Subject: [PATCH] update CHANGES --- docs/changes.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index 893642404..08f71b46f 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -132,6 +132,12 @@ above. New features: +- create: add the slashdot hack, update docs, #4685 +- BORG_EXIT_CODES=modern: optional more specific return codes (for errors and warnings). + + The default value of this new environment variable is "legacy", which should result in + a behaviour similar to borg 1.2 and older (only using rc 0, 1 and 2). + "modern" exit codes are much more specific (see the internals/frontends docs). - implement "borg version" (shows client and server version), #7829 Fixes: