Fix a bug in which "borg --version" failing isn't considered a "fail" state in a command hook (#1100).

This commit is contained in:
Dan Helfman
2025-05-27 11:52:36 -07:00
parent b208c5352a
commit 8e8d9e6267
4 changed files with 30 additions and 7 deletions
+4
View File
@@ -1,3 +1,7 @@
2.0.7.dev0
* #1100: Fix a bug in which "borg --version" failing isn't considered a "fail" state in a command
hook.
2.0.6
* #1068: Fix a warning from LVM about leaked file descriptors.
* #1086: Fix for the "spot" check breaking when the "--progress" flag is used.