From 097b82567c640d6dd1c0d027b74ceca5adbaa4d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Charaoui?= <jerome@riseup.net> Date: Sun, 12 Feb 2023 15:10:02 -0500 Subject: [PATCH] warn about borg handler port config handling in NEWS --- debian/NEWS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/debian/NEWS b/debian/NEWS index bd515e5..93a34a5 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,15 @@ +backupninja (1.2.2-1) unstable; urgency=medium + + Versions of backupninja from 1.2.0-rc1 to 1.2.1 bypassed the user's ssh + configuration when connecting to remote hosts using the borg handler, using + port 22 as a hard-coded default. + + Beginning with version 1.2.2, this change is reverted, and the ssh + configuration takes precedence when the port parameter is undefined in the + borg backup action, otherwise the port parameter is used. + + -- Jérôme Charaoui <jerome@riseup.net> Sun, 12 Feb 2023 15:03:23 -0500 + backupninja (1.2.0-1) unstable; urgency=medium Beginning with version 1.2.0, support for vservers is completely dropped -- GitLab