From d6ef0df50d8b011de4d49ebc27fbe9962be0c893 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 9 Apr 2023 10:01:08 -0700 Subject: [PATCH] Mention #670 being fixed in NEWS. --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 8c8f0ffc..cd851826 100644 --- a/NEWS +++ b/NEWS @@ -2,9 +2,9 @@ * #413: Add "log_file" context to command hooks so your scripts can consume the borgmatic log file. See the documentation for more information: https://torsion.org/borgmatic/docs/how-to/add-preparation-and-cleanup-steps-to-backups/ - * #666: Fix error when running the "info" action with the "--match-archives" flag. Also fix the - "--match-archives" flag to correctly override the "match_archives" configuration option for - the "transfer", "list", "rlist", and "info" actions. + * #666, #670: Fix error when running the "info" action with the "--match-archives" or "--archive" + flags. Also fix the "--match-archives"/"--archive" flags to correctly override the + "match_archives" configuration option for the "transfer", "list", "rlist", and "info" actions. * #668: Fix error when running the "prune" action with both "archive_name_format" and "prefix" options set.