From d0ca5195cee68b8f9c94b7e27bd545902ac85362 Mon Sep 17 00:00:00 2001 From: "Mark A. Grondona" Date: Tue, 19 Dec 2023 10:16:43 -0800 Subject: [PATCH] NEWS: add release notes for pdsh-2.35 Problem: There are no release notes for pdsh-2.35. Add release notes to the NEWS file. --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS b/NEWS index 82f89e16..08def620 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,19 @@ This file describes changes in recent versions of pdsh. It primarily documents those changes that are of interest to users and admins. +* Changes in pdsh-2.35 (2023-12-19) +=================================== + -- slurm: call slurm_init() once before any call to Slurm API (Egbert Eich) + -- slurm: fix compile of slurm plugin against Slurm >= 23.x + -- log module option errors with -d (Erik Jacobson) + -- fail fast on connect error or non-zero return code (Jerry Mannil) + -- release a lock that is no longer used (ycaibb) + -- build: use LDADD instead of LDFLAGS for libcommon.la (orbea) + -- Remove README.QsNet from the RPM SPEC file's doc list (Jason St. John) + -- slurm: add -C to restrict hostlist to nodes with features (Dylan Simon) + -- ssh: fix sshcmd_signal on macos + -- dsbak: fix handling of empty input lines + * Changes in pdsh-2.34 (2020-01-07) =================================== -- Fix for output corruption with no newlines (#114)